@@ -910,7 +910,8 @@ struct ChargedJetHadron {
910910 for (const auto & [c1, jets1, c2, tracks2] : pairData) {
911911 totalmix++;
912912 registry.fill (HIST (" h_mix_event_stats" ), 1 );
913- int poolBin = corrBinning.getBin (std::make_tuple (c2.posZ (), getMultiplicity (c2)));;
913+ int poolBin = corrBinning.getBin (std::make_tuple (c2.posZ (), getMultiplicity (c2)));
914+ ;
914915 if (!isGoodCollision (c1, eventSelectionBits, skipMBGapEvents, trackOccupancyInTimeRangeMin, trackOccupancyInTimeRangeMax, centralityMin, centralityMax, vertexZCut)) {
915916 return ;
916917 }
@@ -1259,8 +1260,8 @@ struct ChargedJetHadron {
12591260 PROCESS_SWITCH (ChargedJetHadron, processCollisionsQC, " collisions and tracks QC for Data and MCD" , true );
12601261
12611262 void processCollisionsQCWeighted (soa::Join<aod::JetCollisions, aod::JMcCollisionLbs>::iterator const & collision,
1262- aod::JetMcCollisions const &,
1263- FilterJetTracks const & tracks)
1263+ aod::JetMcCollisions const &,
1264+ FilterJetTracks const & tracks)
12641265 {
12651266 if (!collision.has_mcCollision ()) {
12661267 registry.fill (HIST (" h_fakecollisions" ), 0.5 );
@@ -1648,7 +1649,7 @@ struct ChargedJetHadron {
16481649 registry.fill (HIST (" h_mcColl_rho" ), mccollision.rho ());
16491650 registry.fill (HIST (" h_mcColl_centrality" ), centrality);
16501651 registry.fill (HIST (" h_mcColl_mult" ), multiplicity);
1651- // problem for mccollision' has no member named 'multFT0M'; did you mean 'multFT0A'? // return coll.multFT0M();
1652+ // problem for mccollision' has no member named 'multFT0M'; did you mean 'multFT0A'? // return coll.multFT0M();
16521653
16531654 // particle QC...........
16541655 for (auto const & particle : particles) {
0 commit comments