1 #ifndef BSEMCCREATERECOHITPROCESS_HH 2 #define BSEMCCREATERECOHITPROCESS_HH 8 #include "RtypesCore.h" 18 class FairParGenericSet;
27 class TMemberInspector;
28 struct BSEmcClusteringData;
54 std::vector<BSEmcRecoHit *>
CreateRecoHits(
const std::vector<const BSEmcDigi *> &t_digiCont,
const std::vector<const BSEmcCluster *> &t_clusterCont,
55 const std::vector<const BSEmcSubCluster *> &t_subclusterCont)
const;
69 std::string fClusteringParName{
""};
70 std::string fClusterPropertiesParName{
""};
71 std::string fPositionParName{
""};
72 std::string fNeighbouringRelationParName{
""};
74 TString fDigiBranchname{
""};
75 TString fClusterBranchname{
""};
76 TString fSubClusterBranchname{
""};
77 TString fRecoHitBranchname{
""};
Resembles/Contains all information a particle hitting the EMC can provide for later use in the PID st...
Container for clustering parameter.
BSEmcCreateRecoHitProcess()
Helper class to calculate the cluster position.
void SetPositionParName(const std::string &t_parName)
virtual void SetupParameters(const PndParameterRegister *t_parameterRegister)
Fetch all parameters from the PndParameterRegister.
std::vector< BSEmcRecoHit * > CreateRecoHits(const std::vector< const BSEmcDigi *> &t_digiCont, const std::vector< const BSEmcCluster *> &t_clusterCont, const std::vector< const BSEmcSubCluster *> &t_subclusterCont) const
void SetClusterBranchName(const TString &t_branchname)
Creates for each BSEmcSubCluster a BSEmcRecoHit and fills it with additional information such as Zern...
a cluster (group of neighboring crystals) of hit emc crystals
virtual void Process()
The actual data transformation (digitizing, clustering, etc.) should be defined here.
Helper class to calculate Zernike and Lateral Moments.
represents the reconstructed hit of one emc crystal
void SetDigiBranchName(const TString &t_branchname)
void SetClusterPropertiesParName(const std::string &t_parName)
virtual void RequestDataContainer(PndContainerRegister *t_register)
Pass the container register to the process, and get the processes container requirements.
Interface to a datacontainer to be used in PandaROOT.
void SetRecoHitBranchName(const TString &t_branchname)
Helper class to calculate the Energies of a cluster.
Helper class to indirect the Parameter fetching via the FairRuntimeDb.
virtual void GetDataContainer(PndContainerRegister *t_register)
Pass the container register to the process, and set the processes container requirements.
represents a reconstructed (splitted) emc cluster
void SetNeighbouringRelationParName(const std::string &t_parName)
void SetSubClusterBranchName(const TString &t_branchname)
virtual ~BSEmcCreateRecoHitProcess()
void SetClusteringParName(const std::string &t_parName)
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...