Jpp 19.3.0-rc.2
the software that should make you happy
|
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] | |
Data structure for coverage of detector by dynamical calibrations.
Definition at line 19 of file JCoverage.hh.
|
inline |
Default constructor.
Definition at line 23 of file JCoverage.hh.
|
inline |
Constructor.
orientation | orientation |
position | position |
Definition at line 35 of file JCoverage.hh.
double JDYNAMICS::coverage_type::orientation |
coverage of detector by available orientation calibration [0,1]
Definition at line 41 of file JCoverage.hh.
double JDYNAMICS::coverage_type::position |
coverage of detector by available position calibration [0,1]
Definition at line 42 of file JCoverage.hh.