Enumerations | |
enum | OrbitGapType { tUnkown = -1, tNull = 0, tPedestal = 1, tHFRaddam = 2, tHBHEHPD = 3, tHO = 4, tHF = 5, tZDC = 6, tHEPMega = 7, tHEMMega = 8, tHBPMega = 9, tHBMMega = 10, tSomething = 11, tCRF = 12, tCalib = 13, tSafe = 14, nOrbitGapType = 15 } |
Variables | |
double const | adc2fC [256] |
double const | AXIS_ADC_MAX = 128 |
double const | AXIS_ADC_MAX_PED = 5 |
double const | AXIS_ADC_MIN = 0 |
int const | AXIS_ADC_NBINS = 128 |
int const | AXIS_ADC_NBINS_PED = 100 |
double const | AXIS_ENERGY_MAX = 200 |
double const | AXIS_ENERGY_MIN = -10. |
int const | AXIS_ENERGY_NBINS = 400 |
double const | AXIS_NOMFC_MAX = 3000. |
double const | AXIS_NOMFC_MAX_3000 = 3000. |
double const | AXIS_NOMFC_MIN = 0 |
int const | AXIS_NOMFC_NBINS = 300 |
int const | AXIS_NOMFC_NBINS_3000 = 300 |
double const | AXIS_TIME_MAX = 50 |
double const | AXIS_TIME_MIN = -50. |
int const | AXIS_TIME_NBINS = 200 |
double const | AXIS_TIMETS_MAX = 10 |
double const | AXIS_TIMETS_MIN = 0 |
int const | AXIS_TIMETS_NBINS = 10 |
double const | BAD = 0.5 |
int const | BIT_AXIS_FLAG = 4 |
int const | BIT_AXIS_LS = 3 |
int const | BIT_AXIS_XLOG = 0 |
int const | BIT_AXIS_YLOG = 1 |
int const | BIT_AXIS_ZLOG = 2 |
int const | BIT_OFFSET = 19 |
int const | CALIBEVENTS_MIN = 100 |
int const | CAPS_NUM = 4 |
int const | CHS_NUM [SUBDET_NUM] = { 2592, 2592,2192, 1728} |
uint16_t const | CRATE2FED [50] |
int const | CRATE_TOTAL_NUM = CRATE_VME_NUM + CRATE_uTCA_NUM |
int const | CRATE_uTCA_DELTA = 1 |
int const | CRATE_uTCA_MAX = 37 |
int const | CRATE_uTCA_MIN = 20 |
int const | CRATE_uTCA_NUM = CRATE_uTCA_MAX-CRATE_uTCA_MIN+1 |
int const | CRATE_VME_DELTA = 1 |
int const | CRATE_VME_MAX = 18 |
int const | CRATE_VME_MIN = 0 |
int const | CRATE_VME_NUM = CRATE_VME_MAX-CRATE_VME_MIN+1 |
double const | DELTA = 0.005 |
int const | DEPTH_DELTA = 1 |
int const | DEPTH_MAX = 4 |
int const | DEPTH_MIN = 1 |
int const | DEPTH_NUM = 4 |
int const | DIGISIZE [SUBDET_NUM] = {10, 10, 10, 4} |
uint8_t const | EVENTTYPE_LASER = 14 |
uint8_t const | EVENTTYPE_PEDESTAL = 1 |
uint16_t const | FED2CRATE [FED_uTCA_MAX_REAL] |
int const | FED_TOTAL_NUM = FED_VME_NUM+FED_uTCA_NUM |
int const | FED_uTCA_DELTA = 1 |
int const | FED_uTCA_MAX = FED_uTCA_MIN + FED_uTCA_MAX_REAL-1 |
int const | FED_uTCA_MAX_REAL = 50 |
int const | FED_uTCA_MIN = FEDNumbering::MINHCALuTCAFEDID |
int const | FED_uTCA_NUM = FED_uTCA_MAX - FED_uTCA_MIN + 1 |
int const | FED_VME_DELTA = 1 |
int const | FED_VME_MAX = FEDNumbering::MAXHCALFEDID |
int const | FED_VME_MIN = FEDNumbering::MINHCALFEDID |
int const | FED_VME_NUM = FED_VME_MAX-FED_VME_MIN+1 |
int const | FIBER_uTCA_MAX1 = 9 |
int const | FIBER_uTCA_MAX2 = 21 |
int const | FIBER_uTCA_MIN1 = 2 |
int const | FIBER_uTCA_MIN2 = 14 |
int const | FIBER_uTCA_NUM |
int const | FIBER_VME_MAX = 8 |
int const | FIBER_VME_MIN = 1 |
int const | FIBER_VME_NUM = FIBER_VME_MAX-FIBER_VME_MIN+1 |
int const | FIBERCH_MAX = 2 |
int const | FIBERCH_MIN = 0 |
int const | FIBERCH_NUM = FIBERCH_MAX-FIBERCH_MIN+1 |
int const | FIBEROFFSET_INVALID = -1000 |
int const | GARBAGE_VALUE = -1000 |
double const | GOOD = 1.0 |
int const | HB = 1 |
int const | HE = 2 |
int const | HF = 4 |
int const | HO = 3 |
int const | IETA_DELTA = 1 |
int const | IETA_MAX =41 |
int const | IETA_MAX_HB = 16 |
int const | IETA_MAX_HE = 29 |
int const | IETA_MAX_HF = 41 |
int const | IETA_MAX_HO = 15 |
int const | IETA_MAX_TPHBHE = 28 |
int const | IETA_MAX_TPHF = 32 |
int const | IETA_MIN =1 |
int const | IETA_MIN_HB = 1 |
int const | IETA_MIN_HE = 16 |
int const | IETA_MIN_HF = 29 |
int const | IETA_MIN_HO = 1 |
int const | IETA_NUM =2*(IETA_MAX-IETA_MIN+1)+1 |
int const | IPHI_DELTA = 1 |
int const | IPHI_DELTA_HF = 2 |
int const | IPHI_DELTA_TPHF = 4 |
int const | IPHI_MAX = 72 |
int const | IPHI_MIN = 1 |
int const | IPHI_NUM = 72 |
int const | IPHI_NUM_HF = 36 |
int const | IPHI_NUM_TPHF = 18 |
double const | NOT_APPLICABLE = -1 |
int const | NUM_FGBITS = 6 |
double const | PROBLEMATIC = 0.9 |
int const | RAW_EMPTY = 16 |
int const | SLB_MAX = 6 |
int const | SLB_MIN = 1 |
int const | SLB_NUM = SLB_MAX-SLB_MIN+1 |
int const | SLBCH_MAX = 3 |
int const | SLBCH_MIN = 0 |
int const | SLBCH_NUM = SLBCH_MAX-SLBCH_MIN+1 |
int const | SLOT_uTCA_DELTA = 1 |
int const | SLOT_uTCA_MAX = 12 |
int const | SLOT_uTCA_MIN = 1 |
int const | SLOT_uTCA_NUM = SLOT_uTCA_MAX-SLOT_uTCA_MIN+1 |
int const | SLOT_VME_MAX1 = 7 |
int const | SLOT_VME_MAX2 = 18 |
int const | SLOT_VME_MIN1 = 2 |
int const | SLOT_VME_MIN2 = 13 |
int const | SLOT_VME_NUM = SLOT_VME_NUM1+SLOT_VME_NUM2 |
int const | SLOT_VME_NUM1 = SLOT_VME_MAX1-SLOT_VME_MIN1+1 |
int const | SLOT_VME_NUM2 = SLOT_VME_MAX2-SLOT_VME_MIN2+1 |
int const | SPIGOT_MAX = 11 |
int const | SPIGOT_MIN = 0 |
int const | SPIGOT_NUM = SPIGOT_MAX-SPIGOT_MIN+1 |
std::string const | SUBDET_NAME [SUBDET_NUM] ={"HB", "HE", "HO", "HF"} |
int const | SUBDET_NUM = 4 |
std::string const | SUBDETPM_NAME [2 *SUBDET_NUM] |
std::string const | SUBSYSTEM = "Hcal" |
int const | TPCHS_NUM [TPSUBDET_NUM] = {2*28*72, 144} |
int const | TPFIBER_MAX = 5 |
int const | TPFIBER_MIN = 0 |
int const | TPFIBER_NUM = TPFIBER_MAX-TPFIBER_MIN+1 |
int const | TPFIBERCH_MAX = 7 |
int const | TPFIBERCH_MIN = 0 |
int const | TPFIBERCH_NUM = TPFIBERCH_MAX-TPFIBERCH_MIN+1 |
std::string const | TPSUBDET_NAME [TPSUBDET_NUM] = {"HBHE", "HF"} |
int const | TPSUBDET_NUM = 2 |
std::string const | TPSUBDETPM_NAME [2 *TPSUBDET_NUM] |
int const | TS_NUM [SUBDET_NUM] = {10, 10, 10, 4} |
int const | UTCA_DATAFLAVOR = 0x5 |
double const | VERY_LOW = 0.5 |
double const | VERY_LOW_XXX = 0 |
Enumerator | |
---|---|
tUnkown | |
tNull | |
tPedestal | |
tHFRaddam | |
tHBHEHPD | |
tHO | |
tHF | |
tZDC | |
tHEPMega | |
tHEMMega | |
tHBPMega | |
tHBMMega | |
tSomething | |
tCRF | |
tCalib | |
tSafe | |
nOrbitGapType |
Definition at line 275 of file Constants.h.
double const hcaldqm::constants::adc2fC[256] |
Definition at line 221 of file Constants.h.
Referenced by HcalTimingMonitorModule::analyze(), HcalDetDiagTimingMonitor::analyze(), HcalDetDiagLEDMonitor::analyze(), HcalDetDiagLaserMonitor::analyze(), hcaldqm::utilities::aveTS_v10(), HcalDetDiagLaserMonitor::SaveRaddamData(), and hcaldqm::utilities::sumQ_v10().
double const hcaldqm::constants::AXIS_ADC_MAX = 128 |
Definition at line 204 of file Constants.h.
double const hcaldqm::constants::AXIS_ADC_MAX_PED = 5 |
Definition at line 201 of file Constants.h.
double const hcaldqm::constants::AXIS_ADC_MIN = 0 |
Definition at line 203 of file Constants.h.
int const hcaldqm::constants::AXIS_ADC_NBINS = 128 |
Definition at line 202 of file Constants.h.
int const hcaldqm::constants::AXIS_ADC_NBINS_PED = 100 |
Definition at line 200 of file Constants.h.
double const hcaldqm::constants::AXIS_ENERGY_MAX = 200 |
Definition at line 195 of file Constants.h.
double const hcaldqm::constants::AXIS_ENERGY_MIN = -10. |
Definition at line 194 of file Constants.h.
int const hcaldqm::constants::AXIS_ENERGY_NBINS = 400 |
Definition at line 196 of file Constants.h.
double const hcaldqm::constants::AXIS_NOMFC_MAX = 3000. |
Definition at line 209 of file Constants.h.
double const hcaldqm::constants::AXIS_NOMFC_MAX_3000 = 3000. |
Definition at line 206 of file Constants.h.
double const hcaldqm::constants::AXIS_NOMFC_MIN = 0 |
Definition at line 208 of file Constants.h.
int const hcaldqm::constants::AXIS_NOMFC_NBINS = 300 |
Definition at line 207 of file Constants.h.
int const hcaldqm::constants::AXIS_NOMFC_NBINS_3000 = 300 |
Definition at line 205 of file Constants.h.
double const hcaldqm::constants::AXIS_TIME_MAX = 50 |
Definition at line 198 of file Constants.h.
double const hcaldqm::constants::AXIS_TIME_MIN = -50. |
Definition at line 197 of file Constants.h.
int const hcaldqm::constants::AXIS_TIME_NBINS = 200 |
Definition at line 199 of file Constants.h.
double const hcaldqm::constants::AXIS_TIMETS_MAX = 10 |
Definition at line 212 of file Constants.h.
double const hcaldqm::constants::AXIS_TIMETS_MIN = 0 |
Definition at line 211 of file Constants.h.
int const hcaldqm::constants::AXIS_TIMETS_NBINS = 10 |
Definition at line 210 of file Constants.h.
double const hcaldqm::constants::BAD = 0.5 |
Definition at line 17 of file Constants.h.
Referenced by SiStripGainFromData::algoEndJob(), pat::MuonSelector::customSelection_(), pat::MuonSelector::filter(), reco::HitPattern::getTrackerLayerCase(), and pat::MuonSelector::muIdSelection_().
int const hcaldqm::constants::BIT_AXIS_FLAG = 4 |
Definition at line 268 of file Constants.h.
int const hcaldqm::constants::BIT_AXIS_LS = 3 |
Definition at line 267 of file Constants.h.
Referenced by HcalOnlineHarvesting::_dqmEndLuminosityBlock(), and hcaldqm::quantity::ValueQuantity::setLS().
int const hcaldqm::constants::BIT_AXIS_XLOG = 0 |
Definition at line 264 of file Constants.h.
int const hcaldqm::constants::BIT_AXIS_YLOG = 1 |
Definition at line 265 of file Constants.h.
int const hcaldqm::constants::BIT_AXIS_ZLOG = 2 |
Definition at line 266 of file Constants.h.
int const hcaldqm::constants::BIT_OFFSET = 19 |
Definition at line 263 of file Constants.h.
Referenced by HcalOnlineHarvesting::_dqmEndLuminosityBlock(), ZDCTask::bookHistograms(), hcaldqm::quantity::Quantity::setLog(), and hcaldqm::quantity::ValueQuantity::setLS().
int const hcaldqm::constants::CALIBEVENTS_MIN = 100 |
Definition at line 214 of file Constants.h.
Referenced by LEDTask::_process().
int const hcaldqm::constants::CAPS_NUM = 4 |
Definition at line 175 of file Constants.h.
Referenced by PedestalTask::_process().
int const hcaldqm::constants::CHS_NUM[SUBDET_NUM] = { 2592, 2592,2192, 1728} |
Definition at line 183 of file Constants.h.
uint16_t const hcaldqm::constants::CRATE2FED[50] |
Definition at line 38 of file Constants.h.
Referenced by hcaldqm::utilities::crate2fed().
int const hcaldqm::constants::CRATE_TOTAL_NUM = CRATE_VME_NUM + CRATE_uTCA_NUM |
Definition at line 69 of file Constants.h.
Referenced by hcaldqm::quantity::getLabels_Crate().
int const hcaldqm::constants::CRATE_uTCA_DELTA = 1 |
Definition at line 67 of file Constants.h.
int const hcaldqm::constants::CRATE_uTCA_MAX = 37 |
Definition at line 66 of file Constants.h.
int const hcaldqm::constants::CRATE_uTCA_MIN = 20 |
Definition at line 65 of file Constants.h.
Referenced by hcaldqm::DigiRunSummary::beginRun(), hcaldqm::RawRunSummary::beginRun(), DigiComparisonTask::bookHistograms(), TPComparisonTask::bookHistograms(), LEDTask::bookHistograms(), PedestalTask::bookHistograms(), TPTask::bookHistograms(), LaserTask::bookHistograms(), RawTask::bookHistograms(), RecHitTask::bookHistograms(), DigiTask::bookHistograms(), DigiPhase1Task::bookHistograms(), hcaldqm::RecoRunSummary::endJob(), hcaldqm::quantity::getEid_Crate(), hcaldqm::quantity::getEid_CrateuTCA(), hcaldqm::quantity::getEid_FiberCh(), hcaldqm::quantity::getEid_FiberChuTCATP(), hcaldqm::quantity::getEid_FiberuTCA(), hcaldqm::quantity::getEid_FiberuTCAFiberCh(), hcaldqm::quantity::getEid_FiberuTCATP(), hcaldqm::quantity::getEid_FiberuTCATPFiberChuTCATP(), hcaldqm::quantity::getEid_SlotuTCA(), hcaldqm::quantity::getValue_Crate(), hcaldqm::quantity::getValue_CrateuTCA(), and hcaldqm::hashfunctions::hash_Electronics().
int const hcaldqm::constants::CRATE_uTCA_NUM = CRATE_uTCA_MAX-CRATE_uTCA_MIN+1 |
Definition at line 68 of file Constants.h.
Referenced by hcaldqm::quantity::getLabels_CrateuTCA().
int const hcaldqm::constants::CRATE_VME_DELTA = 1 |
Definition at line 62 of file Constants.h.
int const hcaldqm::constants::CRATE_VME_MAX = 18 |
Definition at line 61 of file Constants.h.
int const hcaldqm::constants::CRATE_VME_MIN = 0 |
Definition at line 60 of file Constants.h.
Referenced by hcaldqm::DigiRunSummary::beginRun(), hcaldqm::RawRunSummary::beginRun(), DigiComparisonTask::bookHistograms(), TPComparisonTask::bookHistograms(), LaserTask::bookHistograms(), TPTask::bookHistograms(), PedestalTask::bookHistograms(), LEDTask::bookHistograms(), RawTask::bookHistograms(), RecHitTask::bookHistograms(), DigiTask::bookHistograms(), DigiPhase1Task::bookHistograms(), hcaldqm::RecoRunSummary::endJob(), hcaldqm::quantity::getEid_FiberVME(), hcaldqm::quantity::getEid_FiberVMEFiberCh(), hcaldqm::quantity::getEid_SLB(), hcaldqm::quantity::getEid_SLBCh(), hcaldqm::quantity::getEid_SLBSLBCh(), hcaldqm::quantity::getEid_SlotVME(), hcaldqm::quantity::getEid_Spigot(), and hcaldqm::hashfunctions::hash_Electronics().
int const hcaldqm::constants::CRATE_VME_NUM = CRATE_VME_MAX-CRATE_VME_MIN+1 |
Definition at line 63 of file Constants.h.
Referenced by hcaldqm::quantity::getEid_Crate(), hcaldqm::quantity::getLabels_CrateVME(), and hcaldqm::quantity::getValue_Crate().
double const hcaldqm::constants::DELTA = 0.005 |
Definition at line 21 of file Constants.h.
int const hcaldqm::constants::DEPTH_DELTA = 1 |
Definition at line 170 of file Constants.h.
int const hcaldqm::constants::DEPTH_MAX = 4 |
Definition at line 171 of file Constants.h.
int const hcaldqm::constants::DEPTH_MIN = 1 |
Definition at line 169 of file Constants.h.
int const hcaldqm::constants::DEPTH_NUM = 4 |
Definition at line 172 of file Constants.h.
int const hcaldqm::constants::DIGISIZE[SUBDET_NUM] = {10, 10, 10, 4} |
Definition at line 132 of file Constants.h.
Referenced by DigiPhase1Task::_process(), DigiTask::_process(), and hcaldqm::DigiRunSummary::endLuminosityBlock().
uint8_t const hcaldqm::constants::EVENTTYPE_LASER = 14 |
Definition at line 274 of file Constants.h.
Referenced by HFRaddamTask::_isApplicable(), and LaserTask::_isApplicable().
uint8_t const hcaldqm::constants::EVENTTYPE_PEDESTAL = 1 |
Definition at line 273 of file Constants.h.
Referenced by PedestalTask::_isApplicable(), and UMNioTask::_process().
uint16_t const hcaldqm::constants::FED2CRATE[FED_uTCA_MAX_REAL] |
Definition at line 31 of file Constants.h.
Referenced by hcaldqm::utilities::fed2crate().
int const hcaldqm::constants::FED_TOTAL_NUM = FED_VME_NUM+FED_uTCA_NUM |
Definition at line 57 of file Constants.h.
Referenced by hcaldqm::quantity::getLabels_FED().
int const hcaldqm::constants::FED_uTCA_DELTA = 1 |
Definition at line 56 of file Constants.h.
int const hcaldqm::constants::FED_uTCA_MAX = FED_uTCA_MIN + FED_uTCA_MAX_REAL-1 |
Definition at line 54 of file Constants.h.
Referenced by hcaldqm::DQTask::_getCalibType().
int const hcaldqm::constants::FED_uTCA_MAX_REAL = 50 |
Definition at line 30 of file Constants.h.
Referenced by hcaldqm::utilities::crate2fed(), and hcaldqm::utilities::fed2crate().
int const hcaldqm::constants::FED_uTCA_MIN = FEDNumbering::MINHCALuTCAFEDID |
Definition at line 52 of file Constants.h.
Referenced by hcaldqm::DQTask::_getCalibType(), hcaldqm::DQHarvester::beginRun(), hcaldqm::DQClient::beginRun(), hcaldqm::DQTask::bookHistograms(), hcaldqm::quantity::getValue_FED(), hcaldqm::quantity::getValue_FEDuTCA(), hcaldqm::hashfunctions::hash_FED(), hcaldqm::hashfunctions::hash_FEDSlot(), and hcaldqm::hashfunctions::hash_FEDSpigot().
int const hcaldqm::constants::FED_uTCA_NUM = FED_uTCA_MAX - FED_uTCA_MIN + 1 |
Definition at line 55 of file Constants.h.
Referenced by hcaldqm::quantity::getLabels_FEDuTCA(), and hcaldqm::quantity::getLabels_FEDuTCASlot().
int const hcaldqm::constants::FED_VME_DELTA = 1 |
Definition at line 49 of file Constants.h.
int const hcaldqm::constants::FED_VME_MAX = FEDNumbering::MAXHCALFEDID |
Definition at line 48 of file Constants.h.
Referenced by hcaldqm::DQTask::_getCalibType(), hcaldqm::DQHarvester::beginRun(), hcaldqm::DQClient::beginRun(), and hcaldqm::DQTask::bookHistograms().
int const hcaldqm::constants::FED_VME_MIN = FEDNumbering::MINHCALFEDID |
Definition at line 47 of file Constants.h.
Referenced by hcaldqm::DQTask::_getCalibType(), RawTask::_process(), hcaldqm::DQHarvester::beginRun(), hcaldqm::DQClient::beginRun(), TPTask::bookHistograms(), PedestalTask::bookHistograms(), RawTask::bookHistograms(), RecHitTask::bookHistograms(), DigiTask::bookHistograms(), DigiPhase1Task::bookHistograms(), hcaldqm::DQTask::bookHistograms(), hcaldqm::utilities::getFEDList(), hcaldqm::utilities::getFEDuTCAList(), hcaldqm::utilities::getFEDVMEList(), hcaldqm::quantity::getLabels_FEDVMESpigot(), hcaldqm::quantity::FEDQuantity::getValue(), hcaldqm::hashfunctions::hash_FED(), hcaldqm::hashfunctions::hash_FEDSlot(), hcaldqm::hashfunctions::hash_FEDSpigot(), hcaldqm::utilities::isFEDHBHE(), and hcaldqm::utilities::isFEDHO().
int const hcaldqm::constants::FED_VME_NUM = FED_VME_MAX-FED_VME_MIN+1 |
Definition at line 50 of file Constants.h.
Referenced by hcaldqm::DQTask::_getCalibType(), hcaldqm::quantity::getEid_FED(), hcaldqm::quantity::getEid_FEDuTCA(), hcaldqm::quantity::getLabels_FEDVME(), hcaldqm::quantity::getLabels_FEDVMESpigot(), and hcaldqm::quantity::getValue_FED().
int const hcaldqm::constants::FIBER_uTCA_MAX1 = 9 |
Definition at line 94 of file Constants.h.
Referenced by hcaldqm::quantity::getEid_FiberuTCA(), and hcaldqm::quantity::getValue_FiberuTCA().
int const hcaldqm::constants::FIBER_uTCA_MAX2 = 21 |
Definition at line 96 of file Constants.h.
int const hcaldqm::constants::FIBER_uTCA_MIN1 = 2 |
Definition at line 93 of file Constants.h.
Referenced by RawTask::_process(), hcaldqm::DigiRunSummary::beginRun(), hcaldqm::RawRunSummary::beginRun(), hcaldqm::DQHarvester::beginRun(), hcaldqm::DQClient::beginRun(), DigiComparisonTask::bookHistograms(), TPComparisonTask::bookHistograms(), TPTask::bookHistograms(), PedestalTask::bookHistograms(), LEDTask::bookHistograms(), QIE10Task::bookHistograms(), QIE11Task::bookHistograms(), LaserTask::bookHistograms(), RawTask::bookHistograms(), RecHitTask::bookHistograms(), DigiPhase1Task::bookHistograms(), DigiTask::bookHistograms(), hcaldqm::DQTask::bookHistograms(), hcaldqm::RecoRunSummary::endJob(), hcaldqm::quantity::getEid_Crate(), hcaldqm::quantity::getEid_CrateuTCA(), hcaldqm::quantity::getEid_FED(), hcaldqm::quantity::getEid_FEDuTCA(), hcaldqm::quantity::getEid_FEDuTCASlot(), hcaldqm::quantity::getEid_FiberCh(), hcaldqm::quantity::getEid_FiberuTCA(), hcaldqm::quantity::getEid_SlotuTCA(), hcaldqm::quantity::getValue_FiberuTCA(), hcaldqm::hashfunctions::hash_Crate(), hcaldqm::hashfunctions::hash_CrateSlot(), hcaldqm::hashfunctions::hash_CrateSpigot(), hcaldqm::hashfunctions::hash_Electronics(), hcaldqm::hashfunctions::hash_FED(), hcaldqm::hashfunctions::hash_FEDSlot(), and hcaldqm::hashfunctions::hash_FEDSpigot().
int const hcaldqm::constants::FIBER_uTCA_MIN2 = 14 |
Definition at line 95 of file Constants.h.
Referenced by hcaldqm::quantity::getEid_FiberuTCA(), and hcaldqm::quantity::getValue_FiberuTCA().
int const hcaldqm::constants::FIBER_uTCA_NUM |
Definition at line 97 of file Constants.h.
Referenced by hcaldqm::quantity::getLabels_FiberuTCA(), and hcaldqm::quantity::getLabels_FiberuTCAFiberCh().
int const hcaldqm::constants::FIBER_VME_MAX = 8 |
Definition at line 91 of file Constants.h.
int const hcaldqm::constants::FIBER_VME_MIN = 1 |
Definition at line 90 of file Constants.h.
Referenced by RawTask::_process(), hcaldqm::DigiRunSummary::beginRun(), hcaldqm::RawRunSummary::beginRun(), hcaldqm::DQHarvester::beginRun(), hcaldqm::DQClient::beginRun(), DigiComparisonTask::bookHistograms(), TPComparisonTask::bookHistograms(), PedestalTask::bookHistograms(), LEDTask::bookHistograms(), LaserTask::bookHistograms(), TPTask::bookHistograms(), RawTask::bookHistograms(), RecHitTask::bookHistograms(), DigiPhase1Task::bookHistograms(), DigiTask::bookHistograms(), hcaldqm::DQTask::bookHistograms(), hcaldqm::RecoRunSummary::endJob(), hcaldqm::quantity::getEid_Crate(), hcaldqm::quantity::getEid_CrateVME(), hcaldqm::quantity::getEid_FED(), hcaldqm::quantity::getEid_FEDVME(), hcaldqm::quantity::getEid_FEDVMESpigot(), hcaldqm::quantity::getEid_SlotVME(), hcaldqm::quantity::getEid_Spigot(), hcaldqm::hashfunctions::hash_Crate(), hcaldqm::hashfunctions::hash_CrateSlot(), hcaldqm::hashfunctions::hash_CrateSpigot(), hcaldqm::hashfunctions::hash_Electronics(), hcaldqm::hashfunctions::hash_FED(), hcaldqm::hashfunctions::hash_FEDSlot(), and hcaldqm::hashfunctions::hash_FEDSpigot().
int const hcaldqm::constants::FIBER_VME_NUM = FIBER_VME_MAX-FIBER_VME_MIN+1 |
Definition at line 92 of file Constants.h.
Referenced by hcaldqm::quantity::getLabels_FiberVME(), and hcaldqm::quantity::getLabels_FiberVMEFiberCh().
int const hcaldqm::constants::FIBERCH_MAX = 2 |
Definition at line 101 of file Constants.h.
int const hcaldqm::constants::FIBERCH_MIN = 0 |
Definition at line 100 of file Constants.h.
Referenced by RawTask::_process(), hcaldqm::DigiRunSummary::beginRun(), hcaldqm::RawRunSummary::beginRun(), hcaldqm::DQHarvester::beginRun(), hcaldqm::DQClient::beginRun(), DigiComparisonTask::bookHistograms(), TPComparisonTask::bookHistograms(), PedestalTask::bookHistograms(), TPTask::bookHistograms(), QIE11Task::bookHistograms(), LaserTask::bookHistograms(), LEDTask::bookHistograms(), QIE10Task::bookHistograms(), RawTask::bookHistograms(), RecHitTask::bookHistograms(), DigiPhase1Task::bookHistograms(), DigiTask::bookHistograms(), hcaldqm::DQTask::bookHistograms(), hcaldqm::RecoRunSummary::endJob(), hcaldqm::quantity::getEid_Crate(), hcaldqm::quantity::getEid_CrateuTCA(), hcaldqm::quantity::getEid_CrateVME(), hcaldqm::quantity::getEid_FED(), hcaldqm::quantity::getEid_FEDuTCA(), hcaldqm::quantity::getEid_FEDuTCASlot(), hcaldqm::quantity::getEid_FEDVME(), hcaldqm::quantity::getEid_FEDVMESpigot(), hcaldqm::quantity::getEid_FiberuTCA(), hcaldqm::quantity::getEid_FiberVME(), hcaldqm::quantity::getEid_SlotuTCA(), hcaldqm::quantity::getEid_SlotVME(), hcaldqm::quantity::getEid_Spigot(), hcaldqm::hashfunctions::hash_Crate(), hcaldqm::hashfunctions::hash_CrateSlot(), hcaldqm::hashfunctions::hash_CrateSpigot(), hcaldqm::hashfunctions::hash_Electronics(), hcaldqm::hashfunctions::hash_FED(), hcaldqm::hashfunctions::hash_FEDSlot(), and hcaldqm::hashfunctions::hash_FEDSpigot().
int const hcaldqm::constants::FIBERCH_NUM = FIBERCH_MAX-FIBERCH_MIN+1 |
Definition at line 102 of file Constants.h.
Referenced by hcaldqm::quantity::getEid_FiberuTCAFiberCh(), hcaldqm::quantity::getEid_FiberVMEFiberCh(), hcaldqm::quantity::getLabels_FiberCh(), hcaldqm::quantity::getLabels_FiberuTCAFiberCh(), hcaldqm::quantity::getLabels_FiberVMEFiberCh(), hcaldqm::quantity::getValue_FiberuTCAFiberCh(), and hcaldqm::quantity::getValue_FiberVMEFiberCh().
int const hcaldqm::constants::FIBEROFFSET_INVALID = -1000 |
Definition at line 216 of file Constants.h.
int const hcaldqm::constants::GARBAGE_VALUE = -1000 |
Definition at line 215 of file Constants.h.
Referenced by hcaldqm::utilities::aveTS(), and hcaldqm::utilities::aveTS_v10().
double const hcaldqm::constants::GOOD = 1.0 |
Definition at line 15 of file Constants.h.
Referenced by SiStripGainFromData::algoEndJob(), pat::MuonSelector::customSelection_(), pat::MuonSelector::filter(), and pat::MuonSelector::muIdSelection_().
int const hcaldqm::constants::HB = 1 |
Definition at line 126 of file Constants.h.
int const hcaldqm::constants::HE = 2 |
Definition at line 127 of file Constants.h.
int const hcaldqm::constants::HF = 4 |
Definition at line 129 of file Constants.h.
Referenced by RctDigiToRctText::analyze(), RctDigiToSourceCardText::analyze(), HcalDigiMonitor::analyze(), JetIDSelectionFunctor::fwd09Cuts(), UCTCTP7RawData::getET(), UCTCTP7RawData::getFB(), UCTCTP7RawData::getFeatureIndex(), UCTCTP7RawData::getHFFeatureBits(), UCTCTP7RawData::getIndex(), UCTCTP7RawData::isTowerMasked(), UCTCTP7RawData::print(), SourceCardTextToRctDigi::produce(), HiEvtPlaneFlatProducer::produce(), EvtPlaneProducer::produce(), SourceCardRouting::RC56HFtoSFP(), SourceCardRouting::RC56HFtoSTRING(), SourceCardRouting::RC56HFtoVHDCI(), SourceCardRouting::SFPtoRC56HF(), and SourceCardRouting::VHDCItoRC56HF().
int const hcaldqm::constants::HO = 3 |
Definition at line 128 of file Constants.h.
Referenced by HcalDetDiagLaserClient::htmlOutput(), HcalDetDiagLEDClient::htmlOutput(), HcalDetDiagPedestalClient::htmlOutput(), PFBlockAlgo::PFBlockAlgo(), and PFAlgo::processBlock().
int const hcaldqm::constants::IETA_DELTA = 1 |
Definition at line 153 of file Constants.h.
int const hcaldqm::constants::IETA_MAX =41 |
Definition at line 154 of file Constants.h.
int const hcaldqm::constants::IETA_MAX_HB = 16 |
Definition at line 157 of file Constants.h.
int const hcaldqm::constants::IETA_MAX_HE = 29 |
Definition at line 159 of file Constants.h.
int const hcaldqm::constants::IETA_MAX_HF = 41 |
Definition at line 163 of file Constants.h.
int const hcaldqm::constants::IETA_MAX_HO = 15 |
Definition at line 161 of file Constants.h.
int const hcaldqm::constants::IETA_MAX_TPHBHE = 28 |
Definition at line 165 of file Constants.h.
int const hcaldqm::constants::IETA_MAX_TPHF = 32 |
Definition at line 166 of file Constants.h.
int const hcaldqm::constants::IETA_MIN =1 |
Definition at line 152 of file Constants.h.
int const hcaldqm::constants::IETA_MIN_HB = 1 |
Definition at line 156 of file Constants.h.
int const hcaldqm::constants::IETA_MIN_HE = 16 |
Definition at line 158 of file Constants.h.
int const hcaldqm::constants::IETA_MIN_HF = 29 |
Definition at line 162 of file Constants.h.
int const hcaldqm::constants::IETA_MIN_HO = 1 |
Definition at line 160 of file Constants.h.
Definition at line 155 of file Constants.h.
int const hcaldqm::constants::IPHI_DELTA = 1 |
Definition at line 147 of file Constants.h.
int const hcaldqm::constants::IPHI_DELTA_HF = 2 |
Definition at line 148 of file Constants.h.
int const hcaldqm::constants::IPHI_DELTA_TPHF = 4 |
Definition at line 149 of file Constants.h.
int const hcaldqm::constants::IPHI_MAX = 72 |
Definition at line 143 of file Constants.h.
int const hcaldqm::constants::IPHI_MIN = 1 |
Definition at line 142 of file Constants.h.
int const hcaldqm::constants::IPHI_NUM = 72 |
Definition at line 144 of file Constants.h.
int const hcaldqm::constants::IPHI_NUM_HF = 36 |
Definition at line 145 of file Constants.h.
int const hcaldqm::constants::IPHI_NUM_TPHF = 18 |
Definition at line 146 of file Constants.h.
double const hcaldqm::constants::NOT_APPLICABLE = -1 |
Definition at line 20 of file Constants.h.
int const hcaldqm::constants::NUM_FGBITS = 6 |
Definition at line 178 of file Constants.h.
Referenced by TPTask::_process(), TPTask::bookHistograms(), and TPTask::TPTask().
double const hcaldqm::constants::PROBLEMATIC = 0.9 |
Definition at line 16 of file Constants.h.
int const hcaldqm::constants::RAW_EMPTY = 16 |
Definition at line 218 of file Constants.h.
Referenced by RawTask::_process().
int const hcaldqm::constants::SLB_MAX = 6 |
Definition at line 106 of file Constants.h.
int const hcaldqm::constants::SLB_MIN = 1 |
Definition at line 105 of file Constants.h.
Referenced by hcaldqm::quantity::getEid_SLB(), hcaldqm::quantity::getEid_SLBCh(), and hcaldqm::quantity::getValue_SLB().
Definition at line 107 of file Constants.h.
Referenced by hcaldqm::quantity::getLabels_SLB(), and hcaldqm::quantity::getLabels_SLBSLBCh().
int const hcaldqm::constants::SLBCH_MAX = 3 |
Definition at line 114 of file Constants.h.
int const hcaldqm::constants::SLBCH_MIN = 0 |
Definition at line 113 of file Constants.h.
Referenced by hcaldqm::quantity::getEid_SLB(), hcaldqm::quantity::getEid_SLBCh(), and hcaldqm::quantity::getValue_SLBCh().
Definition at line 115 of file Constants.h.
Referenced by hcaldqm::quantity::getEid_SLBSLBCh(), hcaldqm::quantity::getLabels_SLBCh(), hcaldqm::quantity::getLabels_SLBSLBCh(), and hcaldqm::quantity::getValue_SLBSLBCh().
int const hcaldqm::constants::SLOT_uTCA_DELTA = 1 |
Definition at line 74 of file Constants.h.
int const hcaldqm::constants::SLOT_uTCA_MAX = 12 |
Definition at line 73 of file Constants.h.
int const hcaldqm::constants::SLOT_uTCA_MIN = 1 |
Definition at line 72 of file Constants.h.
Referenced by hcaldqm::DigiRunSummary::beginRun(), hcaldqm::RawRunSummary::beginRun(), hcaldqm::DQHarvester::beginRun(), hcaldqm::DQClient::beginRun(), DigiComparisonTask::bookHistograms(), TPComparisonTask::bookHistograms(), LaserTask::bookHistograms(), LEDTask::bookHistograms(), PedestalTask::bookHistograms(), TPTask::bookHistograms(), RawTask::bookHistograms(), RecHitTask::bookHistograms(), DigiPhase1Task::bookHistograms(), DigiTask::bookHistograms(), hcaldqm::RecoRunSummary::endJob(), hcaldqm::utilities::fed2crate(), hcaldqm::quantity::getEid_Crate(), hcaldqm::quantity::getEid_CrateuTCA(), hcaldqm::quantity::getEid_FiberCh(), hcaldqm::quantity::getEid_FiberChuTCATP(), hcaldqm::quantity::getEid_FiberuTCA(), hcaldqm::quantity::getEid_FiberuTCAFiberCh(), hcaldqm::quantity::getEid_FiberuTCATP(), hcaldqm::quantity::getEid_FiberuTCATPFiberChuTCATP(), hcaldqm::quantity::getEid_SlotuTCA(), hcaldqm::quantity::getValue_SlotuTCA(), hcaldqm::hashfunctions::hash_Crate(), hcaldqm::hashfunctions::hash_Electronics(), and hcaldqm::hashfunctions::hash_FED().
int const hcaldqm::constants::SLOT_uTCA_NUM = SLOT_uTCA_MAX-SLOT_uTCA_MIN+1 |
Definition at line 75 of file Constants.h.
Referenced by hcaldqm::quantity::getEid_FEDuTCASlot(), hcaldqm::quantity::getLabels_FEDuTCASlot(), hcaldqm::quantity::getLabels_SlotuTCA(), and hcaldqm::quantity::getValue_FEDuTCASlot().
int const hcaldqm::constants::SLOT_VME_MAX1 = 7 |
Definition at line 78 of file Constants.h.
Referenced by hcaldqm::quantity::getValue_SlotVME().
int const hcaldqm::constants::SLOT_VME_MAX2 = 18 |
Definition at line 80 of file Constants.h.
int const hcaldqm::constants::SLOT_VME_MIN1 = 2 |
Definition at line 77 of file Constants.h.
Referenced by hcaldqm::quantity::getEid_SLB(), hcaldqm::quantity::getEid_SLBCh(), hcaldqm::quantity::getEid_SLBSLBCh(), and hcaldqm::quantity::getValue_SlotVME().
int const hcaldqm::constants::SLOT_VME_MIN2 = 13 |
Definition at line 79 of file Constants.h.
Referenced by hcaldqm::quantity::getValue_SlotVME().
int const hcaldqm::constants::SLOT_VME_NUM = SLOT_VME_NUM1+SLOT_VME_NUM2 |
Definition at line 83 of file Constants.h.
int const hcaldqm::constants::SLOT_VME_NUM1 = SLOT_VME_MAX1-SLOT_VME_MIN1+1 |
Definition at line 81 of file Constants.h.
Referenced by hcaldqm::quantity::getValue_SlotVME().
int const hcaldqm::constants::SLOT_VME_NUM2 = SLOT_VME_MAX2-SLOT_VME_MIN2+1 |
Definition at line 82 of file Constants.h.
int const hcaldqm::constants::SPIGOT_MAX = 11 |
Definition at line 86 of file Constants.h.
Referenced by RawTask::_process().
int const hcaldqm::constants::SPIGOT_MIN = 0 |
Definition at line 85 of file Constants.h.
Referenced by RawTask::_process(), hcaldqm::DigiRunSummary::beginRun(), hcaldqm::RawRunSummary::beginRun(), hcaldqm::DQHarvester::beginRun(), hcaldqm::DQClient::beginRun(), DigiComparisonTask::bookHistograms(), TPComparisonTask::bookHistograms(), PedestalTask::bookHistograms(), LEDTask::bookHistograms(), LaserTask::bookHistograms(), TPTask::bookHistograms(), RawTask::bookHistograms(), RecHitTask::bookHistograms(), DigiTask::bookHistograms(), DigiPhase1Task::bookHistograms(), hcaldqm::DQTask::bookHistograms(), hcaldqm::RecoRunSummary::endJob(), hcaldqm::quantity::getEid_Crate(), hcaldqm::quantity::getEid_CrateVME(), hcaldqm::quantity::getEid_FED(), hcaldqm::quantity::getEid_FEDVME(), hcaldqm::quantity::getEid_FiberVME(), hcaldqm::quantity::getEid_FiberVMEFiberCh(), hcaldqm::quantity::getEid_SLB(), hcaldqm::quantity::getEid_SLBCh(), hcaldqm::quantity::getEid_SLBSLBCh(), hcaldqm::quantity::getEid_SlotVME(), hcaldqm::hashfunctions::hash_Crate(), hcaldqm::hashfunctions::hash_Electronics(), and hcaldqm::hashfunctions::hash_FED().
int const hcaldqm::constants::SPIGOT_NUM = SPIGOT_MAX-SPIGOT_MIN+1 |
Definition at line 87 of file Constants.h.
Referenced by hcaldqm::quantity::getEid_FEDVMESpigot(), hcaldqm::quantity::getLabels_FEDVMESpigot(), and hcaldqm::quantity::getValue_FEDVMESpigot().
std::string const hcaldqm::constants::SUBDET_NAME[SUBDET_NUM] ={"HB", "HE", "HO", "HF"} |
Definition at line 133 of file Constants.h.
Referenced by hcaldqm::quantity::getLabels_Subdet(), hcaldqm::hashfunctions::hash_Subdet(), hcaldqm::hashfunctions::hash_Subdetdepth(), hcaldqm::hashfunctions::hash_Subdetieta(), hcaldqm::hashfunctions::hash_Subdetiphi(), hcaldqm::hashfunctions::name_DChannel(), hcaldqm::hashfunctions::name_Subdet(), hcaldqm::hashfunctions::name_Subdetdepth(), hcaldqm::hashfunctions::name_Subdetieta(), hcaldqm::hashfunctions::name_Subdetiphi(), hcaldqm::hashfunctions::name_SubdetPM(), and hcaldqm::hashfunctions::name_SubdetPMiphi().
int const hcaldqm::constants::SUBDET_NUM = 4 |
Definition at line 130 of file Constants.h.
Referenced by hcaldqm::hashfunctions::hash_Subdet(), hcaldqm::hashfunctions::hash_Subdetdepth(), hcaldqm::hashfunctions::hash_Subdetieta(), hcaldqm::hashfunctions::hash_Subdetiphi(), hcaldqm::hashfunctions::hash_SubdetPM(), and hcaldqm::hashfunctions::hash_SubdetPMiphi().
std::string const hcaldqm::constants::SUBDETPM_NAME[2 *SUBDET_NUM] |
Definition at line 134 of file Constants.h.
Referenced by hcaldqm::quantity::getLabels_SubdetPM(), hcaldqm::hashfunctions::hash_SubdetPM(), and hcaldqm::hashfunctions::hash_SubdetPMiphi().
std::string const hcaldqm::constants::SUBSYSTEM = "Hcal" |
Definition at line 136 of file Constants.h.
int const hcaldqm::constants::TPCHS_NUM[TPSUBDET_NUM] = {2*28*72, 144} |
Definition at line 184 of file Constants.h.
int const hcaldqm::constants::TPFIBER_MAX = 5 |
Definition at line 110 of file Constants.h.
int const hcaldqm::constants::TPFIBER_MIN = 0 |
Definition at line 109 of file Constants.h.
Referenced by hcaldqm::quantity::getEid_FiberChuTCATP(), hcaldqm::quantity::getEid_FiberuTCATP(), and hcaldqm::quantity::getValue_FiberuTCATP().
int const hcaldqm::constants::TPFIBER_NUM = TPFIBER_MAX-TPFIBER_MIN+1 |
Definition at line 111 of file Constants.h.
Referenced by hcaldqm::quantity::getLabels_FiberuTCATP(), and hcaldqm::quantity::getLabels_FiberuTCATPFiberChuTCATP().
int const hcaldqm::constants::TPFIBERCH_MAX = 7 |
Definition at line 118 of file Constants.h.
int const hcaldqm::constants::TPFIBERCH_MIN = 0 |
Definition at line 117 of file Constants.h.
Referenced by hcaldqm::quantity::getEid_FiberChuTCATP(), hcaldqm::quantity::getEid_FiberuTCATP(), and hcaldqm::quantity::getValue_FiberChuTCATP().
int const hcaldqm::constants::TPFIBERCH_NUM = TPFIBERCH_MAX-TPFIBERCH_MIN+1 |
Definition at line 119 of file Constants.h.
Referenced by hcaldqm::quantity::getEid_FiberuTCATPFiberChuTCATP(), hcaldqm::quantity::getLabels_FiberChuTCATP(), hcaldqm::quantity::getLabels_FiberuTCATPFiberChuTCATP(), and hcaldqm::quantity::getValue_FiberuTCATPFiberChuTCATP().
std::string const hcaldqm::constants::TPSUBDET_NAME[TPSUBDET_NUM] = {"HBHE", "HF"} |
Definition at line 137 of file Constants.h.
Referenced by hcaldqm::quantity::getLabels_TTSubdet(), and hcaldqm::hashfunctions::name_TTSubdet().
int const hcaldqm::constants::TPSUBDET_NUM = 2 |
Definition at line 131 of file Constants.h.
std::string const hcaldqm::constants::TPSUBDETPM_NAME[2 *TPSUBDET_NUM] |
Definition at line 138 of file Constants.h.
Referenced by hcaldqm::quantity::getLabels_TTSubdetPM(), and hcaldqm::hashfunctions::name_TTSubdetPM().
int const hcaldqm::constants::TS_NUM[SUBDET_NUM] = {10, 10, 10, 4} |
Definition at line 189 of file Constants.h.
int const hcaldqm::constants::UTCA_DATAFLAVOR = 0x5 |
Definition at line 219 of file Constants.h.
double const hcaldqm::constants::VERY_LOW = 0.5 |
Definition at line 18 of file Constants.h.
double const hcaldqm::constants::VERY_LOW_XXX = 0 |
Definition at line 19 of file Constants.h.