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
314a765a
Commit
314a765a
authored
Jul 23, 2020
by
Mark Hodgkinson
Browse files
Set moments.
parent
b3822bb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Reconstruction/eflowRec/src/PFNeutralFlowElementCreatorAlgorithm.cxx
View file @
314a765a
...
...
@@ -108,6 +108,18 @@ StatusCode PFNeutralFlowElementCreatorAlgorithm::createNeutralFlowElement(const
thisFE
->
setCharge
(
0
);
this
->
addMoment
(
xAOD
::
CaloCluster
::
CENTER_MAG
,
"eflowRec_CENTER_MAG"
,
*
cluster
,
*
thisFE
);
this
->
addMoment
(
xAOD
::
CaloCluster
::
SECOND_R
,
"eflowRec_SECOND_R"
,
*
cluster
,
*
thisFE
);
this
->
addMoment
(
xAOD
::
CaloCluster
::
CENTER_LAMBDA
,
"eflowRec_CENTER_LAMBDA"
,
*
cluster
,
*
thisFE
);
this
->
addMoment
(
xAOD
::
CaloCluster
::
ENG_BAD_CELLS
,
"eflowRec_ENG_BAD_CELLS"
,
*
cluster
,
*
thisFE
);
this
->
addMoment
(
xAOD
::
CaloCluster
::
N_BAD_CELLS
,
"eflowRec_N_BAD_CELLS"
,
*
cluster
,
*
thisFE
);
this
->
addMoment
(
xAOD
::
CaloCluster
::
BADLARQ_FRAC
,
"eflowRec_BADLARQ_FRAC"
,
*
cluster
,
*
thisFE
);
this
->
addMoment
(
xAOD
::
CaloCluster
::
ENG_POS
,
"eflowRec_ENG_POS"
,
*
cluster
,
*
thisFE
);
this
->
addMoment
(
xAOD
::
CaloCluster
::
AVG_LAR_Q
,
"eflowRec_AVG_LAR_Q"
,
*
cluster
,
*
thisFE
);
this
->
addMoment
(
xAOD
::
CaloCluster
::
AVG_TILE_Q
,
"eflowRec_AVG_TILE_Q"
,
*
cluster
,
*
thisFE
);
this
->
addMoment
(
xAOD
::
CaloCluster
::
ISOLATION
,
"eflowRec_ISOLATION"
,
*
cluster
,
*
thisFE
);
this
->
addMoment
(
xAOD
::
CaloCluster
::
SECOND_LAMBDA
,
"eflowRec_SECOND_LAMBDA"
,
*
cluster
,
*
thisFE
);
this
->
addMoment
(
xAOD
::
CaloCluster
::
EM_PROBABILITY
,
"eflowRec_EM_PROBABILITY"
,
*
cluster
,
*
thisFE
);
}
//cluster loop
return
StatusCode
::
SUCCESS
;
...
...
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