![]() |
ATLAS Offline Software
|
#include <PixelSimHelper.h>
Static Public Member Functions | |
| static void | noise (InDetSimData &sdo, bool flag) |
| static void | belowThreshold (InDetSimData &sdo, bool flag) |
| static void | disabled (InDetSimData &sdo, bool flag) |
| static void | badToT (InDetSimData &sdo, bool flag) |
| static bool | isNoise (const InDetSimData &sdo) |
| static bool | isBelowThreshold (const InDetSimData &sdo) |
| static bool | isDisabled (const InDetSimData &sdo) |
| static bool | hasBadTOT (const InDetSimData &sdo) |
| static bool | isRejected (const InDetSimData &sdo, bool rejectOutOfBunch, bool rejectUnconnected, bool rejectBelowThreshold, bool rejectDisabled, bool rejectLostInReadout, bool rejectNotTrack, bool rejectExtraNoise, bool rejectBadTOT) |
Private Types | |
| enum | { NOISE_SET = 0x1 , NOISE_CLEAR = 0xfffffffe , BT_SET = 0x2 , BT_CLEAR = 0xfffffffd , DISABLED_SET = 0x4 , DISABLED_CLEAR = 0xfffffffb , BADTOT_SET = 0x8 , BADTOT_CLEAR = 0xfffffff7 } |
Definition at line 27 of file PixelSimHelper.h.
|
private |
| Enumerator | |
|---|---|
| NOISE_SET | |
| NOISE_CLEAR | |
| BT_SET | |
| BT_CLEAR | |
| DISABLED_SET | |
| DISABLED_CLEAR | |
| BADTOT_SET | |
| BADTOT_CLEAR | |
Definition at line 51 of file PixelSimHelper.h.
|
inlinestatic |
Definition at line 96 of file PixelSimHelper.h.
|
inlinestatic |
|
inlinestatic |
Definition at line 84 of file PixelSimHelper.h.
|
inlinestatic |
Definition at line 124 of file PixelSimHelper.h.
|
inlinestatic |
Definition at line 114 of file PixelSimHelper.h.
|
inlinestatic |
Definition at line 119 of file PixelSimHelper.h.
|
inlinestatic |
Definition at line 109 of file PixelSimHelper.h.
|
inlinestatic |
Definition at line 129 of file PixelSimHelper.h.
|
inlinestatic |
Definition at line 60 of file PixelSimHelper.h.