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
2f5208c0
Commit
2f5208c0
authored
8 years ago
by
MarkusFrankATcernch
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #6 from vvolkl/ddeve_fix
Fix DDEve header files.
parents
8bd6e70e
a0a45b2c
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
DDEve/include/DDEve/Dictionary.h
+3
-3
3 additions, 3 deletions
DDEve/include/DDEve/Dictionary.h
with
3 additions
and
3 deletions
DDEve/include/DDEve/Dictionary.h
+
3
−
3
View file @
2f5208c0
...
@@ -40,10 +40,10 @@
...
@@ -40,10 +40,10 @@
#include
"DDEve/DDG4EventHandler.h"
#include
"DDEve/DDG4EventHandler.h"
namespace
DD4hep
{
namespace
DD4hep
{
void
EveDisplay
(
const
char
*
xmlFile
);
void
EveDisplay
(
const
char
*
xmlFile
,
const
char
*
eventFileName
);
struct
DDEve
{
struct
DDEve
{
static
void
run
(
const
char
*
xmlFile
)
{
static
void
run
(
const
char
*
xmlFile
)
{
EveDisplay
(
xmlFile
);
EveDisplay
(
xmlFile
,
nullptr
);
}
}
};
};
}
}
...
@@ -55,7 +55,7 @@ namespace DD4hep {
...
@@ -55,7 +55,7 @@ namespace DD4hep {
#pragma link C++ namespace DD4hep;
#pragma link C++ namespace DD4hep;
#pragma link C++ function DD4hep::EveDisplay(const char* xmlFile);
#pragma link C++ function DD4hep::EveDisplay(const char* xmlFile
, const char* eventFileName
);
#pragma link C++ class DD4hep::DDEve;
#pragma link C++ class DD4hep::DDEve;
...
...
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