10 #ifndef PCACALOAXISTRACKINGALGO_H_ 11 #define PCACALOAXISTRACKINGALGO_H_ 13 #include "algorithm/Algorithm.h" CssGeoParams.h CssGeoParams class declaration.
Definition: CaloPDCalibrationAlgo.h:24
std::shared_ptr< CaloAxes > _caloAxes
Pointer to CaloAxis objects.
Definition: PcaCaloAxisTrackingAlgo.h:118
observer_ptr< EventDataStore > _evStore
Definition: PcaCaloAxisTrackingAlgo.h:121
float _edepthreshold
Threshold (in GeV) for energy deposit in CALO hits. Only hits above threshold are used to build the C...
Definition: PcaCaloAxisTrackingAlgo.h:103
bool _processcalo
Flag variable to instruct the algorithm to process the whole calo hit collection instead of separate ...
Definition: PcaCaloAxisTrackingAlgo.h:100
Algorithm for Calorimeter Shower Axis reconstruction based on Principal Component Analysis (PCA) meth...
Definition: PcaCaloAxisTrackingAlgo.h:68
observer_ptr< GlobalDataStore > _globStore
Definition: PcaCaloAxisTrackingAlgo.h:122
Container for the hits of a single CALO detector.
unsigned short _minhits
Minimum number of hits above threshold to reconstruct the axis.
Definition: PcaCaloAxisTrackingAlgo.h:110
std::string _caloHitsName
Name of the CaloHits collections to be used for reconstruction.
Definition: PcaCaloAxisTrackingAlgo.h:115