Skip to content
Closed
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
5 changes: 2 additions & 3 deletions PWGLF/TableProducer/Nuspex/threebodyRecoTask.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ struct ThreebodyRecoTask {
//------------------------------------------------------------------
PresliceUnsorted<aod::Vtx3BodyDatas> perCollisionVtx3BodyDatas = o2::aod::vtx3body::collisionId;

//Configurable for trigger selection
// Configurable for trigger selection
Configurable<std::string> triggerList{"triggerList", "fH3L3Body", "List of triggers used to select events"};
Configurable<bool> cfgOnlyKeepInterestedTrigger{"cfgOnlyKeepInterestedTrigger", false, "Flag to keep only interested trigger"};
// Configuration to enable like-sign analysis
Expand Down Expand Up @@ -340,8 +340,7 @@ struct ThreebodyRecoTask {
bool zorroSelected = zorro.isSelected(bc.globalBC()); /// Just let Zorro do the accounting
if (zorroSelected) {
registry.fill(HIST("hEventCounter"), 3.5);
}
else{
} else {
if (cfgOnlyKeepInterestedTrigger) {
return false;
}
Expand Down
Loading