Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Feb 19, 2025
1 parent e57fba6 commit 0381a31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion PWGCF/FemtoUniverse/Core/FemtoUniverseParticleHisto.h
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,6 @@ class FemtoUniverseParticleHisto
}
}


/// Templated function to fill particle histograms for data/ Monte Carlo reconstructed and Monte Carlo truth
/// Always calls fillQA_base fill histogramms with data/ Monte Carlo reconstructed
/// In case of Monte Carlo, calls fillQA_base with Monte Carlo truth info and specialized function fillQA_MC for additional histogramms
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ struct femtoUniversePairTaskTrackTrack3DMultKtExtended {
continue;
}
trackHistoPartOne.fillQA<isMC, true>(part);
trackHistoPartOne.fillQAMisIden<isMC, true>(part, trackonefilter.ConfPDGCodePartOne);
trackHistoPartOne.fillQAMisIden<isMC, true>(part, trackonefilter.ConfPDGCodePartOne);
}
}

Expand Down

0 comments on commit 0381a31

Please sign in to comment.