|
Jpp
|
Dynamic detector calibration. More...
#include <JDynamics.hh>
Classes | |
| struct | JOrientation |
| Dynamic orientation calibration. More... | |
| struct | JPosition |
| Dynamic position calibration. More... | |
Public Member Functions | |
| JDynamics (const JDetector &detector, const double Tmax_s) | |
| Constructor. More... | |
| template<class JObjectIterator_t > | |
| void | load (JObjectIterator_t &input) |
| Load calibration data. More... | |
| const JDetector & | operator() (const double t1_s) |
| Get detector calibrated at given time. More... | |
Static Public Member Functions | |
| template<class JKey_t , class JValue_t , class JEvaluator_t > | |
| static double | getXmin (const JTOOLS::JHashMap< JKey_t, JValue_t, JEvaluator_t > &input) |
| Get minimal abscissa of mapped function objects. More... | |
| template<class JKey_t , class JValue_t , class JEvaluator_t > | |
| static double | getXmax (const JTOOLS::JHashMap< JKey_t, JValue_t, JEvaluator_t > &input) |
| Get maximal abscissa of mapped function objects. More... | |
Public Attributes | |
| JOrientation | orientation |
| JPosition | position |
Protected Attributes | |
| JDetector | detector |
Dynamic detector calibration.
Definition at line 52 of file JDynamics.hh.
|
inline |
Constructor.
| detector | detector |
| Tmax_s | applicability period of calibration [s] |
Definition at line 496 of file JDynamics.hh.
|
inlinestatic |
Get minimal abscissa of mapped function objects.
| input | input |
Definition at line 61 of file JDynamics.hh.
|
inlinestatic |
Get maximal abscissa of mapped function objects.
| input | input |
Definition at line 82 of file JDynamics.hh.
|
inline |
Load calibration data.
| input | detector calibration data |
Definition at line 510 of file JDynamics.hh.
|
inline |
Get detector calibrated at given time.
| t1_s | time [s] |
Definition at line 523 of file JDynamics.hh.
|
protected |
Definition at line 532 of file JDynamics.hh.
| JOrientation JDYNAMICS::JDynamics::orientation |
Definition at line 535 of file JDynamics.hh.
| JPosition JDYNAMICS::JDynamics::position |
Definition at line 536 of file JDynamics.hh.
1.8.5