Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions PWGLF/Tasks/Nuspex/antinucleiInJets.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -2184,7 +2184,7 @@ struct AntinucleiInJets {

// Fill 2d (pt,eta) distribution of antiprotons
registryMC.fill(HIST("antiproton_eta_pt_jet"), particle.pt(), particle.eta(), weightJet);
}// end if antip
} // end if antip

// Fill antideuteron spectra
if (isAntid) {
Expand Down Expand Up @@ -2541,7 +2541,7 @@ struct AntinucleiInJets {
}
}
}
}//end of isAntip
} // end of isAntip

// Fill antideuteron spectra
if (isAntid) {
Expand All @@ -2561,7 +2561,7 @@ struct AntinucleiInJets {
registryMC.fill(HIST("antideuteron_rec_tof_jet"), pt);
}
}
}//end of isAntid
} // end of isAntid
}

// Loop over tracks in the underlying event
Expand Down
Loading