Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
atlas
athena
Commits
cce79697
Commit
cce79697
authored
Mar 09, 2021
by
scott snyder
Browse files
L1TopoAlgorithms: Fix clang warning.
Missing override keyword.
parent
cf7cc651
Changes
1
Show whitespace changes
Inline
Side-by-side
Trigger/TrigT1/L1Topo/L1TopoAlgorithms/L1TopoAlgorithms/EMMultiplicity.h
View file @
cce79697
/*
Copyright (C) 2002-202
0
CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-202
1
CERN for the benefit of the ATLAS collaboration
*/
// EmMultiplicity.h
// TopoCore
...
...
@@ -24,7 +24,7 @@ namespace TCS {
EMMultiplicity
(
const
std
::
string
&
name
);
virtual
~
EMMultiplicity
();
virtual
StatusCode
initialize
();
virtual
StatusCode
initialize
()
override
;
virtual
StatusCode
processBitCorrect
(
const
TCS
::
InputTOBArray
&
input
,
Count
&
count
)
override
final
;
...
...
Write
Preview
Supports
Markdown
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