PandaRoot
BSEmcPlotMCHits.h
Go to the documentation of this file.
1 #ifndef BSEMCPLOTMCHITS_HH
2 #define BSEMCPLOTMCHITS_HH
3 
4 #include "Rtypes.h"
5 #include "RtypesCore.h"
6 #include "TString.h"
7 
8 #include "BSEmcPlotProcess.h"
9 
10 class TBuffer;
11 class TClass;
12 class TMemberInspector;
13 
23  public:
24  BSEmcPlotMCHits() : BSEmcPlotProcess("BSEmcPlotMCHits") {}
25 
26  virtual void Process() /*override*/;
27  virtual void InitHistos(const TString &t_folderprefix);
28 
29  private:
30  Int_t fEvent{0};
31  ClassDef(BSEmcPlotMCHits, 1);
32 };
33 
34 #endif /*BSEMCPLOTMCHITS_HH*/
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 to plot some values for MCHits such as energy or time.