CMS 3D CMS Logo

HcalHaloDataProducer.h
Go to the documentation of this file.
1 #ifndef RECOMET_METPRODUCERS_HCALHALODATAPRODUCER_H
2 #define RECOMET_METPRODUCERS_HCALHALODATAPRODUCER_H
3 
4 /*
5  [class]: HcalHaloDataProducer
6  [authors]: R. Remington, The University of Florida
7  [description]: EDProducer which runs HcalHaloAlgo and stores HcalHaloData object to the event.
8  [date]: October 15, 2009
9 */
10 
11 //Standard C++ classes
12 #include <iostream>
13 #include <string>
14 #include <map>
15 #include <vector>
16 #include <utility>
17 #include <ostream>
18 #include <fstream>
19 #include <algorithm>
20 #include <cmath>
21 #include <memory>
22 #include <iomanip>
23 #include <cstdlib>
24 
25 // user include files
33 
36 //Included Classes (semi-alphabetical)
61 
68 
72 
79 
84 
85 namespace reco {
87  public:
88  explicit HcalHaloDataProducer(const edm::ParameterSet&);
89  ~HcalHaloDataProducer() override;
90 
91  private:
92  void produce(edm::Event&, const edm::EventSetup&) override;
93 
94  //RecHit Level
101 
109 
114  };
115 } // namespace reco
116 
117 #endif
void produce(edm::Event &, const edm::EventSetup &) override
edm::EDGetTokenT< HBHERecHitCollection > hbherechit_token_
edm::ESGetToken< CaloGeometry, CaloGeometryRecord > calogeometry_token_
edm::EDGetTokenT< EERecHitCollection > eerechit_token_
edm::EDGetTokenT< CaloTowerCollection > calotower_token_
edm::EDGetTokenT< EBRecHitCollection > ebrechit_token_
HcalHaloDataProducer(const edm::ParameterSet &)
fixed size matrix
edm::EDGetTokenT< HFRecHitCollection > hfrechit_token_