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
32 
35 //Included Classes (semi-alphabetical)
60 
67 
71 
78 
83 
84 namespace reco {
86  public:
87  explicit HcalHaloDataProducer(const edm::ParameterSet&);
88  ~HcalHaloDataProducer() override;
89 
90  private:
91  void produce(edm::Event&, const edm::EventSetup&) override;
92 
93  //RecHit Level
100 
106 
111  };
112 } // namespace reco
113 
114 #endif
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_