1 #ifndef BSEMCCFINISHRECOHITPROCESS_HH 2 #define BSEMCCFINISHRECOHITPROCESS_HH 16 class FairParGenericSet;
23 class TMemberInspector;
44 void Apply(
const std::vector<BSEmcRecoHit *> &t_recoHitCont)
const;
52 std::string fErrorCalculationParName{
""};
Resembles/Contains all information a particle hitting the EMC can provide for later use in the PID st...
Energy correction factor/function interface.
void Apply(const std::vector< BSEmcRecoHit *> &t_recoHitCont) const
virtual void SetupParameters(const PndParameterRegister *)
Fetch all parameters from the PndParameterRegister.
Applies energy correction and error calculation for each BSEmcRecoHit.
void SetECF(BSEmcCorrection *t_ecf)
virtual void SetData(BSEmcClusteringData *t_pdata)
Pass the data container ptrs to the process, and store pointers in class members. ...
virtual void SetDetectorName(const std::string &t_detectorName)
Set the Detector name. Important, as most EmcParameter need to know for which detector they need to b...
virtual void Process()
The actual data transformation (digitizing, clustering, etc.) should be defined here.
Container of addresses for data Container used by BSEmcClusteringTask and passed to Clustering Proces...
BSEmcFinishRecoHitProcess()
void SetErrorMatrixCalculator(BSEmcErrorMatrixCalculation *t_errorMatrixCalculator)
Interface to a datacontainer to be used in PandaROOT.
Helper class to indirect the Parameter fetching via the FairRuntimeDb.
Calculate Error Matrix for the given BSEmcRecoHit with parametrization defined by the given parameter...
virtual ~BSEmcFinishRecoHitProcess()