CMS 3D CMS Logo

DQMHcalDiJetsAlCaReco.h
Go to the documentation of this file.
1 #ifndef DQMHcalDiJetsAlCaReco_H
2 #define DQMHcalDiJetsAlCaReco_H
3 
16 
24 
25 class MonitorElement;
26 
28 
29 public:
30 
32  ~DQMHcalDiJetsAlCaReco() override;
33 
34 protected:
35 
36 
37  void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;
38  void analyze(const edm::Event& e, const edm::EventSetup& c) override ;
39 
40 
41 private:
42 
43 
45 
46 //
47 // Monitor elements
48 //
53 
57 
61 
63 
64 
71 
74 
77 
80 
82 
83 };
84 
85 #endif
86 
edm::EDGetTokenT< reco::CaloJetCollection > jets_
object to monitor
MonitorElement * hiDistrTagJetEnergy_
void analyze(const edm::Event &e, const edm::EventSetup &c) override
MonitorElement * hiDistrRecHitEnergyHF_
std::string fileName_
Output file name if required.
MonitorElement * hiDistrTagJetPhi_
MonitorElement * hiDistrTagJetEta_
MonitorElement * hiDistrRecHitEnergyEBEE_
edm::EDGetTokenT< HORecHitCollection > ho_
edm::EDGetTokenT< HFRecHitCollection > hf_
MonitorElement * hiDistrProbeJetEta_
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_
Definition: Run.h:44
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override