CMS 3D CMS Logo

StandAloneMuonSmoother.h
Go to the documentation of this file.
1 #ifndef RecoMuon_StandAloneTrackFinder_StandAloneMuonSmoother_H
2 #define RecoMuon_StandAloneTrackFinder_StandAloneMuonSmoother_H
3 
14 
15 class MuonServiceProxy;
18 class Propagator;
19 class TrajectorySmoother;
20 
21 #include <string>
22 
23 namespace edm {
24  class ParameterSet;
25  class Event;
26 } // namespace edm
27 
28 //class StandAloneMuonSmoother: public KFTrajectorySmoother {
30  typedef std::pair<bool, Trajectory> SmoothingResult;
31 
32 public:
35 
37  virtual ~StandAloneMuonSmoother();
38 
39  // Operations
40 
42  SmoothingResult smooth(const Trajectory &);
43 
45  TrajectoryStateUpdator *updator() const { return theUpdator; }
46 
48  const Propagator *propagator() const;
49 
51  MeasurementEstimator *estimator() const { return theEstimator; }
52 
54  TrajectorySmoother *smoother() const { return theSmoother; }
55 
56 protected:
57 private:
58  void renewTheSmoother();
59 
61 
63  double theMaxChi2;
64 
67  double theNSigma;
68 
74 
76 
78 
80 
82 };
83 #endif
std::pair< bool, Trajectory > SmoothingResult
MeasurementEstimator * estimator() const
access at the estimator
const MuonServiceProxy * theService
TrajectoryStateUpdator * updator() const
return the KFUpdator
TrajectorySmoother * smoother() const
access to the smoother
double theMaxChi2
The max allowed chi2 to accept a rechit in the fit.
HLT enums.
MeasurementEstimator * theEstimator
TrajectoryStateUpdator * theUpdator
TrajectorySmoother * theSmoother