File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments