CMS 3D CMS Logo

CSCHaloDataProducer.h
Go to the documentation of this file.
1 #ifndef RECOMET_METPRODUCERS_CSCHALODATAPRODUCER_H
2 #define RECOMET_METPRODUCERS_CSCHALODATAPRODUCER_H
3 
4 /*
5  [class]: CSCHaloDataProducer
6  [authors]: R. Remington, The University of Florida
7  [description]: EDProducer which runs the CSCHaloAlgo and stores the CSCHaloData object in 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 
89 
96 
100 
115 
121 
126 
127 class MuonServiceProxy;
128 
129 namespace reco {
131  public:
132  explicit CSCHaloDataProducer(const edm::ParameterSet &);
133  ~CSCHaloDataProducer() override;
134 
135  private:
136  void produce(edm::Event &, const edm::EventSetup &) override;
137 
138  //CSCHaloAlgo
140 
141  //Digi Level
144 
145  //HLT
147  std::vector<edm::InputTag> vIT_HLTBit;
148 
149  //Muon-Segment Matching
151 
152  //RecHit Level
154 
155  //Calo rechits
159 
160  //Higher Level Reco
165 
166  // TOKENS
179  };
180 } // namespace reco
181 
182 #endif
MuonSegmentMatcher * TheMatcher
edm::EDGetTokenT< reco::MuonTimeExtraMap > csctimemap_token_
edm::EDGetTokenT< CSCALCTDigiCollection > cscalct_token_
edm::EDGetTokenT< EcalRecHitCollection > EcalRecHitsEE_token_
edm::EDGetTokenT< CSCRecHit2DCollection > cscrechit_token_
edm::EDGetTokenT< CSCSegmentCollection > cscsegment_token_
edm::EDGetTokenT< HBHERecHitCollection > hbhereco_token_
edm::ESGetToken< CSCGeometry, MuonGeometryRecord > cscGeometry_token
edm::EDGetTokenT< L1MuGMTReadoutCollection > l1mugmtro_token_
edm::EDGetTokenT< EcalRecHitCollection > EcalRecHitsEB_token_
CSCHaloDataProducer(const edm::ParameterSet &)
void produce(edm::Event &, const edm::EventSetup &) override
edm::EDGetTokenT< reco::MuonCollection > cosmicmuon_token_
edm::EDGetTokenT< edm::TriggerResults > hltresult_token_
fixed size matrix
edm::EDGetTokenT< reco::MuonCollection > muon_token_
std::vector< edm::InputTag > vIT_HLTBit