Private Attributes | |
const std::string | dashedLine_ |
const int | dashedLineWidth_ |
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 | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
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<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) |
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 34 of file CSCRecoBadChannelsAnalyzer.cc.
|
inlineoverride |
Definition at line 42 of file CSCRecoBadChannelsAnalyzer.cc.
References analyze(), EnergyCorrector::c, MillePedeFileConverter_cfg::e, and recoConditions_.
|
override |
Definition at line 59 of file CSCRecoBadChannelsAnalyzer.cc.
References CSCRecoConditions::badStrip(), dashedLine_, DEFINE_FWK_MODULE, CSCGeometry::dets(), CSCGeometry::detTypes(), edm::EventID::event(), CSCRecoConditions::fillBadChannelWords(), CSCLayer::geometry(), edm::EventSetup::get(), CSCLayer::id(), edm::EventBase::id(), CSCRecoConditions::initializeEvent(), CSCGeometry::layers(), myName(), CSCChannelMapperBase::name(), CSCIndexerBase::name(), CSCRecoConditions::nearBadStrip(), CSCLayerGeometry::numberOfStrips(), recoConditions_, and edm::EventID::run().
Referenced by ~CSCRecoBadChannelsAnalyzer().
|
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 52 of file CSCRecoBadChannelsAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 51 of file CSCRecoBadChannelsAnalyzer.cc.
|
private |
Definition at line 53 of file CSCRecoBadChannelsAnalyzer.cc.
Referenced by myName().
|
private |
Definition at line 55 of file CSCRecoBadChannelsAnalyzer.cc.
Referenced by readBadChannels().
|
private |
Definition at line 56 of file CSCRecoBadChannelsAnalyzer.cc.
Referenced by analyze(), and ~CSCRecoBadChannelsAnalyzer().