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> slope{"slope", 0.0185, "slope for m vs. phiv"};
822
822
Configurable<float> intercept{"intercept", -0.0280, "intercept for m vs. phiv"};
823
823
Configurable<bool> includeITSsa{"includeITSsa", false, "Flag to include ITSsa tracks"};
824
-
Configurable<float> maxpt_itssa{"maxpt_itssa", 0.15, "mix pt for ITSsa track"};
825
824
Configurable<float> maxMeanITSClusterSize{"maxMeanITSClusterSize", 16, "max <ITS cluster size> x cos(lambda)"};
826
825
827
826
Configurable<std::vector<float>> max_mee_vec{"max_mee_vec", std::vector<float>{0.06, 0.08, 0.10}, "vector fo max mee for prefilter in ULS. Please sort this by increasing order."}; // currently, 3 thoresholds are allowed.
0 commit comments