#include <VolumeMaterialEffectsUpdator.h>
Public Types | |
typedef VolumeMaterialEffectsEstimate | Estimate |
typedef std::vector< const VolumeMaterialEffectsEstimate * > | EstimateContainer |
Public Member Functions | |
TrajectoryStateOnSurface | updateState (const TrajectoryStateOnSurface &TSoS, const PropagationDirection propDir, const Estimate &estimate) const |
TrajectoryStateOnSurface | updateState (const TrajectoryStateOnSurface &TSoS, const PropagationDirection propDir, const EstimateContainer &estimates) const |
VolumeMaterialEffectsUpdator () | |
Computes an updated TrajectoryStateOnSurface after applying estimated material effects.
Definition at line 18 of file VolumeMaterialEffectsUpdator.h.
Definition at line 21 of file VolumeMaterialEffectsUpdator.h.
typedef std::vector<const VolumeMaterialEffectsEstimate*> VolumeMaterialEffectsUpdator::EstimateContainer |
Definition at line 22 of file VolumeMaterialEffectsUpdator.h.
|
inline |
TrajectoryStateOnSurface VolumeMaterialEffectsUpdator::updateState | ( | const TrajectoryStateOnSurface & | TSoS, |
const PropagationDirection | propDir, | ||
const Estimate & | estimate | ||
) | const |
Updates TrajectoryStateOnSurface with material effects (momentum and covariance matrix are potentially affected.
Definition at line 12 of file VolumeMaterialEffectsUpdator.cc.
Referenced by VolumeMaterialEffectsUpdator().
TrajectoryStateOnSurface VolumeMaterialEffectsUpdator::updateState | ( | const TrajectoryStateOnSurface & | TSoS, |
const PropagationDirection | propDir, | ||
const EstimateContainer & | estimates | ||
) | const |
Updates TrajectoryStateOnSurface with several material effects (momentum and covariance matrix are potentially affected.
Definition at line 20 of file VolumeMaterialEffectsUpdator.cc.
References alongMomentum, anyDirection, TrajectoryStateOnSurface::charge(), reco::dp, TrajectoryStateOnSurface::globalMomentum(), TrajectoryStateOnSurface::globalParameters(), TrajectoryStateOnSurface::globalPosition(), TrajectoryStateOnSurface::hasError(), mps_fire::i, TrajectoryStateOnSurface::localError(), TrajectoryStateOnSurface::localParameters(), TrajectoryStateOnSurface::magneticField(), GlobalTrajectoryParameters::magneticField(), LocalTrajectoryError::matrix(), TrajectoryStateOnSurface::surface(), TrajectoryStateOnSurface::surfaceSide(), and LocalTrajectoryParameters::updateP().