CMS 3D CMS Logo

CSCTimingExtractor.h
Go to the documentation of this file.
1 #ifndef MuonIdentification_CSCTimingExtractor_H
2 #define MuonIdentification_CSCTimingExtractor_H
3 
9 //
10 // Original Author: Traczyk Piotr
11 // Created: Thu Oct 11 15:01:28 CEST 2007
12 //
13 //
14 
15 // system include files
16 #include <memory>
17 
18 // user include files
20 
22 
24 
26 
28 
31 
36 
41 
42 #include <vector>
43 
44 namespace edm {
45  class ParameterSet;
46  class EventSetup;
47  class InputTag;
48 } // namespace edm
49 
50 class MuonServiceProxy;
51 class Propagator;
53 
55 public:
58 
61 
63  public:
64  float distIP;
65  float timeCorr;
66  int station;
69  };
70 
71  void fillTiming(TimeMeasurementSequence &tmSequence,
72  const std::vector<const CSCSegment *> &segments,
73  reco::TrackRef muonTrack,
74  const edm::Event &iEvent,
75  const edm::EventSetup &iSetup);
76  void fillTiming(TimeMeasurementSequence &tmSequence,
77  reco::TrackRef muonTrack,
78  const edm::Event &iEvent,
79  const edm::EventSetup &iSetup);
80 
81 private:
83  unsigned int theHitsMin_;
84  double thePruneCut_;
88  double theWireError_;
91  bool debug;
92 
93  std::unique_ptr<MuonServiceProxy> theService;
96 };
97 
98 #endif
edm::InputTag CSCSegmentTags_
std::unique_ptr< MuonServiceProxy > theService
int iEvent
Definition: GenABIO.cc:224
MuonSegmentMatcher * theMatcher
CSCTimingExtractor(const edm::ParameterSet &, MuonSegmentMatcher *segMatcher, edm::ConsumesCollector &)
Constructor.
unsigned int theHitsMin_
void fillTiming(TimeMeasurementSequence &tmSequence, const std::vector< const CSCSegment *> &segments, reco::TrackRef muonTrack, const edm::Event &iEvent, const edm::EventSetup &iSetup)
HLT enums.
edm::ESGetToken< Propagator, TrackingComponentsRecord > thePropagatorToken
~CSCTimingExtractor()
Destructor.