CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DQMHcalDiJetsAlCaReco.h
Go to the documentation of this file.
1 #ifndef DQMHcalDiJetsAlCaReco_H
2 #define DQMHcalDiJetsAlCaReco_H
3 
16 
22 
23 
24 class DQMStore;
25 class MonitorElement;
26 
28 
29 public:
30 
33 
34 protected:
35 
36  void beginJob();
37 
38  void beginRun(const edm::Run& r, const edm::EventSetup& c);
39 
40  void analyze(const edm::Event& e, const edm::EventSetup& c) ;
41 
42  void beginLuminosityBlock(const edm::LuminosityBlock& lumiSeg,
43  const edm::EventSetup& context) ;
44 
45  void endLuminosityBlock(const edm::LuminosityBlock& lumiSeg,
46  const edm::EventSetup& c);
47 
48  void endRun(const edm::Run& r, const edm::EventSetup& c);
49 
50  void endJob();
51 
52 private:
53 
54 
57 
58 //
59 // Monitor elements
60 //
65 
69 
73 
75 
76 
83 
86 
89 
92 
94 
95 };
96 
97 #endif
98 
edm::EDGetTokenT< reco::CaloJetCollection > jets_
object to monitor
MonitorElement * hiDistrTagJetEnergy_
void beginRun(const edm::Run &r, const edm::EventSetup &c)
MonitorElement * hiDistrRecHitEnergyHF_
std::string fileName_
Output file name if required.
MonitorElement * hiDistrTagJetPhi_
MonitorElement * hiDistrTagJetEta_
MonitorElement * hiDistrRecHitEnergyEBEE_
void beginLuminosityBlock(const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &context)
edm::EDGetTokenT< HORecHitCollection > ho_
edm::EDGetTokenT< HFRecHitCollection > hf_
MonitorElement * hiDistrProbeJetEta_
void endLuminosityBlock(const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &c)
DQMHcalDiJetsAlCaReco(const edm::ParameterSet &)
MonitorElement * hiDistrProbeJetPhi_
edm::EDGetTokenT< HBHERecHitCollection > hbhe_
bool saveToFile_
Write to file.
edm::EDGetTokenT< EcalRecHitCollection > ec_
MonitorElement * hiDistrRecHitEnergyHBHE_
MonitorElement * hiDistrProbeJetEnergy_
MonitorElement * hiDistrRecHitEnergyHO_
std::string folderName_
DQM folder name.
MonitorElement * hiDistrEtThirdJet_
void analyze(const edm::Event &e, const edm::EventSetup &c)
Definition: Run.h:41
void endRun(const edm::Run &r, const edm::EventSetup &c)