Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
atlas
athena
Commits
492e1f73
Commit
492e1f73
authored
May 12, 2021
by
Nils Krumnack
Browse files
fix compilation error in AnaAlgorithm package
That was introduced by two recent merge requests crossing.
parent
8cadf793
Changes
2
Hide whitespace changes
Inline
Side-by-side
PhysicsAnalysis/D3PDTools/AnaAlgorithm/Root/AnaAlgorithmConfig.cxx
View file @
492e1f73
...
@@ -23,9 +23,6 @@
...
@@ -23,9 +23,6 @@
namespace
EL
namespace
EL
{
{
AnaAlgorithmConfig
::
AnaAlgorithmConfig
::
AnaAlgorithmConfig
()
AnaAlgorithmConfig
()
{
{
...
@@ -45,7 +42,6 @@ namespace EL
...
@@ -45,7 +42,6 @@ namespace EL
AnaAlgorithmConfig
(
const
AsgComponentConfig
&
val_config
)
AnaAlgorithmConfig
(
const
AsgComponentConfig
&
val_config
)
:
AsgComponentConfig
(
val_config
)
:
AsgComponentConfig
(
val_config
)
{
{
RCU_NEW_INVARIANT
(
this
);
}
}
...
...
PhysicsAnalysis/D3PDTools/AnaAlgorithm/Root/AnaReentrantAlgorithmConfig.cxx
View file @
492e1f73
...
@@ -23,9 +23,6 @@
...
@@ -23,9 +23,6 @@
namespace
EL
namespace
EL
{
{
AnaReentrantAlgorithmConfig
::
AnaReentrantAlgorithmConfig
::
AnaReentrantAlgorithmConfig
()
AnaReentrantAlgorithmConfig
()
{
{
...
@@ -45,7 +42,6 @@ namespace EL
...
@@ -45,7 +42,6 @@ namespace EL
AnaReentrantAlgorithmConfig
(
const
AsgComponentConfig
&
val_config
)
AnaReentrantAlgorithmConfig
(
const
AsgComponentConfig
&
val_config
)
:
AsgComponentConfig
(
val_config
)
:
AsgComponentConfig
(
val_config
)
{
{
RCU_NEW_INVARIANT
(
this
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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