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 
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)
45 
89 
96 
100 
115 
121 
126 
127 class MuonServiceProxy;
128 
129 namespace reco
130 {
132 
133  public:
134  explicit CSCHaloDataProducer(const edm::ParameterSet&);
135  ~CSCHaloDataProducer() override;
136 
137  private:
138 
139  void produce(edm::Event&, const edm::EventSetup&) override;
140 
141  //CSCHaloAlgo
143 
144  //Digi Level
147 
148  //HLT
150  std::vector< edm::InputTag > vIT_HLTBit ;
151 
152  //Muon-Segment Matching
154 
155  //RecHit Level
157 
158  //Calo rechits
162 
163  //Higher Level Reco
168 
169  // TOKENS
181  };
182 }
183 
184 #endif
185 
MuonSegmentMatcher * TheMatcher
std::vector< edm::InputTag > vIT_HLTBit
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::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_