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 
27  virtual void Process() /*override*/;
28  virtual void InitHistos(const TString &t_folderprefix) /*override*/;
29 
30  private:
31  Int_t fEvent{0};
32 
33  ClassDef(BSEmcPlotWaveforms, 1);
34 };
35 
36 #endif /*BSEMCPLOTWAVEFORMS_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)
Creates plots of the Waveforms.