Skip to content

Commit 8353072

Browse files
EmilGormalibuild
andauthored
[PWGCF] fix typo in registry (#11324)
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
1 parent c188232 commit 8353072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/GenericFramework/Tasks/flowGenericFramework.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,7 @@ struct FlowGenericFramework {
11041104
{
11051105
float centrality = -1;
11061106
int run = 0;
1107-
registry.fill(HIST("MCGen/impactParamter"), mcCollision.impactParameter(), mcParticles.size());
1107+
registry.fill(HIST("MCGen/impactParameter"), mcCollision.impactParameter(), mcParticles.size());
11081108
processCollision<kGen>(mcCollision, mcParticles, centrality, run);
11091109
}
11101110
PROCESS_SWITCH(FlowGenericFramework, processOnTheFly, "Process analysis for MC on-the-fly generated events", false);

0 commit comments

Comments
 (0)