1 #ifndef TrackingTools_TrackRefitter_RefitDirection_H
2 #define TrackingTools_TrackRefitter_RefitDirection_H
27 if (type ==
"alongMomentum")
29 else if (type ==
"oppositeToMomentum")
31 else if (type ==
"insideOut")
33 else if (type ==
"outsideIn")
37 <<
"Wrong refit direction chosen in TrackTransformer ParameterSet"
39 <<
"Possible choices are:"
41 <<
"RefitDirection = [alongMomentum, oppositeToMomentum, insideOut, outsideIn]";
47 LogTrace(
"Reco|TrackingTools|TrackTransformer") <<
"Try to use undetermined geometrical direction";
52 LogTrace(
"Reco|TrackingTools|TrackTransformer") <<
"Try to use anyDirection as propagation direction";
PropagationDirection propagationDirection() const
GeometricalDirection geometricalDirection() const
RefitDirection()
Constructor.
PropagationDirection thePropagationDirection
GeometricalDirection theGeoDirection
RefitDirection(std::string const &type)