Skip to content

Commit 5d0686a

Browse files
committed
dev: fixes
1 parent 51498a6 commit 5d0686a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

EventFiltering/PWGLF/strangenessFilter.cxx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -699,10 +699,6 @@ struct strangenessFilter {
699699
EventsvsMultiplicity.fill(HIST("AllEventsvsMultiplicityFT0MNoFT0"), collision.multFT0M());
700700
}
701701
}
702-
if ((HMTriggerSelectionForOmega & 0x7) == 0) {
703-
LOG(fatal) << "Wrong selection of HMTriggerForOmega:" << HMTriggerSelectionForOmega;
704-
}
705-
706702
// constants
707703
const float ctauxi = 4.91; // from PDG
708704
const float ctauomega = 2.461; // from PDG

0 commit comments

Comments
 (0)