Skip to content
Snippets Groups Projects
Commit afb61f7b authored by Markus Frank's avatar Markus Frank Committed by MarkusFrankATcernch
Browse files

Resync with dd4hep master

parent 87c32e81
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,9 @@ ...@@ -26,7 +26,9 @@
#include <Math/Vector3D.h> #include <Math/Vector3D.h>
namespace ROOT { namespace ROOT {
namespace Math { namespace Math {
/// Allow point insertion of a point in maps /// Allow point insertion of a point in maps
bool operator<(const XYZPoint& a, const XYZPoint& b); bool operator<(const XYZPoint& a, const XYZPoint& b);
/// Allow 3-vector insertion of a in maps /// Allow 3-vector insertion of a in maps
...@@ -35,6 +37,7 @@ namespace ROOT { ...@@ -35,6 +37,7 @@ namespace ROOT {
bool operator<(const PxPyPzEVector& a, const PxPyPzEVector& b); bool operator<(const PxPyPzEVector& a, const PxPyPzEVector& b);
} }
} }
DD4HEP_DEFINE_PARSER_GRAMMAR_ROOTMATH(ROOT::Math::XYZPoint,eval_obj) DD4HEP_DEFINE_PARSER_GRAMMAR_ROOTMATH(ROOT::Math::XYZPoint,eval_obj)
DD4HEP_DEFINE_PARSER_GRAMMAR_ROOTMATH(ROOT::Math::XYZVector,eval_obj) DD4HEP_DEFINE_PARSER_GRAMMAR_ROOTMATH(ROOT::Math::XYZVector,eval_obj)
DD4HEP_DEFINE_PARSER_GRAMMAR_ROOTMATH(ROOT::Math::PxPyPzEVector,eval_obj) DD4HEP_DEFINE_PARSER_GRAMMAR_ROOTMATH(ROOT::Math::PxPyPzEVector,eval_obj)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment