Private Attributes | |
const std::string | dashedLine_ |
const int | dashedLineWidth_ |
edm::ESGetToken< CSCGeometry, MuonGeometryRecord > | geometryToken_ |
edm::ESGetToken< CSCIndexerBase, CSCIndexerRecord > | indexerToken_ |
edm::ESGetToken< CSCChannelMapperBase, CSCChannelMapperRecord > | mapperToken_ |
const std::string | myName_ |
bool | readBadChannels_ |
CSCRecoConditions * | recoConditions_ |
Additional Inherited Members | |
Public Types inherited from edm::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::one::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
void | resetItemsToGetFrom (BranchType iType) |
Stand-alone test of bad strip channels testing via CSCRecoConditions Tim Cox - 07-Oct-2014 - now using MessageLogger
Definition at line 30 of file CSCRecoBadChannelsAnalyzer.cc.
|
inlineexplicit |
Definition at line 32 of file CSCRecoBadChannelsAnalyzer.cc.
|
inlineoverride |
Definition at line 42 of file CSCRecoBadChannelsAnalyzer.cc.
References recoConditions_.
|
overridevirtual |
Implements edm::one::EDAnalyzerBase.
Definition at line 61 of file CSCRecoBadChannelsAnalyzer.cc.
References CSCRecoConditions::badStrip(), dashedLine_, CSCGeometry::dets(), CSCGeometry::detTypes(), makeMEIFBenchmarkPlots::ev, CSCRecoConditions::fillBadChannelWords(), geometryToken_, edm::EventSetup::getHandle(), indexerToken_, CSCRecoConditions::initializeEvent(), nano_mu_digi_cff::layer, CSCGeometry::layers(), mapperToken_, myName(), CSCChannelMapperBase::name(), CSCIndexerBase::name(), CSCRecoConditions::nearBadStrip(), and recoConditions_.
|
inline |
Definition at line 47 of file CSCRecoBadChannelsAnalyzer.cc.
References myName_.
Referenced by analyze().
|
inline |
did we request reading bad channel info from db?
Definition at line 46 of file CSCRecoBadChannelsAnalyzer.cc.
References readBadChannels_.
|
private |
Definition at line 51 of file CSCRecoBadChannelsAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 50 of file CSCRecoBadChannelsAnalyzer.cc.
|
private |
Definition at line 58 of file CSCRecoBadChannelsAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 56 of file CSCRecoBadChannelsAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 57 of file CSCRecoBadChannelsAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 52 of file CSCRecoBadChannelsAnalyzer.cc.
Referenced by myName().
|
private |
Definition at line 54 of file CSCRecoBadChannelsAnalyzer.cc.
Referenced by readBadChannels().
|
private |
Definition at line 55 of file CSCRecoBadChannelsAnalyzer.cc.
Referenced by analyze(), and ~CSCRecoBadChannelsAnalyzer().