You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PWGLF/TableProducer/Strangeness/strangenessbuilder.cxx
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -361,13 +361,13 @@ struct StrangenessBuilder {
361
361
Configurable<bool> preselectOnlyDesiredCascades{"preselectOnlyDesiredCascades", false, "preselect only Cascades with compatible TPC PID and mass info"};
362
362
363
363
// mass preselection options
364
-
Configurable<float> massCutPhoton{"massCutPhoton", 0.2, "Photon max mass"};
364
+
Configurable<float> massCutPhoton{"massCutPhoton", 0.3, "Photon max mass"};
0 commit comments