File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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);
You can’t perform that action at this time.
0 commit comments