PandaRoot
BSEmcPlotMCPoints.h
Go to the documentation of this file.
1 #ifndef BSEMCPLOTMCPOINTS_HH
2 #define BSEMCPLOTMCPOINTS_HH
3 
4 #include "Rtypes.h"
5 #include "TString.h"
6 
7 #include "BSEmcPlotProcess.h"
8 
9 class TBuffer;
10 class TClass;
11 class TMemberInspector;
12 
22  public:
23  BSEmcPlotMCPoints() : BSEmcPlotProcess("BSEmcPlotMCPoints") {}
24 
25  virtual void Process() /*override*/;
26  virtual void InitHistos(const TString &t_folderprefix) /*override*/;
27 
28  private:
29  ClassDef(BSEmcPlotMCPoints, 1);
30 };
31 
32 #endif /*BSEMCPLOTMCPOINTS_HH*/
Base Processclass for plotting.
Plots values for MCPoints, such as energy loss, time.
virtual void Process()
The actual data transformation (digitizing, clustering, etc.) should be defined here.
virtual void InitHistos(const TString &t_folderprefix)