1 #ifndef BSEMCADDLINKSTOCLUSTER_HH 2 #define BSEMCADDLINKSTOCLUSTER_HH 23 class TMemberInspector;
24 struct BSEmcClusteringData;
56 TString fDigiBranchname{
""};
57 TString fClusterBranchname{
""};
58 TString fSubClusterBranchname{
""};
61 void SetDigiLinksFor(
const std::vector<T *> &t_cluster);
62 void SetClusterLinksFor(
const std::vector<BSEmcSubCluster *> &t_subcluster);
virtual void GetDataContainer(PndContainerRegister *t_register)
Pass the container register to the process, and set the processes container requirements.
void SetSubClusterBranchName(const TString &t_branchname)
void SetDigiBranchName(const TString &t_branchname)
a cluster (group of neighboring crystals) of hit emc crystals
virtual void RequestDataContainer(PndContainerRegister *t_register)
Pass the container register to the process, and get the processes container requirements.
Helper Process to add links of BSEmcMCDeposits to clusters and subclusters.
virtual void Process()
The actual data transformation (digitizing, clustering, etc.) should be defined here.
represents the reconstructed hit of one emc crystal
virtual void SetupParameters(const PndParameterRegister *t_parameterRegister)
Fetch all parameters from the PndParameterRegister.
void SetClusterBranchName(const TString &t_branchname)
Interface to a datacontainer to be used in PandaROOT.
Helper class to indirect the Parameter fetching via the FairRuntimeDb.
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...
represents a reconstructed (splitted) emc cluster
virtual ~BSEmcAddLinksToCluster()