#include <HcalElectronicsMap.h>
Public Member Functions | |
Helper () | |
bool | mapEId2chId (HcalElectronicsId fElectronicsId, DetId fId) |
bool | mapEId2tId (HcalElectronicsId fElectronicsId, HcalTrigTowerDetId fTriggerId) |
Public Attributes | |
std::vector< HcalElectronicsMap::PrecisionItem > | mPItems |
std::vector< HcalElectronicsMap::TriggerItem > | mTItems |
Definition at line 137 of file HcalElectronicsMap.h.
HcalElectronicsMapAddons::Helper::Helper | ( | ) |
Definition at line 163 of file HcalElectronicsMap.cc.
bool HcalElectronicsMapAddons::Helper::mapEId2chId | ( | HcalElectronicsId | fElectronicsId, |
DetId | fId | ||
) |
Definition at line 182 of file HcalElectronicsMap.cc.
References B2GTnPMonitor_cfi::item, HcalElectronicsId::linearIndex(), DetId::rawId(), and HcalElectronicsId::rawId().
Referenced by HcalDbASCIIIO::createObject< HcalElectronicsMap >(), HcalLogicalMap::generateHcalElectronicsMap(), and HcalDbHardcode::makeHardcodeMap().
bool HcalElectronicsMapAddons::Helper::mapEId2tId | ( | HcalElectronicsId | fElectronicsId, |
HcalTrigTowerDetId | fTriggerId | ||
) |
Definition at line 166 of file HcalElectronicsMap.cc.
References B2GTnPMonitor_cfi::item, HcalElectronicsId::linearIndex(), DetId::rawId(), and HcalElectronicsId::rawId().
Referenced by HcalDbASCIIIO::createObject< HcalElectronicsMap >(), HcalLogicalMap::generateHcalElectronicsMap(), and HcalDbHardcode::makeHardcodeMap().
std::vector<HcalElectronicsMap::PrecisionItem> HcalElectronicsMapAddons::Helper::mPItems |
Definition at line 144 of file HcalElectronicsMap.h.
std::vector<HcalElectronicsMap::TriggerItem> HcalElectronicsMapAddons::Helper::mTItems |
Definition at line 145 of file HcalElectronicsMap.h.