#include <TRT_SimHelper.h>
Definition at line 27 of file TRT_SimHelper.h.
◆ anonymous enum
| Enumerator |
|---|
| ABTR_SET | |
| ABTR_CLEAR | |
| DEAD_SET | |
| DEAD_CLEAR | |
| ROD_SET | |
| ROD_CLEAR | |
| VALID_SET | |
| VALID_CLEAR | |
| HIT_SET | |
| HIT_CLEAR | |
Definition at line 57 of file TRT_SimHelper.h.
◆ aboveTR_Thresh()
| void TRT_SimHelper::aboveTR_Thresh |
( |
InDetSimData & | sdo, |
|
|
bool | flag ) |
|
inlinestatic |
Definition at line 70 of file TRT_SimHelper.h.
71{
72 if (flag)
73 {
75 }
76 else
77 {
79 };
80}
◆ deadChannel()
| void TRT_SimHelper::deadChannel |
( |
InDetSimData & | sdo, |
|
|
bool | flag ) |
|
inlinestatic |
Definition at line 82 of file TRT_SimHelper.h.
83{
84 if (flag)
85 {
87 }
88 else
89 {
91 };
92}
◆ HasHit()
◆ hasHit()
| void TRT_SimHelper::hasHit |
( |
InDetSimData & | sdo, |
|
|
bool | flag ) |
|
inlinestatic |
Definition at line 118 of file TRT_SimHelper.h.
119{
120
121 if (flag)
122 {
124 }
125 else
126 {
128 };
129}
◆ isAboveTR_Thresh()
| bool TRT_SimHelper::isAboveTR_Thresh |
( |
const InDetSimData & | sdo | ) |
|
|
inlinestatic |
◆ isDeadChannel()
| bool TRT_SimHelper::isDeadChannel |
( |
const InDetSimData & | sdo | ) |
|
|
inlinestatic |
◆ isRodData()
◆ isValidStraw()
| bool TRT_SimHelper::isValidStraw |
( |
const InDetSimData & | sdo | ) |
|
|
inlinestatic |
◆ rodData()
| void TRT_SimHelper::rodData |
( |
InDetSimData & | sdo, |
|
|
bool | flag ) |
|
inlinestatic |
Definition at line 94 of file TRT_SimHelper.h.
95{
96 if (flag)
97 {
99 }
100 else
101 {
103 };
104}
◆ validStraw()
| void TRT_SimHelper::validStraw |
( |
InDetSimData & | sdo, |
|
|
bool | flag ) |
|
inlinestatic |
Definition at line 106 of file TRT_SimHelper.h.
107{
108
109 if (flag)
110 {
112 }
113 else
114 {
116 };
117}
The documentation for this class was generated from the following file: