Belle II Software  release-08-01-10
ROISimulationParameters Class Reference

The payload containing all PXD ROI parameters. More...

#include <ROISimulationParameters.h>

Inheritance diagram for ROISimulationParameters:
Collaboration diagram for ROISimulationParameters:

Public Member Functions

 ROISimulationParameters ()
 Default constructor.
 
 ~ROISimulationParameters ()
 Destructor.
 
void setROIfinding (bool useROIfinding)
 Set whether ROI finding was used.
 
bool getROIfinding () const
 Get whether ROI finding was used.
 
void setDisableROIforEveryNth (int disableROIforEveryNth)
 Set if ROI finding was disabled for every Nth event (-1 if not used)
 
int getDisableROIforEveryNth () const
 Get if ROI finding was disabled for every Nth event (-1 if not used)
 

Private Member Functions

 ClassDef (ROISimulationParameters, 1)
 ClassDef, necessary for ROOT.
 

Private Attributes

int m_disableROIforEveryNth = -1
 you might to disable ROI finding for every Nth event (-1 if not used)
 
bool m_useROIfinding = true
 store whether ROI finding was used
 

Detailed Description

The payload containing all PXD ROI parameters.

Right now this is only whether ROI finding was enabled or not, but this class can be extended to store size of ROIs etc.

Definition at line 22 of file ROISimulationParameters.h.


The documentation for this class was generated from the following file: