#include <HcalFrontEndMap.h>
Classes | |
class | PrecisionItem |
Public Member Functions | |
std::vector< DetId > | allDetIds () const |
std::vector< std::string > | allRBXs () const |
std::vector< int > | allRMs () const |
const PrecisionItem * | findById (uint32_t fId) const |
HcalFrontEndMap () | |
HcalFrontEndMap (const HcalFrontEndMapAddons::Helper &helper) | |
HcalFrontEndMap (const HcalFrontEndMap &src) | |
HcalFrontEndMap (HcalFrontEndMap &&other) | |
void | initialize () |
const std::string | lookupRBX (DetId fId) const |
brief lookup the RBX associated with the given logical id More... | |
const int | lookupRBXIndex (DetId fId) const |
const int | lookupRM (DetId fId) const |
brief lookup the RM associated with the given logical id More... | |
const int | lookupRMIndex (DetId fId) const |
const int | maxRMIndex () const |
HcalFrontEndMap & | operator= (const HcalFrontEndMap &rhs) |
void | sortById () |
void | swap (HcalFrontEndMap &other) |
~HcalFrontEndMap () | |
Protected Attributes | |
std::vector< PrecisionItem > | mPItems |
std::vector< const PrecisionItem * > | mPItemsById |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Definition at line 23 of file HcalFrontEndMap.h.
|
inline |
Definition at line 39 of file HcalFrontEndMap.h.
HcalFrontEndMap::HcalFrontEndMap | ( | const HcalFrontEndMapAddons::Helper & | helper | ) |
HcalFrontEndMap::~HcalFrontEndMap | ( | ) |
Definition at line 16 of file HcalFrontEndMap.cc.
HcalFrontEndMap::HcalFrontEndMap | ( | const HcalFrontEndMap & | src | ) |
Definition at line 19 of file HcalFrontEndMap.cc.
HcalFrontEndMap::HcalFrontEndMap | ( | HcalFrontEndMap && | other | ) |
std::vector< DetId > HcalFrontEndMap::allDetIds | ( | ) | const |
Definition at line 84 of file HcalFrontEndMap.cc.
References B2GTnPMonitor_cfi::item, and mps_fire::result.
std::vector< std::string > HcalFrontEndMap::allRBXs | ( | ) | const |
Definition at line 101 of file HcalFrontEndMap.cc.
References spr::find(), B2GTnPMonitor_cfi::item, and mps_fire::result.
std::vector< int > HcalFrontEndMap::allRMs | ( | ) | const |
Definition at line 92 of file HcalFrontEndMap.cc.
References spr::find(), B2GTnPMonitor_cfi::item, and mps_fire::result.
const HcalFrontEndMap::PrecisionItem * HcalFrontEndMap::findById | ( | uint32_t | fId | ) | const |
Definition at line 37 of file HcalFrontEndMap.cc.
References mPItemsById, and filterCSVwithJSON::target.
void HcalFrontEndMap::initialize | ( | ) |
Definition at line 114 of file HcalFrontEndMap.cc.
References sortById().
Referenced by HcalFrontEndMap().
const std::string HcalFrontEndMap::lookupRBX | ( | DetId | fId | ) | const |
brief lookup the RBX associated with the given logical id
Definition at line 71 of file HcalFrontEndMap.cc.
References B2GTnPMonitor_cfi::item, and DetId::rawId().
Referenced by HBHEIsolatedNoiseReflagger::DumpHBHEHitMap().
const int HcalFrontEndMap::lookupRBXIndex | ( | DetId | fId | ) | const |
Definition at line 76 of file HcalFrontEndMap.cc.
References EcalPhiSymFlatTableProducers_cfi::id, B2GTnPMonitor_cfi::item, and DetId::rawId().
Referenced by HBHEHitMapOrganizer::HBHEHitMapOrganizer().
const int HcalFrontEndMap::lookupRM | ( | DetId | fId | ) | const |
brief lookup the RM associated with the given logical id
Definition at line 58 of file HcalFrontEndMap.cc.
References B2GTnPMonitor_cfi::item, and DetId::rawId().
const int HcalFrontEndMap::lookupRMIndex | ( | DetId | fId | ) | const |
Definition at line 63 of file HcalFrontEndMap.cc.
References EcalPhiSymFlatTableProducers_cfi::id, B2GTnPMonitor_cfi::item, and DetId::rawId().
Referenced by HBHEIsolatedNoiseReflagger::DumpHBHEHitMap(), HBHEHitMapOrganizer::getHPDNeighbors(), HBHEHitMapOrganizer::HBHEHitMapOrganizer(), HBHEStatusBitSetter::rememberHit(), and HBHEStatusBitSetter::SetFlagsFromRecHits().
|
inline |
Definition at line 58 of file HcalFrontEndMap.h.
References HcalFrontEndId::maxRmIndex.
Referenced by HBHEStatusBitSetter::SetFrontEndMap().
HcalFrontEndMap & HcalFrontEndMap::operator= | ( | const HcalFrontEndMap & | rhs | ) |
Definition at line 22 of file HcalFrontEndMap.cc.
References groupFilesInBlocks::temp.
|
private |
void HcalFrontEndMap::sortById | ( | ) |
Definition at line 110 of file HcalFrontEndMap.cc.
Referenced by initialize().
void HcalFrontEndMap::swap | ( | HcalFrontEndMap & | other | ) |
Definition at line 29 of file HcalFrontEndMap.cc.
References mPItems, mPItemsById, trackingPlots::other, and edm::swap().
|
friend |
Definition at line 79 of file HcalFrontEndMap.h.
|
friend |
Definition at line 79 of file HcalFrontEndMap.h.
|
protected |
Definition at line 76 of file HcalFrontEndMap.h.
Referenced by swap().
|
protected |
Definition at line 77 of file HcalFrontEndMap.h.
Referenced by findById(), and swap().