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
7f86963c
Commit
7f86963c
authored
10 years ago
by
Frank Gaede
Browse files
Options
Downloads
Patches
Plain Diff
- fix for clang compiler ( made ContextUpdate public in Geant4Action)
parent
19f96ce5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
DDG4/include/DDG4/Geant4Action.h
+5
-0
5 additions, 0 deletions
DDG4/include/DDG4/Geant4Action.h
with
5 additions
and
0 deletions
DDG4/include/DDG4/Geant4Action.h
+
5
−
0
View file @
7f86963c
...
@@ -141,6 +141,9 @@ namespace DD4hep {
...
@@ -141,6 +141,9 @@ namespace DD4hep {
/// Reference count. Initial value: 1
/// Reference count. Initial value: 1
long
m_refCount
;
long
m_refCount
;
//fg: ContextUpdate needs to be public for the clang compiler
// as it is used in SequenceHdl::setContextToClients()
public:
/// Functor to update the context of a Geant4Action object
/// Functor to update the context of a Geant4Action object
/**
/**
* @author M.Frank
* @author M.Frank
...
@@ -156,6 +159,8 @@ namespace DD4hep {
...
@@ -156,6 +159,8 @@ namespace DD4hep {
void
operator
()(
Geant4Action
*
action
)
const
;
void
operator
()(
Geant4Action
*
action
)
const
;
};
};
friend
class
ContextUpdate
;
friend
class
ContextUpdate
;
protected
:
/// Actor class to manipulate action groups
/// Actor class to manipulate action groups
/**
/**
* @author M.Frank
* @author M.Frank
...
...
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