1 #ifndef BSEMCPLOTDIGIS_HH 2 #define BSEMCPLOTDIGIS_HH 5 #include "RtypesCore.h" 12 class TMemberInspector;
28 virtual void InitHistos(
const TString &t_folderprefix) ;
Base Processclass for plotting.
Process to plot some digi values, such as number of digis per event, energy of each digi...
virtual void RequestDataContainer(PndContainerRegister *t_register)
Pass the container register to the process, and get the processes container requirements.
virtual void GetDataContainer(PndContainerRegister *t_register)
Pass the container register to the process, and set 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.