Skip to content

Commit

Permalink
remove subscription to MC tables in processData
Browse files Browse the repository at this point in the history
  • Loading branch information
ivorobye authored Aug 7, 2024
1 parent 7e3f39f commit c9d673f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PWGLF/TableProducer/Nuspex/nucleiSpectra.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ struct nucleiSpectra {
nuclei::hGloTOFtracks[1]->Fill(nGloTracks[1], nTOFTracks[1]);
}

void processData(soa::Join<aod::Collisions, aod::EvSels>::iterator const& collision, TrackCandidates const& tracks, aod::BCsWithTimestamps const&, aod::McParticles const&, aod::McTrackLabels const&)
void processData(soa::Join<aod::Collisions, aod::EvSels>::iterator const& collision, TrackCandidates const& tracks, aod::BCsWithTimestamps const&)
{
nuclei::candidates.clear();
if (!eventSelection(collision)) {
Expand Down

0 comments on commit c9d673f

Please sign in to comment.