#include <L1TRPCTFClient.h>
Public Member Functions | |
L1TRPCTFClient (const edm::ParameterSet &ps) | |
Constructor. More... | |
virtual | ~L1TRPCTFClient () |
Destructor. More... | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Protected Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) |
Fake Analyze. More... | |
void | beginJob (void) |
BeginJob. More... | |
void | beginLuminosityBlock (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &context) |
void | beginRun (const edm::Run &r, const edm::EventSetup &c) |
BeginRun. More... | |
void | endJob () |
Endjob. More... | |
void | endLuminosityBlock (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &c) |
DQM Client Diagnostic. More... | |
void | endRun (const edm::Run &r, const edm::EventSetup &c) |
EndRun. More... | |
Protected Member Functions inherited from edm::EDAnalyzer | |
CurrentProcessingContext const * | currentContext () const |
Private Member Functions | |
void | initialize () |
void | processHistograms () |
Private Attributes | |
int | counterEvt_ |
counter More... | |
int | counterLS_ |
DQMStore * | dbe_ |
std::string | input_dir_ |
MonitorElement * | m_deadChannels |
MonitorElement * | m_noisyChannels |
MonitorElement * | m_phipackedbad |
MonitorElement * | m_phipackeddead |
bool | m_runInEndJob |
bool | m_runInEndLumi |
bool | m_runInEndRun |
bool | m_runInEventLoop |
std::string | monitorName_ |
std::string | output_dir_ |
edm::ParameterSet | parameters_ |
int | prescaleEvt_ |
units of lumi sections More... | |
int | prescaleLS_ |
counter More... | |
bool | verbose_ |
prescale on number of events More... | |
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 21 of file L1TRPCTFClient.h.
L1TRPCTFClient::L1TRPCTFClient | ( | const edm::ParameterSet & | ps | ) |
|
virtual |
|
protectedvirtual |
|
protectedvirtual |
BeginJob.
Reimplemented from edm::EDAnalyzer.
Definition at line 68 of file L1TRPCTFClient.cc.
References DQMStore::book2D(), dbe_, cppFunctionSkipper::operator, and DQMStore::setCurrentFolder().
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 91 of file L1TRPCTFClient.cc.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
DQM Client Diagnostic.
Reimplemented from edm::EDAnalyzer.
Definition at line 97 of file L1TRPCTFClient.cc.
References gather_cfg::cout.
|
protectedvirtual |
|
private |
Definition at line 34 of file L1TRPCTFClient.cc.
References dbe_, and cppFunctionSkipper::operator.
|
private |
Definition at line 150 of file L1TRPCTFClient.cc.
References gather_cfg::cout, dbe_, DQMStore::get(), QReport::getBadChannels(), DQMStore::getMEs(), MonitorElement::getQReport(), MonitorElement::getQReports(), and DQMStore::setCurrentFolder().
|
private |
counter
Definition at line 73 of file L1TRPCTFClient.h.
|
private |
Definition at line 72 of file L1TRPCTFClient.h.
|
private |
Definition at line 68 of file L1TRPCTFClient.h.
|
private |
Definition at line 70 of file L1TRPCTFClient.h.
|
private |
Definition at line 64 of file L1TRPCTFClient.h.
|
private |
Definition at line 65 of file L1TRPCTFClient.h.
|
private |
Definition at line 62 of file L1TRPCTFClient.h.
|
private |
Definition at line 63 of file L1TRPCTFClient.h.
|
private |
Definition at line 82 of file L1TRPCTFClient.h.
|
private |
Definition at line 80 of file L1TRPCTFClient.h.
|
private |
Definition at line 81 of file L1TRPCTFClient.h.
|
private |
Definition at line 79 of file L1TRPCTFClient.h.
|
private |
Definition at line 69 of file L1TRPCTFClient.h.
|
private |
Definition at line 71 of file L1TRPCTFClient.h.
|
private |
Definition at line 67 of file L1TRPCTFClient.h.
Referenced by Mixins._TypedParameterizable::clone(), Types.PSet::clone(), and Mixins._TypedParameterizable::copy().
|
private |
units of lumi sections
Definition at line 75 of file L1TRPCTFClient.h.
|
private |
counter
Definition at line 74 of file L1TRPCTFClient.h.
|
private |
prescale on number of events
Definition at line 77 of file L1TRPCTFClient.h.