#include <RPCFEDIntegrity.h>
Private Types | |
enum | fedHisto { Entries, Fatal, NonFatal } |
Private Member Functions | |
void | bookFEDMe (void) |
void | labelBins (MonitorElement *myMe) |
void | reset (void) |
Private Attributes | |
DQMStore * | dbe_ |
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::InputTag | rawCountsLabel_ |
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 &) |
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) |
Definition at line 16 of file RPCFEDIntegrity.h.
|
private |
Enumerator | |
---|---|
Entries | |
Fatal | |
NonFatal |
Definition at line 60 of file RPCFEDIntegrity.h.
RPCFEDIntegrity::RPCFEDIntegrity | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 21 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::EDAnalyzer.
Definition at line 55 of file RPCFEDIntegrity.cc.
References Entries, Fatal, RPCRawDataCounts::fedBxRecords(), RPCRawDataCounts::fedErrorRecords(), RPCRawDataCounts::fedFormatErrors(), fedMe_, HcalObjRepresent::Fill(), edm::Event::getByLabel(), edm::HandleBase::isValid(), maxFEDNum_, minFEDNum_, NonFatal, edm::Handle< T >::product(), and rawCountsLabel_.
|
virtual |
BeginJob.
Reimplemented from edm::EDAnalyzer.
Definition at line 40 of file RPCFEDIntegrity.cc.
References dbe_, and cppFunctionSkipper::operator.
|
virtual |
Begin Lumi block.
Reimplemented from edm::EDAnalyzer.
Definition at line 53 of file RPCFEDIntegrity.cc.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 45 of file RPCFEDIntegrity.cc.
References bookFEDMe(), init_, merge_, and reset().
|
private |
Definition at line 81 of file RPCFEDIntegrity.cc.
References DQMStore::book1D(), dbe_, Entries, Fatal, fedMe_, init_, labelBins(), maxFEDNum_, minFEDNum_, NonFatal, numOfFED_, prefixDir_, and DQMStore::setCurrentFolder().
Referenced by beginRun().
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 76 of file RPCFEDIntegrity.cc.
References dbe_.
|
virtual |
End Lumi Block.
Reimplemented from edm::EDAnalyzer.
Definition at line 72 of file RPCFEDIntegrity.cc.
|
virtual |
|
private |
Definition at line 97 of file RPCFEDIntegrity.cc.
References MonitorElement::getNbinsX(), i, minFEDNum_, numOfFED_, MonitorElement::setBinLabel(), and fw3dlego::xbins.
Referenced by bookFEDMe().
|
private |
Definition at line 113 of file RPCFEDIntegrity.cc.
References dbe_, DQMStore::get(), histoName_, i, prefixDir_, and MonitorElement::Reset().
Referenced by beginRun().
|
private |
Definition at line 56 of file RPCFEDIntegrity.h.
Referenced by beginJob(), bookFEDMe(), endJob(), and reset().
|
private |
Definition at line 58 of file RPCFEDIntegrity.h.
Referenced by RPCFEDIntegrity().
|
private |
Definition at line 62 of file RPCFEDIntegrity.h.
Referenced by analyze(), and bookFEDMe().
|
private |
Definition at line 65 of file RPCFEDIntegrity.h.
Referenced by reset().
|
private |
Definition at line 54 of file RPCFEDIntegrity.h.
Referenced by beginRun(), bookFEDMe(), and RPCFEDIntegrity().
|
private |
Definition at line 64 of file RPCFEDIntegrity.h.
Referenced by analyze(), bookFEDMe(), and RPCFEDIntegrity().
|
private |
Definition at line 54 of file RPCFEDIntegrity.h.
Referenced by beginRun(), and RPCFEDIntegrity().
|
private |
Definition at line 64 of file RPCFEDIntegrity.h.
Referenced by analyze(), bookFEDMe(), labelBins(), and RPCFEDIntegrity().
|
private |
Definition at line 64 of file RPCFEDIntegrity.h.
Referenced by bookFEDMe(), labelBins(), and RPCFEDIntegrity().
|
private |
Definition at line 52 of file RPCFEDIntegrity.h.
Referenced by bookFEDMe(), reset(), and RPCFEDIntegrity().
|
private |
Definition at line 48 of file RPCFEDIntegrity.h.
Referenced by analyze(), and RPCFEDIntegrity().