#include <TransientInitialStateEstimator.h>
Public Types | |
typedef TrajectoryStateOnSurface | TSOS |
Public Member Functions | |
std::pair< TrajectoryStateOnSurface, const GeomDet * > | innerState (const Trajectory &traj, bool doBackFit=true) const |
void | setEventSetup (const edm::EventSetup &es, const TkClonerImpl &hc) |
TransientInitialStateEstimator (const edm::ParameterSet &conf) | |
Private Attributes | |
TkClonerImpl | theHitCloner |
const int | theNumberMeasurementsForFit |
const Propagator * | thePropagatorAlong |
const std::string | thePropagatorAlongName |
const Propagator * | thePropagatorOpposite |
const std::string | thePropagatorOppositeName |
Computes the trajectory state to be used as a starting state for the track fit from the vector of hits. The parameters of this state are close to the final fit parameters. The error matrix is enlarged in order not to bias the track fit.
Definition at line 21 of file TransientInitialStateEstimator.h.
Definition at line 24 of file TransientInitialStateEstimator.h.
TransientInitialStateEstimator::TransientInitialStateEstimator | ( | const edm::ParameterSet & | conf | ) |
Definition at line 21 of file TransientInitialStateEstimator.cc.
std::pair< TrajectoryStateOnSurface, const GeomDet * > TransientInitialStateEstimator::innerState | ( | const Trajectory & | traj, |
bool | doBackFit = true |
||
) | const |
Definition at line 42 of file TransientInitialStateEstimator.cc.
References alongMomentum, Chi2MeasurementEstimator_cfi::Chi2MeasurementEstimator, Trajectory::direction(), Trajectory::firstMeasurement(), TrajectoryMeasurement::forwardPredictedState(), mps_fire::i, TrajectoryStateOnSurface::isValid(), Trajectory::isValid(), Trajectory::lastMeasurement(), LogDebug, TrajectoryFitter::looper, Propagator::magneticField(), Trajectory::measurements(), eostools::move(), Trajectory::nLoops(), oppositeToMomentum, rpcPointValidation_cfi::recHit, TrajectoryMeasurement::recHit(), TrajectoryStateOnSurface::rescaleError(), TrajectoryFitter::standard, theHitCloner, theNumberMeasurementsForFit, and thePropagatorAlong.
void TransientInitialStateEstimator::setEventSetup | ( | const edm::EventSetup & | es, |
const TkClonerImpl & | hc | ||
) |
Definition at line 29 of file TransientInitialStateEstimator.cc.
References edm::EventSetup::get(), AnalysisDataFormats_SUSYBSMObjects::hc, edm::ESHandle< T >::product(), theHitCloner, thePropagatorAlong, thePropagatorAlongName, thePropagatorOpposite, and thePropagatorOppositeName.
|
private |
Definition at line 38 of file TransientInitialStateEstimator.h.
Referenced by innerState(), and setEventSetup().
|
private |
Definition at line 39 of file TransientInitialStateEstimator.h.
Referenced by innerState().
|
private |
Definition at line 36 of file TransientInitialStateEstimator.h.
Referenced by innerState(), and setEventSetup().
|
private |
Definition at line 34 of file TransientInitialStateEstimator.h.
Referenced by setEventSetup().
|
private |
Definition at line 37 of file TransientInitialStateEstimator.h.
Referenced by setEventSetup().
|
private |
Definition at line 35 of file TransientInitialStateEstimator.h.
Referenced by setEventSetup().