63 if (
theService->isTrackingComponentsRecordChanged()){
77 const string metname =
"Muon|RecoMuon|StandAloneMuonSmoother";
83 if(trajectoriesSM.empty()){
84 LogTrace(metname) <<
"No Track smoothed!";
T getParameter(std::string const &) const
SmoothingResult smooth(const Trajectory &)
Smoothes the trajectories.
const std::string metname
MeasurementEstimator * estimator() const
access at the estimator
const MuonServiceProxy * theService
virtual TrajectoryContainer trajectories(const Trajectory &traj) const
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