#include <RPCFEDIntegrity.h>
Private Types | |
enum | fedHisto { Entries, Fatal, NonFatal } |
Private Member Functions | |
void | bookFEDMe (DQMStore::IBooker &) |
void | labelBins (MonitorElement *myMe) |
Private Attributes | |
int | FATAL_LIMIT |
MonitorElement * | fedMe_ [3] |
std::vector< std::string > | histoName_ |
bool | init_ |
int | maxFEDNum_ |
bool | merge_ |
int | minFEDNum_ |
int | numOfFED_ |
std::string | prefixDir_ |
edm::EDGetTokenT < RPCRawDataCounts > | rawCountsLabel_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDAnalyzer< edm::RunSummaryCache< dqmDetails::NoCache >, edm::LuminosityBlockSummaryCache< dqmDetails::NoCache > > | |
typedef CacheContexts< T...> | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T...> | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT < LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Public Types inherited from edm::stream::EDAnalyzerBase | |
typedef EDAnalyzerAdaptorBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from DQMEDAnalyzer | |
static std::shared_ptr < dqmDetails::NoCache > | globalBeginLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *) |
static std::shared_ptr < dqmDetails::NoCache > | globalBeginRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *) |
static void | globalEndLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *, dqmDetails::NoCache *) |
static void | globalEndRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *, dqmDetails::NoCache *) |
Static Public Member Functions inherited from edm::stream::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) |
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) |
Definition at line 21 of file RPCFEDIntegrity.h.
|
private |
Enumerator | |
---|---|
Entries | |
Fatal | |
NonFatal |
Definition at line 52 of file RPCFEDIntegrity.h.
RPCFEDIntegrity::RPCFEDIntegrity | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 20 of file RPCFEDIntegrity.cc.
References FATAL_LIMIT, edm::ParameterSet::getUntrackedParameter(), init_, maxFEDNum_, merge_, minFEDNum_, numOfFED_, prefixDir_, rawCountsLabel_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
virtual |
|
virtual |
Analyze.
Implements edm::stream::EDAnalyzerBase.
Definition at line 51 of file RPCFEDIntegrity.cc.
References Entries, Fatal, RPCRawDataCounts::fedBxRecords(), RPCRawDataCounts::fedErrorRecords(), RPCRawDataCounts::fedFormatErrors(), fedMe_, HcalObjRepresent::Fill(), edm::Event::getByToken(), edm::HandleBase::isValid(), maxFEDNum_, minFEDNum_, NonFatal, edm::Handle< T >::product(), and rawCountsLabel_.
|
private |
Definition at line 70 of file RPCFEDIntegrity.cc.
References DQMStore::IBooker::book1D(), DQMStore::IBooker::cd(), Entries, Fatal, fedMe_, init_, labelBins(), maxFEDNum_, minFEDNum_, NonFatal, numOfFED_, prefixDir_, and DQMStore::IBooker::setCurrentFolder().
Referenced by bookHistograms().
|
overridevirtual |
Begin Lumi block.
Implements DQMEDAnalyzer.
Definition at line 40 of file RPCFEDIntegrity.cc.
References bookFEDMe().
|
private |
Definition at line 86 of file RPCFEDIntegrity.cc.
References MonitorElement::getNbinsX(), i, minFEDNum_, numOfFED_, MonitorElement::setBinLabel(), and fw3dlego::xbins.
Referenced by bookFEDMe().
|
private |
Definition at line 50 of file RPCFEDIntegrity.h.
Referenced by RPCFEDIntegrity().
|
private |
Definition at line 54 of file RPCFEDIntegrity.h.
Referenced by analyze(), and bookFEDMe().
|
private |
Definition at line 57 of file RPCFEDIntegrity.h.
|
private |
Definition at line 48 of file RPCFEDIntegrity.h.
Referenced by bookFEDMe(), and RPCFEDIntegrity().
|
private |
Definition at line 56 of file RPCFEDIntegrity.h.
Referenced by analyze(), bookFEDMe(), and RPCFEDIntegrity().
|
private |
Definition at line 48 of file RPCFEDIntegrity.h.
Referenced by RPCFEDIntegrity().
|
private |
Definition at line 56 of file RPCFEDIntegrity.h.
Referenced by analyze(), bookFEDMe(), labelBins(), and RPCFEDIntegrity().
|
private |
Definition at line 56 of file RPCFEDIntegrity.h.
Referenced by bookFEDMe(), labelBins(), and RPCFEDIntegrity().
|
private |
Definition at line 46 of file RPCFEDIntegrity.h.
Referenced by bookFEDMe(), and RPCFEDIntegrity().
|
private |
Definition at line 43 of file RPCFEDIntegrity.h.
Referenced by analyze(), and RPCFEDIntegrity().