1 #ifndef BSEMCADDLINKSTOCLUSTER_HH 2 #define BSEMCADDLINKSTOCLUSTER_HH 23 class TMemberInspector;
50 void SetDigiLinksFor(
const std::vector<T *> &t_cluster);
51 void SetClusterLinksFor(
const std::vector<BSEmcSubCluster *> &t_subcluster);
56 std::string fClusterBranchName{
""};
virtual void SetData(BSEmcClusteringData *t_data)
Pass the data container ptrs to the process, and store pointers in class members. ...
a cluster (group of neighboring crystals) of hit emc crystals
Helper Process to add links of BSEmcMCHits to clusters and subclusters.
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...
represents the reconstructed hit of one emc crystal
virtual void SetupParameters(const PndParameterRegister *t_parameterRegister)
Fetch all parameters from the PndParameterRegister.
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()