Jpp 19.3.0-rc.3
the software that should make you happy
Loading...
Searching...
No Matches
JDYNAMICS::coverage_type Struct Reference

Data structure for coverage of detector by dynamical calibrations. More...

#include <JCoverage.hh>

Public Member Functions

 coverage_type ()
 Default constructor.
 
 coverage_type (const double orientation, const double position)
 Constructor.
 

Public Attributes

double orientation
 coverage of detector by available orientation calibration [0,1]
 
double position
 coverage of detector by available position calibration [0,1]
 

Detailed Description

Data structure for coverage of detector by dynamical calibrations.

Definition at line 19 of file JCoverage.hh.

Constructor & Destructor Documentation

◆ coverage_type() [1/2]

JDYNAMICS::coverage_type::coverage_type ( )
inline

Default constructor.

Definition at line 23 of file JCoverage.hh.

23 :
24 orientation(0.0),
25 position (0.0)
26 {}
double position
coverage of detector by available position calibration [0,1]
Definition JCoverage.hh:42
double orientation
coverage of detector by available orientation calibration [0,1]
Definition JCoverage.hh:41

◆ coverage_type() [2/2]

JDYNAMICS::coverage_type::coverage_type ( const double orientation,
const double position )
inline

Constructor.

Parameters
orientationorientation
positionposition

Definition at line 35 of file JCoverage.hh.

Member Data Documentation

◆ orientation

double JDYNAMICS::coverage_type::orientation

coverage of detector by available orientation calibration [0,1]

Definition at line 41 of file JCoverage.hh.

◆ position

double JDYNAMICS::coverage_type::position

coverage of detector by available position calibration [0,1]

Definition at line 42 of file JCoverage.hh.


The documentation for this struct was generated from the following file: