1 #ifndef RecoMuon_StandAloneTrackFinder_StandAloneMuonSmoother_H
2 #define RecoMuon_StandAloneTrackFinder_StandAloneMuonSmoother_H
SmoothingResult smooth(const Trajectory &)
Smoothes the trajectories.
MeasurementEstimator * estimator() const
access at the estimator
const MuonServiceProxy * theService
std::string thePropagatorName
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