test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SimHitsValidationHcal.h
Go to the documentation of this file.
1 #ifndef ValidationSimHitsValidationHcal_H
2 #define ValidationSimHitsValidationHcal_H
3 
6 
11 
14 
18 
22 
23 #include <iostream>
24 #include <fstream>
25 #include <vector>
26 #include <map>
27 #include <string>
28 
30 public:
31 
34 
35 protected:
36 
37  void beginJob ();
38  void endJob ();
39  void analyze (const edm::Event& e, const edm::EventSetup& c);
40 
41  void analyzeHits (std::vector<PCaloHit> &);
42 
43 private:
44 
47  bool verbose_;
49 
50  struct energysum {
51  double e25, e50, e100, e250;
53  };
54 
55  static const int nType = 25;
56 
63 
68 
69 
74 
79 
80 };
81 
82 #endif
SimHitsValidationHcal(const edm::ParameterSet &ps)
MonitorElement * meEnergy_HF
MonitorElement * meHcalHitEta_[nType]
MonitorElement * meHcalEnergyl50_[nType]
MonitorElement * metime_enweighted_HB
void analyze(const edm::Event &e, const edm::EventSetup &c)
MonitorElement * meHcalHitTimeEta_[nType]
MonitorElement * meEnergy_HB
MonitorElement * meHcalEnergyl250_[nType]
MonitorElement * metime_enweighted_HF
MonitorElement * meHcalEnergyl25_[nType]
MonitorElement * meEnergy_HE
MonitorElement * meHcalEnergyl100_[nType]
MonitorElement * metime_enweighted_HE
MonitorElement * metime_enweighted_HO
MonitorElement * meEnergy_HO
edm::EDGetTokenT< edm::PCaloHitContainer > tok_hits_
void analyzeHits(std::vector< PCaloHit > &)