CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ecalRecHitFlags_cfi.py
Go to the documentation of this file.
2 
3 ecalRecHitFlag_kGood=0 # channel ok, the energy and time measurement are reliable
4 ecalRecHitFlag_kPoorReco=1 # the energy is available from the UncalibRecHit, but approximate (bad shape, large chi2)
5 ecalRecHitFlag_kOutOfTime=2 # the energy is available from the UncalibRecHit (sync reco), but the event is out of time
6 ecalRecHitFlag_kFaultyHardware=3 # The energy is available from the UncalibRecHit, channel is faulty at some hardware level (e.g. noisy)
7 ecalRecHitFlag_kNoisy=4 # the channel is very noisy
8 ecalRecHitFlag_kPoorCalib=5 # the energy is available from the UncalibRecHit, but the calibration of the channel is poor
9 ecalRecHitFlag_kSaturated=6 # saturated channel (recovery not tried)
10 ecalRecHitFlag_kLeadingEdgeRecovered=7 # saturated channel: energy estimated from the leading edge before saturation
11 ecalRecHitFlag_kNeighboursRecovered=8 # saturated/isolated dead: energy estimated from neighbours
12 ecalRecHitFlag_kTowerRecovered=9 # channel in TT with no data link, info retrieved from Trigger Primitive
13 ecalRecHitFlag_kDead=10 # channel is dead and any recovery fails
14 ecalRecHitFlag_kKilled=11 # MC only flag: the channel is killed in the real detector
15 ecalRecHitFlag_kTPSaturated=12 # the channel is in a region with saturated TP
16 ecalRecHitFlag_kL1SpikeFlag=13 # the channel is in a region with TP with sFGVB = 0
17 ecalRecHitFlag_kWeird=14 # the signal is believed to originate from an anomalous deposit (spike)
18 ecalRecHitFlag_kDiWeird=15 # the signal is anomalous, and neighbors another anomalous signal
19 
20 ecalRecHitFlag_kUnknown=16 # to ease the interface with functions returning flags.