PandaRoot
BSEmcPlotWaveforms.h
Go to the documentation of this file.
1 #ifndef BSEMCPLOTWAVEFORMS_HH
2 #define BSEMCPLOTWAVEFORMS_HH
3 
4 #include "Rtypes.h"
5 #include "RtypesCore.h"
6 #include "TString.h"
7 
8 #include "BSEmcMultiWaveform.h"
9 #include "BSEmcPlotProcess.h"
10 
11 class TBuffer;
12 class TClass;
13 class TMemberInspector;
14 
24  public:
25  BSEmcPlotWaveforms() : BSEmcPlotProcess("BSEmcPlotWaveforms") {}
26  virtual void RequestDataContainer(PndContainerRegister *t_register) /*override*/;
27  virtual void GetDataContainer(PndContainerRegister *t_register) /*override*/;
28  virtual void Process() /*override*/;
29  virtual void InitHistos(const TString &t_folderprefix) /*override*/;
30 
31  private:
32  Int_t fEvent{0};
33 
34  ClassDef(BSEmcPlotWaveforms, 1);
35 };
36 
37 #endif /*BSEMCPLOTWAVEFORMS_HH*/
Base Processclass for plotting.
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.
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)
Creates plots of the Waveforms.