#include <MultiStatePropagation.h>
Public Member Functions | |
MultiStatePropagation (const Propagator &aPropagator) | |
std::pair < TrajectoryStateOnSurface, double > | propagateWithPath (const TrajectoryStateOnSurface &tsos, const T &surface) const |
~MultiStatePropagation () | |
Private Types | |
typedef std::vector < TrajectoryStateOnSurface > | MultiTSOS |
typedef std::pair < TrajectoryStateOnSurface, double > | TsosWP |
Private Member Functions | |
TrajectoryStateOnSurface | setWeight (const TrajectoryStateOnSurface, const double) const |
creation of new state with different weight More... | |
Private Attributes | |
const Propagator & | thePropagator |
Helper class to propagate all components of a state, using a single state propagator and keeping the specialisation into planes / cylinders. Designed for short lifetime: will directly use the propagator passed by invoking object.
Definition at line 15 of file MultiStatePropagation.h.
|
private |
Definition at line 37 of file MultiStatePropagation.h.
|
private |
Definition at line 36 of file MultiStatePropagation.h.
|
inline |
Constructor with explicit propagator
Definition at line 19 of file MultiStatePropagation.h.
|
inline |
Definition at line 21 of file MultiStatePropagation.h.
std::pair<TrajectoryStateOnSurface, double> MultiStatePropagation< T >::propagateWithPath | ( | const TrajectoryStateOnSurface & | tsos, |
const T & | surface | ||
) | const |
Propagation to surface with path length calculation:
Referenced by GsfPropagatorAdapter::propagateWithPath().
|
private |
creation of new state with different weight
|
private |
Definition at line 34 of file MultiStatePropagation.h.