Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
atlas
athena
Commits
dbd77f95
Commit
dbd77f95
authored
Jun 18, 2021
by
Nils Krumnack
Browse files
avoid an overload warning in AthAnalysis
parent
f531e432
Changes
2
Hide whitespace changes
Inline
Side-by-side
PhysicsAnalysis/D3PDTools/AnaAlgorithm/AnaAlgorithm/AnaReentrantAlgorithm.h
View file @
dbd77f95
...
...
@@ -121,6 +121,7 @@ namespace EL
// virtual interface
//
#ifdef XAOD_STANDALONE
/// \brief initialize this algorithm
///
/// Note that unlike the original EventLoop algorithms, this gets
...
...
@@ -144,6 +145,7 @@ namespace EL
/// try to access it.
protected:
virtual
::
StatusCode
finalize
();
#endif
...
...
PhysicsAnalysis/D3PDTools/AnaAlgorithm/Root/AnaReentrantAlgorithm.cxx
View file @
dbd77f95
...
...
@@ -83,6 +83,7 @@ namespace EL
#ifdef XAOD_STANDALONE
::
StatusCode
AnaReentrantAlgorithm
::
initialize
()
{
...
...
@@ -104,6 +105,7 @@ namespace EL
{
return
StatusCode
::
SUCCESS
;
}
#endif
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment