The Class for CDC Simulation Control Parameters.
More...
#include <CDCSimControlPar.h>
The Class for CDC Simulation Control Parameters.
This class provides control parameters for CDC simulation.
Definition at line 20 of file CDCSimControlPar.h.
◆ ~CDCSimControlPar()
◆ CDCSimControlPar()
◆ getDebug()
◆ getInstance()
Static method to get a reference to the CDCSimControlPar instance.
- Returns
- A reference to an instance of this class.
Definition at line 16 of file CDCSimControlPar.cc.
17{
20}
static CDCSimControlPar * m_pntr
Pointer that saves the instance of this class.
CDCSimControlPar()
Singleton class.
◆ getMinTrackLength()
double getMinTrackLength |
( |
| ) |
const |
|
inline |
Get minimum track length.
Definition at line 124 of file CDCSimControlPar.h.
125 {
126 return m_minTrackLength;
127 }
◆ getModLeftRightFlag()
bool getModLeftRightFlag |
( |
| ) |
const |
|
inline |
Get modified left/right flag.
Definition at line 100 of file CDCSimControlPar.h.
101 {
102 return m_modLeftRightFlag;
103 }
◆ getThresholdEnergyDeposit()
double getThresholdEnergyDeposit |
( |
| ) |
const |
|
inline |
Get threshold for Energy Deposit;.
Definition at line 116 of file CDCSimControlPar.h.
117 {
118 return m_thresholdEnergyDeposit;
119 }
◆ getTimeWalk()
bool getTimeWalk |
( |
| ) |
const |
|
inline |
Get time-walk flag.
Definition at line 84 of file CDCSimControlPar.h.
85 {
86 return m_timeWalk;
87 }
◆ getWireSag()
bool getWireSag |
( |
| ) |
const |
|
inline |
◆ setDebug()
void setDebug |
( |
bool | onoff | ) |
|
|
inline |
◆ setMinTrackLength()
void setMinTrackLength |
( |
double | input | ) |
|
|
inline |
Set minimum track length.
Definition at line 76 of file CDCSimControlPar.h.
77 {
78 m_minTrackLength = input;
79 }
◆ setModLeftRightFlag()
void setModLeftRightFlag |
( |
bool | onoff | ) |
|
|
inline |
Set modified left/right flag.
Definition at line 52 of file CDCSimControlPar.h.
53 {
54 m_modLeftRightFlag = onoff;
55 }
◆ setThresholdEnergyDeposit()
void setThresholdEnergyDeposit |
( |
double | input | ) |
|
|
inline |
Set threshold for Energy Deposit;.
Definition at line 68 of file CDCSimControlPar.h.
69 {
70 m_thresholdEnergyDeposit = input;
71 }
◆ setTimeWalk()
void setTimeWalk |
( |
bool | onoff | ) |
|
|
inline |
Set time-walk flag.
Definition at line 36 of file CDCSimControlPar.h.
37 {
38 m_timeWalk = onoff;
39 }
◆ setWireSag()
void setWireSag |
( |
bool | onoff | ) |
|
|
inline |
◆ m_debug
◆ m_minTrackLength
double m_minTrackLength = 15. |
|
private |
◆ m_modLeftRightFlag
bool m_modLeftRightFlag = false |
|
private |
◆ m_pntr
◆ m_thresholdEnergyDeposit
double m_thresholdEnergyDeposit = 0. |
|
private |
◆ m_timeWalk
◆ m_wireSag
The documentation for this class was generated from the following files: