Skip to content
Snippets Groups Projects

Test for DecayTreeFitterAlg

Merged Patrick Koppenburg requested to merge pkoppenb-DecayTreeFitterAlg into master
6 files
+ 51
12
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -34,7 +34,7 @@ def make_tight_d2kk():
print("### Kaons are {0}".format(kaons))
filtered_kaons = ParticleRangeFilter(
Input=kaons, Cut=F.FILTER(F.PID_K > 2.))
Input=kaons, Cut=F.FILTER(F.PROBNN_K > 0.5))
p = TwoBodyCombiner(
name="TightD02KK",
Input1=filtered_kaons,
Loading