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> chi2TopCascMax{"chi2TopCascMax", 10.f, "Maximum topologyChi2 of the tracked cascade"};
294
294
295
295
// Impact parameter cuts (defaults: absolute value < 10)
296
-
Configurable<float> impactParameterCascYMax{"impactParameterCascYMax", 10.f, "Max abs Max abs impactParameter of cascade(Y)"};
297
-
Configurable<float> absDcaCascZMax{"absDcaCascZMax", 10.f, "Max abs DCA Z of cascade"};
298
-
Configurable<float> impactParameterCharmBachelorYMax{"impactParameterCharmBachelorYMax", 10.f, "Max abs impactParameter of charm bachelor(Y)"};
299
-
Configurable<float> absDcaCharmBachelorZMax{"absDcaCharmBachelorZMax", 10.f, "Max abs DCA Z of charm bachelor"};
296
+
Configurable<float> absImpactParameterCascYMax{"absImpactParameterCascYMax", 10.f, "Max absolute value of impact parameter of cascade(Y)"};
297
+
Configurable<float> absDcaCascZMax{"absDcaCascZMax", 10.f, "Max absolute value of DCA Z of cascade"};
298
+
Configurable<float> absImpactParameterCharmBachelorYMax{"absImpactParameterCharmBachelorYMax", 10.f, "Max absolute value of impact parameter of charm bachelor(Y)"};
299
+
Configurable<float> absDcaCharmBachelorZMax{"absDcaCharmBachelorZMax", 10.f, "Max absolute value of DCA Z of charm bachelor"};
300
300
Configurable<float> ptCascadeMin{"ptCascadeMin", 0.f, "Minimum pT requirement for the cascade track"};
301
301
Configurable<float> ptPionOrKaonMin{"ptPionOrKaonMin", 0.f, "Minimum pT requirement for the charm baryon daughter pion/kaon track"};
302
302
Configurable<float> impProductMin{"impProductMin", -1.f, "Lower bound for DCA impact product"};
0 commit comments