Belle II Software development
|
The payload containing all PXD ROI parameters. More...
#include <ROISimulationParameters.h>
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 | |
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.
|
inline |
|
inline |
|
inline |
Get if ROI finding was disabled for every Nth event (-1 if not used)
Definition at line 48 of file ROISimulationParameters.h.
|
inline |
Get whether ROI finding was used.
Definition at line 36 of file ROISimulationParameters.h.
|
inline |
Set if ROI finding was disabled for every Nth event (-1 if not used)
Definition at line 42 of file ROISimulationParameters.h.
|
inline |
Set whether ROI finding was used.
Definition at line 30 of file ROISimulationParameters.h.
|
private |
you might to disable ROI finding for every Nth event (-1 if not used)
Definition at line 55 of file ROISimulationParameters.h.
|
private |
store whether ROI finding was used
Definition at line 57 of file ROISimulationParameters.h.