#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 15 of file RefitDirection.h.
Enumerator | |
---|---|
insideOut | |
outsideIn | |
undetermined |
Definition at line 19 of file RefitDirection.h.
|
inline |
Constructor.
Definition at line 22 of file RefitDirection.h.
References anyDirection, theGeoDirection, thePropagationDirection, and undetermined.
|
inline |
Definition at line 27 of file RefitDirection.h.
References alongMomentum, anyDirection, edm::hlt::Exception, insideOut, oppositeToMomentum, outsideIn, theGeoDirection, thePropagationDirection, and undetermined.
|
inlinevirtual |
|
inline |
Definition at line 49 of file RefitDirection.h.
References LogTrace, theGeoDirection, and undetermined.
|
inline |
Definition at line 53 of file RefitDirection.h.
References anyDirection, LogTrace, and thePropagationDirection.
|
private |
Definition at line 61 of file RefitDirection.h.
Referenced by geometricalDirection(), and RefitDirection().
|
private |
Definition at line 62 of file RefitDirection.h.
Referenced by propagationDirection(), and RefitDirection().