Skip to content

Commit 0381a31

Browse files
committed
Please consider the following formatting changes
1 parent e57fba6 commit 0381a31

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

PWGCF/FemtoUniverse/Core/FemtoUniverseParticleHisto.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,6 @@ class FemtoUniverseParticleHisto
394394
}
395395
}
396396

397-
398397
/// Templated function to fill particle histograms for data/ Monte Carlo reconstructed and Monte Carlo truth
399398
/// Always calls fillQA_base fill histogramms with data/ Monte Carlo reconstructed
400399
/// In case of Monte Carlo, calls fillQA_base with Monte Carlo truth info and specialized function fillQA_MC for additional histogramms

PWGCF/FemtoUniverse/Tasks/femtoUniversePairTaskTrackTrack3DMultKtExtended.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ struct femtoUniversePairTaskTrackTrack3DMultKtExtended {
462462
continue;
463463
}
464464
trackHistoPartOne.fillQA<isMC, true>(part);
465-
trackHistoPartOne.fillQAMisIden<isMC, true>(part, trackonefilter.ConfPDGCodePartOne);
465+
trackHistoPartOne.fillQAMisIden<isMC, true>(part, trackonefilter.ConfPDGCodePartOne);
466466
}
467467
}
468468

0 commit comments

Comments
 (0)