The payload containing all PXD ROI parameters.
int getDisableROIforEveryNth() const
Get if ROI finding was disabled for every Nth event (-1 if not used)
bool getROIfinding() const
Get whether ROI finding was used.
int m_disableROIforEveryNth
you might to disable ROI finding for every Nth event (-1 if not used)
void setDisableROIforEveryNth(int disableROIforEveryNth)
Set if ROI finding was disabled for every Nth event (-1 if not used)
~ROISimulationParameters()
Destructor.
ClassDef(ROISimulationParameters, 1)
ClassDef, necessary for ROOT.
void setROIfinding(bool useROIfinding)
Set whether ROI finding was used.
bool m_useROIfinding
store whether ROI finding was used
ROISimulationParameters()
Default constructor.
Abstract base class for different kinds of events.