#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 &type) | |
virtual | ~RefitDirection () |
Destructor. More... | |
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 17 of file RefitDirection.h.
|
inline |
Constructor.
Definition at line 20 of file RefitDirection.h.
References anyDirection, theGeoDirection, thePropagationDirection, and undetermined.
|
inline |
Definition at line 25 of file RefitDirection.h.
References alongMomentum, anyDirection, Exception, insideOut, oppositeToMomentum, outsideIn, theGeoDirection, thePropagationDirection, and undetermined.
|
inlinevirtual |
|
inline |
Definition at line 47 of file RefitDirection.h.
References LogTrace, theGeoDirection, and undetermined.
|
inline |
Definition at line 51 of file RefitDirection.h.
References anyDirection, LogTrace, and thePropagationDirection.
|
private |
Definition at line 59 of file RefitDirection.h.
Referenced by geometricalDirection(), and RefitDirection().
|
private |
Definition at line 60 of file RefitDirection.h.
Referenced by propagationDirection(), and RefitDirection().