DBObject containing parameters used in EventsOfDoomBuster module.
More...
#include <EventsOfDoomParameters.h>
DBObject containing parameters used in EventsOfDoomBuster module.
Definition at line 26 of file EventsOfDoomParameters.h.
◆ EventsOfDoomParameters() [1/2]
Default constructor.
Definition at line 33 of file EventsOfDoomParameters.h.
34 {
35 m_nCDCHitsMax = 0;
36 m_nSVDShaperDigitsMax = 0;
37 }
◆ EventsOfDoomParameters() [2/2]
Constructor.
- Parameters
-
[in] | nCDCHitsMax | Max number of CDC hits for an event. |
[in] | nSVDShaperDigitsMax | Max number of SVD shaper digits for an event. |
Definition at line 44 of file EventsOfDoomParameters.h.
45 {
46 m_nCDCHitsMax = nCDCHitsMax;
47 m_nSVDShaperDigitsMax = nSVDShaperDigitsMax;
48 }
◆ ~EventsOfDoomParameters()
◆ getNCDCHitsMax()
uint32_t getNCDCHitsMax |
( |
| ) |
const |
|
inline |
◆ getNSVDShaperDigitsMax()
uint32_t getNSVDShaperDigitsMax |
( |
| ) |
const |
|
inline |
Get the max number of SVD shaper digits for an event.
Definition at line 86 of file EventsOfDoomParameters.h.
87 {
88 return m_nSVDShaperDigitsMax;
89 }
◆ setNCDCHitsMax()
void setNCDCHitsMax |
( |
uint32_t | nCDCHitsMax | ) |
|
|
inline |
Set the max number of CDC hits for an event.
- Parameters
-
[in] | nCDCHitsMax | Max number of CDC hits for an event. |
Definition at line 61 of file EventsOfDoomParameters.h.
62 {
63 m_nCDCHitsMax = nCDCHitsMax;
64 }
◆ setNSVDShaperDigitsMax()
void setNSVDShaperDigitsMax |
( |
uint32_t | nSVDShaperDigitsMax | ) |
|
|
inline |
Set the max number of SVD shaper digits for an event.
- Parameters
-
[in] | nSVDShaperDigitsMax | Max number of SVD shaper digits for an event. |
Definition at line 70 of file EventsOfDoomParameters.h.
71 {
72 m_nSVDShaperDigitsMax = nSVDShaperDigitsMax;
73 }
◆ m_nCDCHitsMax
◆ m_nSVDShaperDigitsMax
uint32_t m_nSVDShaperDigitsMax |
|
private |
The documentation for this class was generated from the following file: