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
21 
24 
26 
28 
30 
33 
38 
43 
44 #include <vector>
45 
46 namespace edm {
47  class ParameterSet;
48  class EventSetup;
49  class InputTag;
50 }
51 
52 class MuonServiceProxy;
53 
55 
56 public:
57 
60 
63 
65  {
66  public:
67  float distIP;
68  float timeCorr;
69  int station;
72  };
73 
74  void fillTiming(TimeMeasurementSequence &tmSequence,
75  const std::vector<const CSCSegment*> &segments,
76  reco::TrackRef muonTrack,
77  const edm::Event& iEvent, const edm::EventSetup& iSetup);
78  void fillTiming(TimeMeasurementSequence &tmSequence, reco::TrackRef muonTrack,
79  const edm::Event& iEvent, 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;
95 };
96 
97 #endif
edm::InputTag CSCSegmentTags_
std::unique_ptr< MuonServiceProxy > theService
int iEvent
Definition: GenABIO.cc:224
MuonSegmentMatcher * theMatcher
unsigned int theHitsMin_
HLT enums.