#include <RPCFEDIntegrity.h>
Public Member Functions | |
void | analyze (const edm::Event &iEvent, const edm::EventSetup &c) |
Analyze. More... | |
void | beginJob () |
BeginJob. More... | |
void | beginLuminosityBlock (edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &context) |
Begin Lumi block. More... | |
void | beginRun (const edm::Run &r, const edm::EventSetup &c) |
void | endJob () |
void | endLuminosityBlock (edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &c) |
End Lumi Block. More... | |
void | endRun (const edm::Run &r, const edm::EventSetup &c) |
RPCFEDIntegrity (const edm::ParameterSet &ps) | |
Constructor. More... | |
virtual | ~RPCFEDIntegrity () |
Destructor. More... | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
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 | |
CurrentProcessingContext const * | currentContext () const |
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_, and rawCountsLabel_.
|
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().