![]() |
ATLAS Offline Software
|
#include <LArBadChannel.h>
Classes | |
| class | LArBadChannelEnum |
| class | LArBadChannelSCEnum |
Public Types | |
| typedef unsigned int | PosType |
| typedef unsigned int | BitWord |
Public Member Functions | |
| LArBadChannel (BitWord rawStatus=0, bool isSC=false) | |
| bool | statusBad (PosType pb) const |
| Returns true if corresponding status bit its set. | |
| bool | statusOK (PosType pb) const |
| Returns true if there is no problem in corresponding status bit. | |
| bool | good () const |
| Returns true if no problems at all (all bits at zero) | |
| bool | maskedOSUM () const |
| bool | deformedTail () const |
| bool | deformedPulse () const |
| bool | nonLinearRamp () const |
| bool | ADCJump () const |
| bool | SCAProblem () const |
| bool | offOFCs () const |
| bool | offAmplitude () const |
| bool | offScale () const |
| bool | lowLightFibre () const |
| bool | transmissionErrorFibre () const |
| bool | pedestalJump () const |
| bool | deadReadout () const |
| bool | deadCalib () const |
| bool | deadPhys () const |
| bool | almostDead () const |
| bool | shortProblem () const |
| bool | unstable () const |
| bool | distorted () const |
| bool | lowNoiseHG () const |
| bool | highNoiseHG () const |
| bool | unstableNoiseHG () const |
| bool | lowNoiseMG () const |
| bool | highNoiseMG () const |
| bool | unstableNoiseMG () const |
| bool | lowNoiseLG () const |
| bool | highNoiseLG () const |
| bool | unstableNoiseLG () const |
| bool | missingFEB () const |
| bool | peculiarCalibrationLine () const |
| bool | problematicForUnknownReason () const |
| bool | sporadicBurstNoise () const |
| bool | deadSCACell () const |
| bool | badFirstSample () const |
| bool | unflaggedByLADIeS () const |
| bool | reflaggedByLADIeS () const |
| bool | badAutoCorr () const |
| bool | reallyNoisy () const |
| bool | noisy () const |
| bool | operator!= (BitWord other) |
| bool | operator!= (LArBadChannel other) |
| bool | operator== (BitWord other) |
| bool | operator== (LArBadChannel other) |
| LArBadChannel & | operator|= (LArBadChannel other) |
| BitWord | packedData () const |
| bool | isSC () const |
| void | setSC () |
Private Member Functions | |
| BitWord & | packedDataRef () |
Private Attributes | |
| BitWord | m_word |
| bool | m_isSC |
Friends | |
| class | TLArBadChanBitPackingBase< LArBadChannel::LArBadChannelSCEnum > |
| class | TLArBadChanBitPackingBase< LArBadChannel::LArBadChannelEnum > |
Definition at line 10 of file LArBadChannel.h.
| typedef unsigned int LArBadChannel::BitWord |
Definition at line 13 of file LArBadChannel.h.
| typedef unsigned int LArBadChannel::PosType |
Definition at line 12 of file LArBadChannel.h.
|
inlineexplicit |
Definition at line 79 of file LArBadChannel.h.
|
inline |
Definition at line 99 of file LArBadChannel.h.
|
inline |
Definition at line 113 of file LArBadChannel.h.
|
inline |
Definition at line 134 of file LArBadChannel.h.
|
inline |
Definition at line 131 of file LArBadChannel.h.
|
inline |
Definition at line 111 of file LArBadChannel.h.
|
inline |
Definition at line 112 of file LArBadChannel.h.
|
inline |
Definition at line 110 of file LArBadChannel.h.
|
inline |
Definition at line 130 of file LArBadChannel.h.
|
inline |
Definition at line 97 of file LArBadChannel.h.
|
inline |
Definition at line 96 of file LArBadChannel.h.
|
inline |
Definition at line 116 of file LArBadChannel.h.
|
inline |
Returns true if no problems at all (all bits at zero)
Definition at line 91 of file LArBadChannel.h.
|
inline |
Definition at line 118 of file LArBadChannel.h.
|
inline |
Definition at line 124 of file LArBadChannel.h.
|
inline |
Definition at line 121 of file LArBadChannel.h.
|
inline |
Definition at line 149 of file LArBadChannel.h.
|
inline |
Definition at line 104 of file LArBadChannel.h.
|
inline |
Definition at line 117 of file LArBadChannel.h.
|
inline |
Definition at line 123 of file LArBadChannel.h.
|
inline |
Definition at line 120 of file LArBadChannel.h.
|
inline |
Definition at line 95 of file LArBadChannel.h.
|
inline |
Definition at line 126 of file LArBadChannel.h.
|
inline |
Definition at line 138 of file LArBadChannel.h.
|
inline |
Definition at line 98 of file LArBadChannel.h.
|
inline |
Definition at line 102 of file LArBadChannel.h.
|
inline |
Definition at line 101 of file LArBadChannel.h.
|
inline |
Definition at line 103 of file LArBadChannel.h.
|
inline |
Definition at line 140 of file LArBadChannel.h.
|
inline |
Definition at line 141 of file LArBadChannel.h.
|
inline |
Definition at line 142 of file LArBadChannel.h.
|
inline |
Definition at line 143 of file LArBadChannel.h.
|
inline |
Definition at line 145 of file LArBadChannel.h.
|
inline |
Definition at line 147 of file LArBadChannel.h.
|
inlineprivate |
Definition at line 156 of file LArBadChannel.h.
|
inline |
Definition at line 127 of file LArBadChannel.h.
|
inline |
Definition at line 106 of file LArBadChannel.h.
|
inline |
Definition at line 128 of file LArBadChannel.h.
|
inline |
Definition at line 136 of file LArBadChannel.h.
|
inline |
Definition at line 133 of file LArBadChannel.h.
|
inline |
Definition at line 100 of file LArBadChannel.h.
|
inline |
Definition at line 150 of file LArBadChannel.h.
|
inline |
Definition at line 114 of file LArBadChannel.h.
|
inline |
Definition at line 129 of file LArBadChannel.h.
|
inline |
Returns true if corresponding status bit its set.
Definition at line 82 of file LArBadChannel.h.
|
inline |
Returns true if there is no problem in corresponding status bit.
Definition at line 88 of file LArBadChannel.h.
|
inline |
Definition at line 105 of file LArBadChannel.h.
|
inline |
Definition at line 132 of file LArBadChannel.h.
|
inline |
Definition at line 115 of file LArBadChannel.h.
|
inline |
Definition at line 119 of file LArBadChannel.h.
|
inline |
Definition at line 125 of file LArBadChannel.h.
|
inline |
Definition at line 122 of file LArBadChannel.h.
|
friend |
Definition at line 157 of file LArBadChannel.h.
|
friend |
Definition at line 157 of file LArBadChannel.h.
|
private |
Definition at line 157 of file LArBadChannel.h.
|
private |
Definition at line 155 of file LArBadChannel.h.