#include <GsfPropagatorAdapter.h>
Private Attributes | |
DeepCopyPointerByClone < Propagator > | thePropagator |
Propagation of multiple trajectory state by propagation of components, using an specified single-state propagator.
Definition at line 14 of file GsfPropagatorAdapter.h.
GsfPropagatorAdapter::GsfPropagatorAdapter | ( | const Propagator & | Propagator | ) |
Constructor with explicit propagator.
Definition at line 8 of file GsfPropagatorAdapter.cc.
Referenced by clone().
|
inline |
Definition at line 20 of file GsfPropagatorAdapter.h.
|
inlinevirtual |
Implements Propagator.
Definition at line 125 of file GsfPropagatorAdapter.h.
References GsfPropagatorAdapter(), and thePropagator.
|
inlinevirtual |
Implements Propagator.
Definition at line 130 of file GsfPropagatorAdapter.h.
References Propagator::magneticField(), and thePropagator.
Referenced by GsfPropagatorWithMaterial::magneticField().
|
inlinevirtual |
Propagation to generic surface: specialisation done in base class.
Reimplemented from Propagator.
Definition at line 24 of file GsfPropagatorAdapter.h.
References Propagator::propagate().
|
inlinevirtual |
Propagation to plane: use propagationWithPath (adequate for use with AnalyticalPropagator, should be implemented to be more general).
Reimplemented from Propagator.
Definition at line 32 of file GsfPropagatorAdapter.h.
References propagateWithPath().
|
inlinevirtual |
Propagation to cylinder: use propagationWithPath (adequate for use with AnalyticalPropagator, should be implemented to be more general).
Reimplemented from Propagator.
Definition at line 40 of file GsfPropagatorAdapter.h.
References propagateWithPath().
|
inlinevirtual |
Propagation to generic surface: specialisation done in base class. Use from FTS implies single state (better use PropagatorWithMaterial)!
Reimplemented from Propagator.
Definition at line 69 of file GsfPropagatorAdapter.h.
References Propagator::propagate().
|
inlinevirtual |
Propagation to plane: use propagationWithPath (adequate for use with AnalyticalPropagator, should be implemented to be more general). Use from FTS implies single state (better use PropagatorWithMaterial)!
Implements Propagator.
Definition at line 78 of file GsfPropagatorAdapter.h.
References propagateWithPath().
|
inlinevirtual |
Propagation to cylinder: use propagationWithPath (adequate for use with AnalyticalPropagator, should be implemented to be more general). Use from FTS implies single state (better use PropagatorWithMaterial)!
Implements Propagator.
Definition at line 87 of file GsfPropagatorAdapter.h.
References propagateWithPath().
|
inlinevirtual |
Propagation to generic surface with path length calculation: specialisation done in base class.
Reimplemented from Propagator.
Definition at line 50 of file GsfPropagatorAdapter.h.
References Propagator::propagateWithPath().
Referenced by propagate(), and GsfPropagatorWithMaterial::propagateWithPath().
|
virtual |
Propagation to plane with path length calculation.
Reimplemented from Propagator.
Definition at line 13 of file GsfPropagatorAdapter.cc.
References MultiStatePropagation< T >::propagateWithPath(), and thePropagator.
|
virtual |
Propagation to cylinder with path length calculation.
Reimplemented from Propagator.
Definition at line 20 of file GsfPropagatorAdapter.cc.
References MultiStatePropagation< T >::propagateWithPath(), and thePropagator.
|
inlinevirtual |
Propagation to generic surface with path length calculation: specialisation done in base class. Use from FTS implies single state (better use PropagatorWithMaterial)!
Reimplemented from Propagator.
Definition at line 97 of file GsfPropagatorAdapter.h.
References Propagator::propagateWithPath().
|
virtual |
Propagation to plane with path length calculation. Use from FTS implies single state (better use PropagatorWithMaterial)!
use counter in MessageLogger?
Implements Propagator.
Definition at line 27 of file GsfPropagatorAdapter.cc.
References Propagator::propagateWithPath(), and thePropagator.
|
virtual |
Propagation to cylinder with path length calculation. Use from FTS implies single state (better use PropagatorWithMaterial)!
use counter in MessageLogger?
Implements Propagator.
Definition at line 37 of file GsfPropagatorAdapter.cc.
References Propagator::propagateWithPath(), and thePropagator.
|
inline |
access to single state propagator
Definition at line 120 of file GsfPropagatorAdapter.h.
References thePropagator.
|
inlinevirtual |
Set the maximal change of direction (integrated along the path) for any single propagation. If reaching of the destination surface requires change of direction that exceeds this value the Propagator returns an invalid state. For example, a track may reach a forward plane after many spirals, which may be undesirable for a track reconstructor. Setting this value to pi will force the propagation to fail. The default value is "no limit". The method returnd true if the concrete propagator respects the limit, false otherwise.
Reimplemented from Propagator.
Definition at line 113 of file GsfPropagatorAdapter.h.
References Propagator::setMaxDirectionChange(), and thePropagator.
Referenced by GsfPropagatorWithMaterial::setMaxDirectionChange().
|
virtual |
The propagation direction can now be set for every propagator. There is no more distinction between unidirectional and bidirectional at class level. The value "anyDiriction" for PropagationDirection provides the functionality of the ex-BidirectionalPropagator. The values "alongMomentum" and "oppositeToMomentum" provide the functionality of the ex-UnidirectionalPropagator.
Reimplemented from Propagator.
Definition at line 46 of file GsfPropagatorAdapter.cc.
References Propagator::setPropagationDirection(), and thePropagator.
Referenced by GsfPropagatorWithMaterial::setPropagationDirection().
|
private |
Definition at line 136 of file GsfPropagatorAdapter.h.
Referenced by clone(), magneticField(), propagateWithPath(), propagator(), setMaxDirectionChange(), and setPropagationDirection().