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 
12 //Standard C++ classes
13 #include <iostream>
14 #include <string>
15 #include <map>
16 #include <vector>
17 #include <utility>
18 #include <ostream>
19 #include <fstream>
20 #include <algorithm>
21 #include <cmath>
22 #include <memory>
23 #include <iomanip>
24 #include <cstdlib>
25 
26 // user include files
33 
36 //Included Classes (semi-alphabetical)
61 
68 
72 
79 
84 
85 namespace reco
86 {
88 
89  public:
90  explicit HcalHaloDataProducer(const edm::ParameterSet&);
91  ~HcalHaloDataProducer() override;
92 
93  private:
94 
95  void produce(edm::Event&, const edm::EventSetup&) override;
96 
97  //RecHit Level
104 
110 
115  };
116 }
117 
118 #endif
119 
void produce(edm::Event &, const edm::EventSetup &) override
edm::EDGetTokenT< HBHERecHitCollection > hbherechit_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_