Skip to content

Commit

Permalink
[PWGLF] LightNucleiTask - Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannimalfattore committed Apr 25, 2024
1 parent 15a4aae commit 8f2626f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions PWGLF/Tasks/Nuspex/LFNucleiBATask.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -4292,15 +4292,15 @@ struct LFNucleiBATask {
TrackCandidates const& tracks)
{
fillHistograms<false /*MC*/, false /*Filtered*/>(event, tracks, true /*dummy*/);
} // CLOSING PROCESS DATA
}
PROCESS_SWITCH(LFNucleiBATask, processData, "process data", true);

// Process function that runs on the original AO2D
void processDataLfPid(EventCandidates::iterator const& event,
TrackCandidatesLfPid const& tracks)
{
fillHistograms<false /*MC*/, false /*Filtered*/>(event, tracks, true /*dummy*/);
} // CLOSING PROCESS DATA
}
PROCESS_SWITCH(LFNucleiBATask, processDataLfPid, "process data with LF PID", false);

// Process function that runs on the filtered data
Expand All @@ -4310,7 +4310,7 @@ struct LFNucleiBATask {
// Runs on data filtered on the fly with LF Tree creator nuclei task
// Takes as input full AO2Ds
fillHistograms<false /*MC*/, true /*Filtered*/>(event, tracks, true /*dummy*/);
} // CLOSING PROCESS DATA ON FILTERED DATA
}
PROCESS_SWITCH(LFNucleiBATask, processDataFiltered, "process data on the filtered data", false);

void processDataLight(o2::aod::LfNuclEvents::iterator const& event,
Expand All @@ -4319,7 +4319,7 @@ struct LFNucleiBATask {
// Runs on derived tables produced with LF Tree creator nuclei task
// Takes as input derived trees
fillHistograms<false /*MC*/, true /*Filtered*/>(event, tracks, true /*dummy*/);
} // CLOSING PROCESS DATA ON FILTERED DATA
}
PROCESS_SWITCH(LFNucleiBATask, processDataLight, "process data on the derived trees", false);

/////////////
Expand Down

0 comments on commit 8f2626f

Please sign in to comment.