PandaRoot
BSEmcPlotDigis.h
Go to the documentation of this file.
1 #ifndef BSEMCPLOTDIGIS_HH
2 #define BSEMCPLOTDIGIS_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  BSEmcPlotDigis() : BSEmcPlotProcess("BSEmcPlotDigis") {}
25 
26  virtual void Process() /*override*/;
27  virtual void InitHistos(const TString &t_folderprefix) /*override*/;
28 
29  private:
30  Int_t fEvent{0};
31 
32  ClassDef(BSEmcPlotDigis, 1);
33 };
34 
35 #endif /*BSEMCPLOTDIGIS_HH*/
Base Processclass for plotting.
Process to plot some digi values, such as number of digis per event, energy of each digi...
virtual void InitHistos(const TString &t_folderprefix)
virtual void Process()
The actual data transformation (digitizing, clustering, etc.) should be defined here.