FairRoot/PandaRoot
|
#include <PndLmdAlignStructs.h>
Public Member Functions | |
dynamicCutHandler () | |
void | addToSamples (PndLmdHitPair pair) |
void | calcMinAndMax () |
bool | ready () |
double | getMinDist () |
double | getMaxDist () |
Public Attributes | |
int | _overlapID |
bool | _ready |
std::vector< double > | samples |
double | _minDist |
double | _maxDist |
double | _hardMax |
double | _mean |
double | _RMS |
Definition at line 29 of file PndLmdAlignStructs.h.
|
inline |
Definition at line 37 of file PndLmdAlignStructs.h.
References _hardMax, _maxDist, _mean, _minDist, _overlapID, _ready, and _RMS.
|
inline |
Definition at line 46 of file PndLmdAlignStructs.h.
References _hardMax, _maxDist, _minDist, _overlapID, _ready, PndLmdHitPair::getDistance(), PndLmdHitPair::getOverlapId(), max(), min(), and samples.
Referenced by PndLmdPairFinderTask::Exec().
|
inline |
|
inline |
Definition at line 107 of file PndLmdAlignStructs.h.
References _maxDist.
Referenced by PndLmdPairFinderTask::applyDynamicDistanceCut().
|
inline |
Definition at line 104 of file PndLmdAlignStructs.h.
References _minDist.
Referenced by PndLmdPairFinderTask::applyDynamicDistanceCut().
|
inline |
Definition at line 100 of file PndLmdAlignStructs.h.
References _ready.
Referenced by PndLmdPairFinderTask::Exec().
double dynamicCutHandler::_hardMax |
Definition at line 35 of file PndLmdAlignStructs.h.
Referenced by addToSamples(), calcMinAndMax(), and dynamicCutHandler().
double dynamicCutHandler::_maxDist |
Definition at line 35 of file PndLmdAlignStructs.h.
Referenced by addToSamples(), calcMinAndMax(), dynamicCutHandler(), PndLmdPairFinderTask::FinishTask(), getMaxDist(), and PndLmdPairFinderTask::Init().
double dynamicCutHandler::_mean |
Definition at line 35 of file PndLmdAlignStructs.h.
Referenced by dynamicCutHandler(), and PndLmdPairFinderTask::FinishTask().
double dynamicCutHandler::_minDist |
Definition at line 35 of file PndLmdAlignStructs.h.
Referenced by addToSamples(), calcMinAndMax(), dynamicCutHandler(), PndLmdPairFinderTask::FinishTask(), getMinDist(), and PndLmdPairFinderTask::Init().
int dynamicCutHandler::_overlapID |
Definition at line 30 of file PndLmdAlignStructs.h.
Referenced by addToSamples(), dynamicCutHandler(), PndLmdPairFinderTask::FinishTask(), and PndLmdPairFinderTask::Init().
bool dynamicCutHandler::_ready |
Definition at line 31 of file PndLmdAlignStructs.h.
Referenced by addToSamples(), dynamicCutHandler(), PndLmdPairFinderTask::FinishTask(), PndLmdPairFinderTask::Init(), and ready().
double dynamicCutHandler::_RMS |
Definition at line 35 of file PndLmdAlignStructs.h.
Referenced by dynamicCutHandler(), and PndLmdPairFinderTask::FinishTask().
std::vector<double> dynamicCutHandler::samples |
Definition at line 33 of file PndLmdAlignStructs.h.
Referenced by addToSamples(), calcMinAndMax(), and PndLmdPairFinderTask::FinishTask().