1 #ifndef BSEMCPLOTMULTIHITCLUSTER_HH 2 #define BSEMCPLOTMULTIHITCLUSTER_HH 7 #include "RtypesCore.h" 17 class TMemberInspector;
32 virtual void InitHistos(
const TString &t_folderprefix) ;
37 void Create2DHistOfClusterDigis(
const BSEmcCluster *t_cluster);
38 std::vector<const BSEmcRecoHit *> GetRecoHitsInCluster(Int_t t_clusterindex);
39 void FillMaxNeighbourEnergyOverCentralEnergy(Int_t t_clusterindex);
Resembles/Contains all information a particle hitting the EMC can provide for later use in the PID st...
Base Processclass for plotting.
virtual void InitHistos(const TString &t_folderprefix)
Plots events where a cluster contains several maxima.
virtual ~BSEmcPlotMultiHitCluster()
a cluster (group of neighboring crystals) of hit emc crystals
virtual void Process()
The actual data transformation (digitizing, clustering, etc.) should be defined here.
Interface class to map DetectorIDs (crystal Ids) to x-y-indices.
void SetMapper(BSEmc2DMapper *t_mapper)
BSEmcPlotMultiHitCluster(BSEmc2DMapper *t_mapper=nullptr)