Skip to content

Commit adf0d30

Browse files
authored
Merge pull request #98 from alibuild/alibot-cleanup-15287
[PWGLF] Please consider the following formatting changes to #15287
2 parents 1d03dcf + 6240993 commit adf0d30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGLF/Tasks/Nuspex/antinucleiInJets.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2483,7 +2483,7 @@ struct AntinucleiInJets {
24832483
// Fill histograms (TPC and TOF) only for selected candidates
24842484
if (passedItsPidProt && nsigmaTPCPr > minNsigmaTpc && nsigmaTPCPr < maxNsigmaTpc) {
24852485
registryMC.fill(HIST("antiproton_rec_tpc_jet"), pt, weightJet);
2486-
2486+
24872487
// Fill histograms for reconstructed antiprotons for closure test
24882488
if (isPseudoData) {
24892489
registryMC.fill(HIST("antiproton_rec_tpc_jet_data"), pt);
@@ -2493,7 +2493,7 @@ struct AntinucleiInJets {
24932493

24942494
if (track.hasTOF() && nsigmaTOFPr > minNsigmaTof && nsigmaTOFPr < maxNsigmaTof) {
24952495
registryMC.fill(HIST("antiproton_rec_tof_jet"), pt, weightJet);
2496-
2496+
24972497
// Fill histograms for reconstructed antiprotons for closure test
24982498
if (isPseudoData) {
24992499
registryMC.fill(HIST("antiproton_rec_tof_jet_data"), pt);

0 commit comments

Comments
 (0)