#include <RefitDirection.h>
Public Types | |
enum | GeometricalDirection { insideOut, outsideIn, undetermined } |
Public Member Functions | |
GeometricalDirection | geometricalDirection () const |
PropagationDirection | propagationDirection () const |
RefitDirection () | |
Constructor. More... | |
RefitDirection (std::string const &type) | |
Private Attributes | |
GeometricalDirection | theGeoDirection |
PropagationDirection | thePropagationDirection |
Help class in order to handle the different refit possibilities
Definition at line 13 of file RefitDirection.h.
Enumerator | |
---|---|
insideOut | |
outsideIn | |
undetermined |
Definition at line 15 of file RefitDirection.h.
|
inline |
Constructor.
Definition at line 18 of file RefitDirection.h.
References anyDirection, theGeoDirection, thePropagationDirection, and undetermined.
|
inlineexplicit |
Definition at line 23 of file RefitDirection.h.
References alongMomentum, anyDirection, Exception, insideOut, oppositeToMomentum, outsideIn, theGeoDirection, thePropagationDirection, and undetermined.
|
inline |
Definition at line 45 of file RefitDirection.h.
References LogTrace, theGeoDirection, and undetermined.
Referenced by TrackTransformer::transform().
|
inline |
Definition at line 50 of file RefitDirection.h.
References anyDirection, LogTrace, and thePropagationDirection.
Referenced by TrackTransformer::transform().
|
private |
Definition at line 58 of file RefitDirection.h.
Referenced by geometricalDirection(), and RefitDirection().
|
private |
Definition at line 59 of file RefitDirection.h.
Referenced by propagationDirection(), and RefitDirection().