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 // $Id: CSCTimingExtractor.h,v 1.5 2011/02/24 15:41:53 farrell3 Exp $
13 //
14 //
15 
16 // system include files
17 #include <memory>
18 
19 // user include files
22 
25 
27 
29 
31 
34 
39 
44 
45 #include <vector>
46 
47 namespace edm {
48  class ParameterSet;
49  class EventSetup;
50  class InputTag;
51 }
52 
53 class MuonServiceProxy;
54 
56 
57 public:
58 
61 
64 
66  {
67  public:
68  float distIP;
69  float timeCorr;
70  int station;
71  float weightVertex;
73  };
74 
75  void fillTiming(TimeMeasurementSequence &tmSequence, reco::TrackRef muonTrack, const edm::Event& iEvent, const edm::EventSetup& iSetup);
76 
77 private:
79  unsigned int theHitsMin_;
80  double thePruneCut_;
84  double theWireError_;
87  bool debug;
88 
90 
92 };
93 
94 #endif
edm::InputTag CSCSegmentTags_
CSCTimingExtractor(const edm::ParameterSet &)
Constructor.
int iEvent
Definition: GenABIO.cc:243
MuonSegmentMatcher * theMatcher
unsigned int theHitsMin_
void fillTiming(TimeMeasurementSequence &tmSequence, reco::TrackRef muonTrack, const edm::Event &iEvent, const edm::EventSetup &iSetup)
MuonServiceProxy * theService
~CSCTimingExtractor()
Destructor.