CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 {class ParameterSet; class Event;}
24 
25 //class StandAloneMuonSmoother: public KFTrajectorySmoother {
27 
28  typedef std::pair<bool,Trajectory> SmoothingResult;
29 
30  public:
32  StandAloneMuonSmoother(const edm::ParameterSet& par, const MuonServiceProxy* service);
33 
35  virtual ~StandAloneMuonSmoother();
36 
37  // Operations
38 
41 
44 
46  const Propagator *propagator() const;
47 
50 
53 
54  protected:
55 
56  private:
57  void renewTheSmoother();
58 
60 
62  double theMaxChi2;
63 
66  double theNSigma;
67 
73 
75 
77 
79 
81 
82 };
83 #endif
84 
SmoothingResult smooth(const Trajectory &)
Smoothes the trajectories.
MeasurementEstimator * estimator() const
access at the estimator
const MuonServiceProxy * theService
TrajectoryStateUpdator * updator() const
return the KFUpdator
const Propagator * propagator() const
access at the propagator
TrajectorySmoother * smoother() const
access to the smoother
double theMaxChi2
The max allowed chi2 to accept a rechit in the fit.
StandAloneMuonSmoother(const edm::ParameterSet &par, const MuonServiceProxy *service)
Constructor.
std::pair< bool, Trajectory > SmoothingResult
MeasurementEstimator * theEstimator
TrajectoryStateUpdator * theUpdator
virtual ~StandAloneMuonSmoother()
Destructor.
TrajectorySmoother * theSmoother