PandaRoot
BSEmcPlotRecoHitVsMC.h
Go to the documentation of this file.
1 #ifndef BSEMCPLOTRECOHITVSMC_HH
2 #define BSEMCPLOTRECOHITVSMC_HH
3 #include <memory>
4 
5 #include "Rtypes.h"
6 #include "TString.h"
7 #include "TVector3.h"
8 
9 #include "BSEmcPlotProcess.h"
10 
11 class BSEmcRecoHit;
12 class PndMCTrack;
13 class TBuffer;
14 class TClass;
15 class TMemberInspector;
16 
26  public:
27  BSEmcPlotRecoHitVsMC() : BSEmcPlotProcess("BSEmcPlotRecoHitVsMC"){};
28  virtual ~BSEmcPlotRecoHitVsMC(){};
29 
30  virtual void InitHistos(const TString &t_folderprefix) /*override*/;
31  virtual void Process() /*override*/;
32 
33  private:
34  std::unique_ptr<PndMCTrack> GetMostPrimaryMCTrack(const BSEmcRecoHit *t_recohit) const;
35 
36  ClassDef(BSEmcPlotRecoHitVsMC, 1);
37 };
38 #endif /*BSEMCPLOTRECOHITVSMC_HH*/
Resembles/Contains all information a particle hitting the EMC can provide for later use in the PID st...
Definition: BSEmcRecoHit.h:31
Base Processclass for plotting.
virtual void Process()
The actual data transformation (digitizing, clustering, etc.) should be defined here.
virtual void InitHistos(const TString &t_folderprefix)
Process creating plots to test Theta and Phi reconstruction of RecoHits vs MCTruth value...