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 
46  bool verbose_;
48 
49  struct energysum {
50  double e25, e50, e100, e250;
52  };
53 
54  static const int nType = 25;
55 
62 
67 
68 
73 
78 
79 };
80 
81 #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
void analyzeHits(std::vector< PCaloHit > &)