#include <EventVariables.h>
Classes | |
struct | HitParameterStruct |
struct | TrackParameterStruct |
Public Types | |
enum | HitState { notInTracker, notAssignedToSectors, invalid, negativeError, ok } |
Public Member Functions | |
TrackStruct () | |
Public Attributes | |
TrackParameterStruct | trkParams |
std::vector< HitParameterStruct > | v_hitParams |
Definition at line 5 of file EventVariables.h.
Enumerator | |
---|---|
notInTracker | |
notAssignedToSectors | |
invalid | |
negativeError | |
ok |
Definition at line 9 of file EventVariables.h.
|
inline |
Definition at line 7 of file EventVariables.h.
TrackParameterStruct TrackStruct::trkParams |
Definition at line 108 of file EventVariables.h.
Referenced by ApeEstimator::analyze(), and ApeEstimator::fillHistsForAnalyzerMode().
std::vector<HitParameterStruct> TrackStruct::v_hitParams |
Definition at line 109 of file EventVariables.h.
Referenced by ApeEstimator::analyze(), ApeEstimator::fillHistsForAnalyzerMode(), and ApeEstimator::fillHistsForApeCalculation().