Jpp
master_rocky-43-ge265d140c
the software that should make you happy
|
Data structure for parameters for detector geometry. More...
#include <JDetectorParameters.hh>
Public Member Functions | |
JDetectorParameters () | |
Default constructor. More... | |
const bool | isDefined () const |
Get status of parameters. More... | |
bool | less (const JDetectorParameters &detector) const |
Compare detector parameters. More... | |
Public Attributes | |
JParameter< int > | detectorType |
JParameter< double > | floorDistance_m |
JParameter< unsigned int > | numberOfFloors |
JParameter< double > | lineDistance_m |
JParameter< unsigned int > | numberOfLines |
Data structure for parameters for detector geometry.
Definition at line 27 of file JDetectorParameters.hh.
|
inline |
Default constructor.
Definition at line 34 of file JDetectorParameters.hh.
|
inline |
Get status of parameters.
Definition at line 55 of file JDetectorParameters.hh.
|
inline |
Compare detector parameters.
The hierarchy is: 1) detector type; 2) number of lines; 3) number of floors; 4) line distance; 5) floor distance;
detector | detector parameters |
Definition at line 78 of file JDetectorParameters.hh.
JParameter<int> JDETECTOR::JDetectorParameters::detectorType |
Definition at line 43 of file JDetectorParameters.hh.
JParameter<double> JDETECTOR::JDetectorParameters::floorDistance_m |
Definition at line 44 of file JDetectorParameters.hh.
JParameter<unsigned int> JDETECTOR::JDetectorParameters::numberOfFloors |
Definition at line 45 of file JDetectorParameters.hh.
JParameter<double> JDETECTOR::JDetectorParameters::lineDistance_m |
Definition at line 46 of file JDetectorParameters.hh.
JParameter<unsigned int> JDETECTOR::JDetectorParameters::numberOfLines |
Definition at line 47 of file JDetectorParameters.hh.