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
o2::framework::Configurable<bool> passThrough{"passThrough", false, "If true, all Cascades are passed through. Bits for all selections are stored."}; \
68
68
o2::framework::Configurable<std::vector<float>> cascadeCpaMin{"cascadeCpaMin", {0.95f}, "Minimum cosine of pointing angle"}; \
69
+
o2::framework::Configurable<bool> cascadeCpaPtDependent{"cascadeCpaPtDependent", false, "If true, use cascadeCpaMinFormula instead of cascadeCpaMin"}; \
70
+
o2::framework::Configurable<std::vector<std::string>> cascadeCpaMinFormula{"cascadeCpaMinFormula", {"0.95"}, "Minimum CPA as TFormula, x=pt"}; \
o2::framework::Configurable<std::vector<float>> cascadeDcaDauMax{"cascadeDcaDauMax", {0.25f}, "Maximum DCA between the daughters at decay vertex (cm)"}; \
71
73
o2::framework::Configurable<std::vector<float>> lambdaCpaMin{"lambdaCpaMin", {0.78f}, "Minimum cosine of pointing angle"}; \
@@ -243,6 +245,7 @@ class CascadeSelection : public baseselection::BaseSelection<float, o2::analysis
0 commit comments