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
d6be30db
Commit
d6be30db
authored
Aug 18, 2020
by
Mark Hodgkinson
Browse files
Remove not used finalize methods.
parent
50dead6d
Changes
6
Hide whitespace changes
Inline
Side-by-side
Reconstruction/eflowRec/eflowRec/PFChargedFlowElementCreatorAlgorithm.h
View file @
d6be30db
...
...
@@ -20,7 +20,6 @@ class PFChargedFlowElementCreatorAlgorithm : public AthReentrantAlgorithm {
StatusCode
initialize
();
StatusCode
execute
(
const
EventContext
&
)
const
;
StatusCode
finalize
();
private:
...
...
Reconstruction/eflowRec/eflowRec/PFLCNeutralFlowElementCreatorAlgorithm.h
View file @
d6be30db
...
...
@@ -24,7 +24,6 @@ public:
StatusCode
initialize
();
StatusCode
execute
(
const
EventContext
&
ctx
)
const
;
StatusCode
finalize
();
private:
...
...
Reconstruction/eflowRec/eflowRec/PFNeutralFlowElementCreatorAlgorithm.h
View file @
d6be30db
...
...
@@ -24,7 +24,6 @@ public:
StatusCode
initialize
();
StatusCode
execute
(
const
EventContext
&
ctx
)
const
;
StatusCode
finalize
();
private:
...
...
Reconstruction/eflowRec/src/PFChargedFlowElementCreatorAlgorithm.cxx
View file @
d6be30db
...
...
@@ -42,8 +42,6 @@ StatusCode PFChargedFlowElementCreatorAlgorithm::execute(const EventContext& ctx
}
StatusCode
PFChargedFlowElementCreatorAlgorithm
::
finalize
(){
return
StatusCode
::
SUCCESS
;
}
void
PFChargedFlowElementCreatorAlgorithm
::
createChargedFlowElements
(
const
eflowCaloObject
&
energyFlowCaloObject
,
bool
addClusters
,
SG
::
WriteHandle
<
xAOD
::
FlowElementContainer
>&
chargedFlowElementContainerWriteHandle
)
const
{
/* Loop over all tracks in the eflowCaloObject */
...
...
Reconstruction/eflowRec/src/PFLCNeutralFlowElementCreatorAlgorithm.cxx
View file @
d6be30db
...
...
@@ -42,7 +42,3 @@ StatusCode PFLCNeutralFlowElementCreatorAlgorithm::execute(const EventContext& c
return
StatusCode
::
SUCCESS
;
}
StatusCode
PFLCNeutralFlowElementCreatorAlgorithm
::
finalize
(){
return
StatusCode
::
SUCCESS
;
}
Reconstruction/eflowRec/src/PFNeutralFlowElementCreatorAlgorithm.cxx
View file @
d6be30db
...
...
@@ -46,8 +46,6 @@ StatusCode PFNeutralFlowElementCreatorAlgorithm::execute(const EventContext& ctx
return
StatusCode
::
SUCCESS
;
}
StatusCode
PFNeutralFlowElementCreatorAlgorithm
::
finalize
(){
return
StatusCode
::
SUCCESS
;}
StatusCode
PFNeutralFlowElementCreatorAlgorithm
::
createNeutralFlowElement
(
const
eflowCaloObject
&
energyFlowCaloObject
,
xAOD
::
FlowElementContainer
*
neutralFEContainer
)
const
{
unsigned
int
nClusters
=
energyFlowCaloObject
.
nClusters
();
...
...
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