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::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
static bool | wantsGlobalLuminosityBlocks () |
static bool | wantsGlobalRuns () |
static bool | wantsInputProcessBlocks () |
static bool | wantsProcessBlocks () |
static bool | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
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 ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
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::EDAnalyzer.
Definition at line 61 of file CSCRecoBadChannelsAnalyzer.cc.
References CSCRecoConditions::badStrip(), dashedLine_, edm::EventID::event(), CSCRecoConditions::fillBadChannelWords(), CSCLayer::geometry(), geometryToken_, edm::EventSetup::getHandle(), CSCLayer::id(), edm::EventBase::id(), indexerToken_, CSCRecoConditions::initializeEvent(), phase1PixelTopology::layer, mapperToken_, myName(), CSCRecoConditions::nearBadStrip(), CSCLayerGeometry::numberOfStrips(), recoConditions_, and edm::EventID::run().
|
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().