#include <MonitorLTC.h>
Public Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
virtual void | beginJob () |
virtual void | endJob () |
MonitorLTC (const edm::ParameterSet &) | |
~MonitorLTC () | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Private Attributes | |
edm::ParameterSet | conf_ |
DQMStore * | dqmStore_ |
std::string | HLTDirectory |
MonitorElement * | LTCTriggerDecision_all |
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) |
Protected Member Functions inherited from edm::EDAnalyzer | |
CurrentProcessingContext const * | currentContext () const |
Definition at line 25 of file MonitorLTC.h.
|
explicit |
Definition at line 21 of file MonitorLTC.cc.
References conf_, dqmStore_, HLTDirectory, and cmsCodeRules.cppFunctionSkipper::operator.
|
inline |
Definition at line 28 of file MonitorLTC.h.
|
virtual |
Implements edm::EDAnalyzer.
Definition at line 49 of file MonitorLTC.cc.
References MonitorElement::Fill(), edm::Event::getByType(), and LTCTriggerDecision_all.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 29 of file MonitorLTC.cc.
References DQMStore::book1D(), conf_, dqmStore_, edm::ParameterSet::getParameter(), HLTDirectory, LTCTriggerDecision_all, MonitorElement::setBinLabel(), and DQMStore::setCurrentFolder().
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 91 of file MonitorLTC.cc.
References conf_, dqmStore_, edm::ParameterSet::getParameter(), ExpressReco_HICollisions_FallBack::outputFileName, and DQMStore::save().
|
private |
Definition at line 34 of file MonitorLTC.h.
Referenced by beginJob(), endJob(), and MonitorLTC().
|
private |
Definition at line 33 of file MonitorLTC.h.
Referenced by beginJob(), endJob(), and MonitorLTC().
|
private |
Definition at line 38 of file MonitorLTC.h.
Referenced by beginJob(), and MonitorLTC().
|
private |
Definition at line 36 of file MonitorLTC.h.
Referenced by analyze(), and beginJob().