#include <RPCDcsInfo.h>
Public Member Functions | |
RPCDcsInfo (const edm::ParameterSet &ps) | |
Constructor. More... | |
virtual | ~RPCDcsInfo () |
Destructor. More... | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
EDConsumerBase () | |
ProductHolderIndex | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Protected Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) |
Analyze. More... | |
void | beginRun (const edm::Run &r, const edm::EventSetup &c) |
void | endLuminosityBlock (const edm::LuminosityBlock &l, const edm::EventSetup &c) |
Protected Member Functions inherited from edm::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
CurrentProcessingContext const * | currentContext () const |
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 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) |
Private Member Functions | |
void | makeDcsInfo (const edm::Event &e) |
Private Attributes | |
DQMStore * | dbe_ |
bool | dcs |
MonitorElement * | DCSbyLS_ |
std::string | dcsinfofolder_ |
edm::ParameterSet | parameters_ |
std::string | scalersRawToDigiLabel_ |
std::string | subsystemname_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Definition at line 14 of file RPCDcsInfo.h.
RPCDcsInfo::RPCDcsInfo | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 8 of file RPCDcsInfo.cc.
References dbe_, dcs, dcsinfofolder_, edm::ParameterSet::getUntrackedParameter(), cppFunctionSkipper::operator, scalersRawToDigiLabel_, AlCaHLTBitMon_QueryRunRegistry::string, and subsystemname_.
|
virtual |
|
protectedvirtual |
Analyze.
Implements edm::EDAnalyzer.
Definition at line 34 of file RPCDcsInfo.cc.
References makeDcsInfo().
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 22 of file RPCDcsInfo.cc.
References DQMStore::book1D(), DQMStore::cd(), dbe_, dcs, DCSbyLS_, dcsinfofolder_, DQMStore::setCurrentFolder(), MonitorElement::setLumiFlag(), and subsystemname_.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 40 of file RPCDcsInfo.cc.
References dcs, DCSbyLS_, and MonitorElement::setBinContent().
|
private |
Definition at line 56 of file RPCDcsInfo.cc.
References dcs, edm::Event::getByLabel(), edm::HandleBase::isValid(), hitfit::return, and DcsStatus::RPC.
Referenced by analyze().
|
private |
Definition at line 35 of file RPCDcsInfo.h.
Referenced by beginRun(), and RPCDcsInfo().
|
private |
Definition at line 41 of file RPCDcsInfo.h.
Referenced by beginRun(), endLuminosityBlock(), makeDcsInfo(), and RPCDcsInfo().
|
private |
Definition at line 43 of file RPCDcsInfo.h.
Referenced by beginRun(), and endLuminosityBlock().
|
private |
Definition at line 39 of file RPCDcsInfo.h.
Referenced by beginRun(), and RPCDcsInfo().
|
private |
Definition at line 37 of file RPCDcsInfo.h.
Referenced by Mixins._TypedParameterizable::clone(), Types.PSet::clone(), and Mixins._TypedParameterizable::copy().
|
private |
Definition at line 36 of file RPCDcsInfo.h.
Referenced by RPCDcsInfo().
|
private |
Definition at line 38 of file RPCDcsInfo.h.
Referenced by beginRun(), and RPCDcsInfo().