Skip to content

Commit 62193a4

Browse files
committed
Minor fix: correct formatting
1 parent 6c1e9d3 commit 62193a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGLF/Tasks/Strangeness/strangenessInJetsIons.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1368,7 +1368,7 @@ struct StrangenessInJetsIons {
13681368
fastjet::JetDefinition jetDef(fastjet::antikt_algorithm, rJet);
13691369
fastjet::AreaDefinition areaDef(fastjet::active_area, fastjet::GhostedAreaSpec(1.0));
13701370

1371-
// Loop over MC collisions
1371+
// Loop over MC collisions
13721372
for (const auto& collision : collisions) {
13731373
/* // Get multiplicity from RECO MC
13741374
// Select RECO collisions for which "mcCollisionsID" = collision.globalIndex()
@@ -1418,7 +1418,7 @@ struct StrangenessInJetsIons {
14181418
// float genMultiplicity = multiplicity;
14191419

14201420
// Multiplicity of generated event
1421-
double genMultiplicity = collision.centFT0M();;
1421+
double genMultiplicity = collision.centFT0M();
14221422
// if (centrEstimator == 0) {
14231423
// genMultiplicity = collision.centFT0C();
14241424
// } else {

0 commit comments

Comments
 (0)