We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d70d428 commit 4555f11Copy full SHA for 4555f11
EventFiltering/PWGLF/strangenessFilter.cxx
@@ -752,6 +752,9 @@ struct strangenessFilter {
752
isHighMultEventOmegaCut = 1;
753
LOG(debug) << "Found FT0 using norm mult";
754
}
755
+ if(multFT0MNorm > cfgHMOmegaCuts.LowLimitHMTrgT0MNorm) {
756
+ isHighMultEvent = 1;
757
+ }
758
} else {
759
LOG(warn) << "Found FT0 but, bith amplitudes are <=0 ";
760
EventsvsMultiplicity.fill(HIST("AllEventsvsMultiplicityFT0MNorm"), 148);
0 commit comments