1 #ifndef BSEMCOUTOFCLUSTERCORRECTIONPROCESS_HH 2 #define BSEMCOUTOFCLUSTERCORRECTIONPROCESS_HH 8 #include "RtypesCore.h" 16 class FairParGenericSet;
23 class TMemberInspector;
48 void UpdateNearestRecoHitEnergies(
const BSEmcCluster *t_cluster, std::vector<BSEmcRecoHit *> &t_nearestHits)
const;
49 std::vector<BSEmcRecoHit *> FindClosestRecoHits(
const BSEmcCluster *t_cluster,
const std::vector<BSEmcRecoHit *> &t_recoHitsCont)
const;
54 std::string fClusteringParName{
""};
56 Double_t fSearchConeAngle{0};
57 Double_t fMinClusterEnergy{0};
58 Double_t fClusterActiveTime{0};
Resembles/Contains all information a particle hitting the EMC can provide for later use in the PID st...
Container for clustering parameter.
void SetClusteringParName(const std::string &t_parName)
void CorrectingRecoHitsForLossOfLowEnergyCluster(const std::vector< const BSEmcCluster *> &t_clusterCont, const std::vector< BSEmcRecoHit *> &t_recoHitsCont) const
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...
a cluster (group of neighboring crystals) of hit emc crystals
Container of addresses for data Container used by BSEmcClusteringTask and passed to Clustering Proces...
Each low energetic cluster the closest BSEmcRecoHits are searched for and its energy is split between...
virtual void SetupParameters(const PndParameterRegister *t_parameterRegister)
Fetch all parameters from the PndParameterRegister.
Interface to a datacontainer to be used in PandaROOT.
virtual ~BSEmcOutOfClusterCorrectionProcess()
Helper class to indirect the Parameter fetching via the FairRuntimeDb.
BSEmcOutOfClusterCorrectionProcess()
virtual void Process()
The actual data transformation (digitizing, clustering, etc.) should be defined here.