CMS 3D CMS Logo

GlobalHaloDataProducer.h
Go to the documentation of this file.
1 #ifndef RECOBEAMHALO_PRODUCERS_GLOBALHALODATAPRODUCER_H
2 #define RECOBEAMHALO_PRODUCERS_GLOBALHALODATAPRODUCER_H
3 
4 /*
5  [class]:GlobalHaloDataProducer
6  [authors]: R. Remington, The University of Florida
7  [description]: EDProducer which runs the GlobalHaloAlgo and stores the GlobalHaloData 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)
44 
122 
129 
133 
162 
167 
172 
177 
178 namespace reco {
180  public:
181  explicit GlobalHaloDataProducer(const edm::ParameterSet&);
182  ~GlobalHaloDataProducer() override;
183 
184  private:
185  void produce(edm::Event&, const edm::EventSetup&) override;
186 
188 
194 
198 
207 
213 
214  bool ishlt;
215  };
216 } // namespace reco
217 
218 #endif
GlobalHaloDataProducer(const edm::ParameterSet &)
void produce(edm::Event &, const edm::EventSetup &) override
edm::EDGetTokenT< CSCSegmentCollection > cscsegment_token_
edm::EDGetTokenT< edm::View< reco::Candidate > > calotower_token_
edm::EDGetTokenT< reco::CaloMETCollection > calomet_token_
edm::EDGetTokenT< reco::MuonCollection > muon_token_
fixed size matrix
edm::EDGetTokenT< EcalHaloData > ecalhalo_token_
edm::EDGetTokenT< HcalHaloData > hcalhalo_token_
edm::EDGetTokenT< CSCHaloData > cschalo_token_
edm::EDGetTokenT< CSCRecHit2DCollection > cscrechit_token_