CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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;
70  float weightVertex;
72  };
73 
74  void fillTiming(TimeMeasurementSequence &tmSequence, reco::TrackRef muonTrack, const edm::Event& iEvent, const edm::EventSetup& iSetup);
75 
76 private:
78  unsigned int theHitsMin_;
79  double thePruneCut_;
83  double theWireError_;
86  bool debug;
87 
89 
91 };
92 
93 #endif
edm::InputTag CSCSegmentTags_
int iEvent
Definition: GenABIO.cc:230
MuonSegmentMatcher * theMatcher
CSCTimingExtractor(const edm::ParameterSet &, edm::ConsumesCollector &iC)
Constructor.
unsigned int theHitsMin_
void fillTiming(TimeMeasurementSequence &tmSequence, reco::TrackRef muonTrack, const edm::Event &iEvent, const edm::EventSetup &iSetup)
MuonServiceProxy * theService
~CSCTimingExtractor()
Destructor.