#include <HcalChannelStatus.h>
|
enum | StatusBit {
HcalCellOff = 0,
HcalCellMask = 1,
HcalCellDead = 5,
HcalCellHot = 6,
HcalCellStabErr = 7,
HcalCellTimErr = 8,
HcalCellExcludeFromHBHENoiseSummary = 9,
HcalCellExcludeFromHBHENoiseSummaryR45,
HcalBadLaserSignal = 11,
HcalCellTrigMask = 15,
HcalCellCaloTowerMask = 18,
HcalCellCaloTowerProb = 19
} |
|
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
Definition at line 13 of file HcalChannelStatus.h.
◆ StatusBit
Enumerator |
---|
HcalCellOff | |
HcalCellMask | |
HcalCellDead | |
HcalCellHot | |
HcalCellStabErr | |
HcalCellTimErr | |
HcalCellExcludeFromHBHENoiseSummary | |
HcalCellExcludeFromHBHENoiseSummaryR45 | |
HcalBadLaserSignal | |
HcalCellTrigMask | |
HcalCellCaloTowerMask | |
HcalCellCaloTowerProb | |
Definition at line 16 of file HcalChannelStatus.h.
◆ HcalChannelStatus() [1/2]
HcalChannelStatus::HcalChannelStatus |
( |
| ) |
|
|
inline |
◆ HcalChannelStatus() [2/2]
HcalChannelStatus::HcalChannelStatus |
( |
unsigned long |
fid, |
|
|
uint32_t |
status |
|
) |
| |
|
inline |
◆ getValue()
uint32_t HcalChannelStatus::getValue |
( |
| ) |
const |
|
inline |
Definition at line 60 of file HcalChannelStatus.h.
References mStatus.
Referenced by WriteL1TriggerObjectsTxt::analyze(), reco::HcalNoiseInfoProducer::filldigis(), AlCaHOCalibProducer::fillHOStore(), reco::HcalNoiseInfoProducer::fillrechits(), egamma::hasActiveHcal(), CaloTowersCreationAlgo::hcalChanStatusForCaloTower(), HcalRecHitsAnalyzer::hcalSevLvl(), HcalHF_PETalgorithm::HFSetFlagFromPET(), HcalHFStatusBitFromRecHits::hfSetFlagFromRecHits(), HcalHF_S9S1algorithm::HFSetFlagFromS9S1(), PFBadHcalPseudoClusterProducer::init(), CaloTowersCreationAlgo::makeHcalDropChMap(), ZdcHitReconstructor::produce(), HcalHitReconstructor::produce(), HFPhase1Reconstructor::produce(), HcalChannelPropertiesEP::produce2(), HcalHitSelection::skim(), PFRecHitQTestHCALChannel::test(), HcaluLUTTPGCoder::update(), and ObjectValidator::validHit().
◆ isBitSet()
bool HcalChannelStatus::isBitSet |
( |
unsigned int |
bitnumber | ) |
const |
|
inline |
◆ rawId()
uint32_t HcalChannelStatus::rawId |
( |
| ) |
const |
|
inline |
◆ serialize()
template<class Archive >
void HcalChannelStatus::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
private |
◆ setBit()
void HcalChannelStatus::setBit |
( |
unsigned int |
bitnumber | ) |
|
|
inline |
◆ setValue()
void HcalChannelStatus::setValue |
( |
uint32_t |
value | ) |
|
|
inline |
◆ unsetBit()
void HcalChannelStatus::unsetBit |
( |
unsigned int |
bitnumber | ) |
|
|
inline |
◆ boost::serialization::access
friend class boost::serialization::access |
|
friend |
◆ cond::serialization::access
template<typename CondSerializationT , typename Enabled >
◆ mId
uint32_t HcalChannelStatus::mId |
|
private |
◆ mStatus
uint32_t HcalChannelStatus::mStatus |
|
private |