CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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
33 
36 //Included Classes (semi-alphabetical)
45 
123 
130 
134 
163 
168 
173 
178 
179 namespace reco {
181  public:
182  explicit GlobalHaloDataProducer(const edm::ParameterSet&);
183  ~GlobalHaloDataProducer() override;
184 
185  private:
186  void produce(edm::Event&, const edm::EventSetup&) override;
187 
189 
195 
199 
211 
217 
218  bool ishlt;
219  };
220 } // namespace reco
221 
222 #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::ESGetToken< GlobalTrackingGeometry, GlobalTrackingGeometryRecord > globaltrackinggeometry_token_
edm::ESGetToken< CSCGeometry, MuonGeometryRecord > cscgeometry_token_
edm::EDGetTokenT< reco::CaloMETCollection > calomet_token_
edm::EDGetTokenT< reco::MuonCollection > muon_token_
edm::ESGetToken< CaloGeometry, CaloGeometryRecord > calogeometry_token_
edm::EDGetTokenT< EcalHaloData > ecalhalo_token_
edm::EDGetTokenT< HcalHaloData > hcalhalo_token_
edm::EDGetTokenT< CSCHaloData > cschalo_token_
edm::EDGetTokenT< CSCRecHit2DCollection > cscrechit_token_