14 #ifndef DD4HEP_PARSERS_NO_ROOT
15 #include "Parsers/spirit/ParsersStandardListCommon.h"
17 namespace ROOT {
namespace Math {
19 if ( a.Theta() < b.Theta() )
return true;
20 if ( a.Phi() < b.Phi() )
return true;
21 if ( a.Psi() < b.Psi() )
return true;
26 template struct std::less<ROOT::Math::RotationZYX>;
34 return parse_(result, input);