Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DD4hep
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
externals
mirroring
DD4hep
Commits
afb61f7b
Commit
afb61f7b
authored
2 years ago
by
Markus Frank
Committed by
MarkusFrankATcernch
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Resync with dd4hep master
parent
87c32e81
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
DDCore/src/GrammarTypes.cpp
+3
-0
3 additions, 0 deletions
DDCore/src/GrammarTypes.cpp
with
3 additions
and
0 deletions
DDCore/src/GrammarTypes.cpp
+
3
−
0
View file @
afb61f7b
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment