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
+61-5Lines changed: 61 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -301,6 +301,9 @@ struct StrangenessBuilder {
301
301
302
302
Configurable<int> mc_findableMode{"mc_findableMode", 0, "0: disabled; 1: add findable-but-not-found to existing V0s from AO2D; 2: reset V0s and generate only findable-but-not-found"};
303
303
304
+
// Autoconfigure process functions
305
+
Configurable<bool> autoConfigureProcess{"autoConfigureProcess", true, "if true, will configure process function switches based on metadata"};
0 commit comments