CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTMonMuonClient.cc
Go to the documentation of this file.
2 
11 #include "TRandom.h"
12 using namespace edm;
13 using namespace std;
14 
16 
17  //indir_ = ps.getUntrackedParameter<std::string>("input_dir","HLT/HLTMonMuon/Summary");
18  //outdir_ = ps.getUntrackedParameter<std::string>("output_dir","HLT/HLTMonMuon/Client");
19 
20  dbe_ = NULL;
21  //if (ps.getUntrackedParameter < bool > ("DQMStore", false)) {
23  dbe_->setVerbose(0);
24  //}
25 
26  //if (dbe_ != NULL) {
27  // dbe_->setCurrentFolder(outdir_);
28  //}
29 
30 }
31 
33 
34 //--------------------------------------------------------
36 
37 }
38 
39 //--------------------------------------------------------
40 void HLTMonMuonClient::beginRun(const Run& r, const EventSetup& context) {
41 
42 
43 }
44 
45 //--------------------------------------------------------
47  // optionally reset histograms here
48 }
49 
51 
52 }
53 
54 //--------------------------------------------------------
55 void HLTMonMuonClient::analyze(const Event& e, const EventSetup& context){
56 
57 }
58 
59 //--------------------------------------------------------
60 void HLTMonMuonClient::endRun(const Run& r, const EventSetup& context){}
61 
62 //--------------------------------------------------------
64 
#define NULL
Definition: scimark2.h:8
void analyze(const edm::Event &e, const edm::EventSetup &c)
Fake Analyze.
void beginRun(const edm::Run &r, const edm::EventSetup &c)
BeginRun.
void setVerbose(unsigned level)
Definition: DQMStore.cc:393
void endLuminosityBlock(const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &c)
DQM Client Diagnostic.
DQMStore * dbe_
void endRun(const edm::Run &r, const edm::EventSetup &c)
EndRun.
HLTMonMuonClient(const edm::ParameterSet &ps)
Constructor.
void beginJob()
BeginJob.
void beginLuminosityBlock(const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &context)
virtual ~HLTMonMuonClient()
Destructor.
void endJob()
Endjob.
Definition: Run.h:33