Public Member Functions | |
DQMHcalPhiSymHLT (const edm::ParameterSet &) | |
~DQMHcalPhiSymHLT () | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Attributes | |
DQMStore * | dbe_ |
std::string | folderName_ |
MonitorElement * | hFEDsize |
MonitorElement * | hFULLsize |
MonitorElement * | hHCALsize |
MonitorElement * | hHCALvsLumiSec |
std::string | outRootFileName_ |
edm::InputTag | rawInLabel_ |
bool | saveToRootFile_ |
Private Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
virtual void | beginJob () |
virtual void | endJob () |
Private Attributes | |
int | firstLumiSec |
int | iEvt |
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 35 of file DQMHcalPhiSymHLT.cc.
|
explicit |
Definition at line 63 of file DQMHcalPhiSymHLT.cc.
References folderName_, edm::ParameterSet::getParameter(), iEvt, outRootFileName_, rawInLabel_, and saveToRootFile_.
DQMHcalPhiSymHLT::~DQMHcalPhiSymHLT | ( | ) |
Definition at line 73 of file DQMHcalPhiSymHLT.cc.
|
privatevirtual |
Implements edm::EDAnalyzer.
Definition at line 79 of file DQMHcalPhiSymHLT.cc.
References FEDRawDataCollection::FEDData(), MonitorElement::Fill(), firstLumiSec, edm::Event::getByLabel(), hFEDsize, hFULLsize, hHCALsize, hHCALvsLumiSec, i, iEvt, j, gen::k, edm::EventBase::luminosityBlock(), FEDNumbering::MAXFEDID, FEDNumbering::MAXHCALFEDID, FEDNumbering::MINHCALFEDID, funct::pow(), edm::Handle< T >::product(), rawInLabel_, and FEDRawData::size().
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 123 of file DQMHcalPhiSymHLT.cc.
References DQMStore::book1D(), DQMStore::book2D(), dbe_, folderName_, hFEDsize, hFULLsize, hHCALsize, hHCALvsLumiSec, cmsCodeRules.cppFunctionSkipper::operator, MonitorElement::setAxisTitle(), and DQMStore::setCurrentFolder().
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 143 of file DQMHcalPhiSymHLT.cc.
References dbe_, outRootFileName_, DQMStore::save(), and saveToRootFile_.
DQMStore* DQMHcalPhiSymHLT::dbe_ |
Definition at line 51 of file DQMHcalPhiSymHLT.cc.
Referenced by beginJob(), and endJob().
|
private |
Definition at line 58 of file DQMHcalPhiSymHLT.cc.
Referenced by analyze().
std::string DQMHcalPhiSymHLT::folderName_ |
Definition at line 46 of file DQMHcalPhiSymHLT.cc.
Referenced by beginJob(), and DQMHcalPhiSymHLT().
MonitorElement* DQMHcalPhiSymHLT::hFEDsize |
Definition at line 40 of file DQMHcalPhiSymHLT.cc.
Referenced by analyze(), and beginJob().
MonitorElement* DQMHcalPhiSymHLT::hFULLsize |
Definition at line 42 of file DQMHcalPhiSymHLT.cc.
Referenced by analyze(), and beginJob().
MonitorElement* DQMHcalPhiSymHLT::hHCALsize |
Definition at line 41 of file DQMHcalPhiSymHLT.cc.
Referenced by analyze(), and beginJob().
MonitorElement* DQMHcalPhiSymHLT::hHCALvsLumiSec |
Definition at line 43 of file DQMHcalPhiSymHLT.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 59 of file DQMHcalPhiSymHLT.cc.
Referenced by analyze(), and DQMHcalPhiSymHLT().
std::string DQMHcalPhiSymHLT::outRootFileName_ |
Definition at line 47 of file DQMHcalPhiSymHLT.cc.
Referenced by DQMHcalPhiSymHLT(), and endJob().
edm::InputTag DQMHcalPhiSymHLT::rawInLabel_ |
Definition at line 48 of file DQMHcalPhiSymHLT.cc.
Referenced by analyze(), and DQMHcalPhiSymHLT().
bool DQMHcalPhiSymHLT::saveToRootFile_ |
Definition at line 49 of file DQMHcalPhiSymHLT.cc.
Referenced by DQMHcalPhiSymHLT(), and endJob().