We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51498a6 commit 5d0686aCopy full SHA for 5d0686a
EventFiltering/PWGLF/strangenessFilter.cxx
@@ -699,10 +699,6 @@ struct strangenessFilter {
699
EventsvsMultiplicity.fill(HIST("AllEventsvsMultiplicityFT0MNoFT0"), collision.multFT0M());
700
}
701
702
- if ((HMTriggerSelectionForOmega & 0x7) == 0) {
703
- LOG(fatal) << "Wrong selection of HMTriggerForOmega:" << HMTriggerSelectionForOmega;
704
- }
705
-
706
// constants
707
const float ctauxi = 4.91; // from PDG
708
const float ctauomega = 2.461; // from PDG
0 commit comments