PandaRoot
BSEmcPlotMCDeposits.h
Go to the documentation of this file.
1 #ifndef BSEMCPLOTMCDEPOSITS_HH
2 #define BSEMCPLOTMCDEPOSITS_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  BSEmcPlotMCDeposits() : BSEmcPlotProcess("BSEmcPlotMCDeposits") {}
25  virtual void RequestDataContainer(PndContainerRegister *t_register) /*override*/;
26  virtual void GetDataContainer(PndContainerRegister *t_register) /*override*/;
27  virtual void Process() /*override*/;
28  virtual void InitHistos(const TString &t_folderprefix);
29 
30  private:
31  Int_t fEvent{0};
32  ClassDef(BSEmcPlotMCDeposits, 1);
33 };
34 
35 #endif /*BSEMCPLOTMCDEPOSITS_HH*/
Base Processclass for plotting.
virtual void RequestDataContainer(PndContainerRegister *t_register)
Pass the container register to the process, and get the processes container requirements.
virtual void InitHistos(const TString &t_folderprefix)
virtual void Process()
The actual data transformation (digitizing, clustering, etc.) should be defined here.
virtual void GetDataContainer(PndContainerRegister *t_register)
Pass the container register to the process, and set the processes container requirements.
Process to plot some values for MCDeposits such as energy or time.