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
Configurable<float> maxDaughterEta{"maxDaughterEta", 5.0, "Maximum daughter eta (in abs value)"};
321
+
Configurable<bool> acceptITSonly{"acceptITSonly", false, "flag to accept ITSonly tracks"};
321
322
322
323
// MC builder options
323
324
Configurable<bool> mc_populateV0MCCoresSymmetric{"mc_populateV0MCCoresSymmetric", false, "populate V0MCCores table for derived data analysis, keep V0MCCores joinable with V0Cores"};
@@ -947,7 +948,7 @@ struct StrangenessBuilder {
947
948
// process candidate with helper, generate properties for consulting
948
949
// <false>: do not apply selections: do as much as possible to preserve
949
950
// candidate at this level and do not select with topo selections
0 commit comments