Skip to content

Commit 2adab61

Browse files
committed
Please consider the following formatting changes
1 parent 71fabc4 commit 2adab61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGLF/Tasks/Strangeness/cascadeAnalysisLightIonsDerivedData.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ struct CascadeAnalysisLightIonsDerivedData {
670670
registryMC.fill(HIST("hGenEvents"), mcCollision.multMCNParticlesEta05(), 0 /* all gen. events*/);
671671

672672
if (requireInel0OnMC && mcCollision.multMCNParticlesEta10() < 1) {
673-
continue;
673+
continue;
674674
}
675675
registryMC.fill(HIST("hGenEvents"), mcCollision.multMCNParticlesEta05(), 1 /* all gen. events in INEL > 0*/);
676676

@@ -1101,7 +1101,7 @@ struct CascadeAnalysisLightIonsDerivedData {
11011101
registryQC.fill(HIST("hVertexZGen"), mcCollision.posZ());
11021102

11031103
if (requireInel0OnMC && mcCollision.multMCNParticlesEta10() < 1) {
1104-
continue;
1104+
continue;
11051105
}
11061106

11071107
float centralityMC = 100.5f;

0 commit comments

Comments
 (0)