CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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
32 
35 //Included Classes (semi-alphabetical)
44 
88 
95 
99 
115 
122 
127 
128 class MuonServiceProxy;
129 
130 namespace reco
131 {
133 
134  public:
135  explicit CSCHaloDataProducer(const edm::ParameterSet&);
137 
138  private:
139 
140  virtual void beginJob() ;
141  virtual void endJob() ;
142  virtual void produce(edm::Event&, const edm::EventSetup&);
143  virtual void beginRun(edm::Run&, const edm::EventSetup&);
144  virtual void endRun(edm::Run&, const edm::EventSetup&);
145 
146  //CSCHaloAlgo
148 
149  //Digi Level
152 
153  //HLT
155  std::vector< edm::InputTag > vIT_HLTBit ;
156 
157  //Muon-Segment Matching
160 
161  //RecHit Level
163 
164  //Higher Level Reco
169 
170 
171  };
172 }
173 
174 #endif
175 
MuonSegmentMatcher * TheMatcher
virtual void beginRun(edm::Run &, const edm::EventSetup &)
virtual void endRun(edm::Run &, const edm::EventSetup &)
std::vector< edm::InputTag > vIT_HLTBit
CSCHaloDataProducer(const edm::ParameterSet &)
Definition: Run.h:33
virtual void produce(edm::Event &, const edm::EventSetup &)