@@ -910,7 +910,7 @@ 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)));
914914 if (!isGoodCollision (c1, eventSelectionBits, skipMBGapEvents, trackOccupancyInTimeRangeMin, trackOccupancyInTimeRangeMax, centralityMin, centralityMax, vertexZCut)) {
915915 return ;
916916 }
@@ -1259,8 +1259,8 @@ struct ChargedJetHadron {
12591259 PROCESS_SWITCH (ChargedJetHadron, processCollisionsQC, " collisions and tracks QC for Data and MCD" , true );
12601260
12611261 void processCollisionsQCWeighted (soa::Join<aod::JetCollisions, aod::JMcCollisionLbs>::iterator const & collision,
1262- aod::JetMcCollisions const &,
1263- FilterJetTracks const & tracks)
1262+ aod::JetMcCollisions const &,
1263+ FilterJetTracks const & tracks)
12641264 {
12651265 if (!collision.has_mcCollision ()) {
12661266 registry.fill (HIST (" h_fakecollisions" ), 0.5 );
@@ -1648,7 +1648,7 @@ struct ChargedJetHadron {
16481648 registry.fill (HIST (" h_mcColl_rho" ), mccollision.rho ());
16491649 registry.fill (HIST (" h_mcColl_centrality" ), centrality);
16501650 registry.fill (HIST (" h_mcColl_mult" ), multiplicity);
1651- // problem for mccollision' has no member named 'multFT0M'; did you mean 'multFT0A'? // return coll.multFT0M();
1651+ // problem for mccollision' has no member named 'multFT0M'; did you mean 'multFT0A'? // return coll.multFT0M();
16521652
16531653 // particle QC...........
16541654 for (auto const & particle : particles) {
0 commit comments