#include <HLTMonMuonClient.h>
Public Member Functions | |
HLTMonMuonClient (const edm::ParameterSet &ps) | |
Constructor. | |
virtual | ~HLTMonMuonClient () |
Destructor. | |
Protected Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) |
Fake Analyze. | |
void | beginJob () |
BeginJob. | |
void | beginLuminosityBlock (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &context) |
void | beginRun (const edm::Run &r, const edm::EventSetup &c) |
BeginRun. | |
void | endJob () |
Endjob. | |
void | endLuminosityBlock (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &c) |
DQM Client Diagnostic. | |
void | endRun (const edm::Run &r, const edm::EventSetup &c) |
EndRun. | |
Private Attributes | |
DQMStore * | dbe_ |
std::string | indir_ |
int | nTriggers_ |
std::string | outdir_ |
edm::ParameterSet | parameters |
Static Private Attributes | |
static const int | NTRIG = 20 |
Definition at line 13 of file HLTMonMuonClient.h.
HLTMonMuonClient::HLTMonMuonClient | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 15 of file HLTMonMuonClient.cc.
References dbe_, NULL, cppFunctionSkipper::operator, and DQMStore::setVerbose().
{ //indir_ = ps.getUntrackedParameter<std::string>("input_dir","HLT/HLTMonMuon/Summary"); //outdir_ = ps.getUntrackedParameter<std::string>("output_dir","HLT/HLTMonMuon/Client"); dbe_ = NULL; //if (ps.getUntrackedParameter < bool > ("DQMStore", false)) { dbe_ = Service < DQMStore > ().operator->(); dbe_->setVerbose(0); //} //if (dbe_ != NULL) { // dbe_->setCurrentFolder(outdir_); //} }
HLTMonMuonClient::~HLTMonMuonClient | ( | ) | [virtual] |
void HLTMonMuonClient::analyze | ( | const edm::Event & | e, |
const edm::EventSetup & | c | ||
) | [protected, virtual] |
void HLTMonMuonClient::beginJob | ( | void | ) | [protected, virtual] |
BeginJob.
Reimplemented from edm::EDAnalyzer.
Definition at line 35 of file HLTMonMuonClient.cc.
{ }
void HLTMonMuonClient::beginLuminosityBlock | ( | const edm::LuminosityBlock & | lumiSeg, |
const edm::EventSetup & | context | ||
) | [protected, virtual] |
Reimplemented from edm::EDAnalyzer.
Definition at line 46 of file HLTMonMuonClient.cc.
{
// optionally reset histograms here
}
void HLTMonMuonClient::beginRun | ( | const edm::Run & | r, |
const edm::EventSetup & | c | ||
) | [protected, virtual] |
BeginRun.
Reimplemented from edm::EDAnalyzer.
Definition at line 40 of file HLTMonMuonClient.cc.
{ }
void HLTMonMuonClient::endJob | ( | void | ) | [protected, virtual] |
void HLTMonMuonClient::endLuminosityBlock | ( | const edm::LuminosityBlock & | lumiSeg, |
const edm::EventSetup & | c | ||
) | [protected, virtual] |
DQM Client Diagnostic.
Reimplemented from edm::EDAnalyzer.
Definition at line 50 of file HLTMonMuonClient.cc.
{ }
void HLTMonMuonClient::endRun | ( | const edm::Run & | r, |
const edm::EventSetup & | c | ||
) | [protected, virtual] |
DQMStore* HLTMonMuonClient::dbe_ [private] |
Definition at line 54 of file HLTMonMuonClient.h.
std::string HLTMonMuonClient::indir_ [private] |
Definition at line 55 of file HLTMonMuonClient.h.
const int HLTMonMuonClient::NTRIG = 20 [static, private] |
Definition at line 50 of file HLTMonMuonClient.h.
int HLTMonMuonClient::nTriggers_ [private] |
Definition at line 52 of file HLTMonMuonClient.h.
std::string HLTMonMuonClient::outdir_ [private] |
Definition at line 55 of file HLTMonMuonClient.h.
Definition at line 48 of file HLTMonMuonClient.h.