Skip to content
Snippets Groups Projects

Test for DecayTreeFitterAlg

Merged Patrick Koppenburg requested to merge pkoppenb-DecayTreeFitterAlg into master
All threads resolved!
1 file
+ 7
4
Compare changes
  • Side-by-side
  • Inline
@@ -36,7 +36,8 @@ dimuons = make_detached_mumu()
#
# DecayTreeFitter Algorithm
#
DTF = DecayTreeFitterAlg(Input=dimuons, MassConstraints=["J/psi(1S)"], PrintTree=False)
DTF = DecayTreeFitterAlg(
Input=dimuons, MassConstraints=["J/psi(1S)"], PrintTree=False)
#
# Let's print them
#
@@ -81,8 +82,10 @@ def main():
tools = []
algs = {
"Reco": upfront_reconstruction(),
"DiMuons":
upfront_reconstruction() + [dimuons, pdtDM, DTF, pdtDTF, tuple_dimuons],
"Reco":
upfront_reconstruction(),
"DiMuons":
upfront_reconstruction() +
[dimuons, pdtDM, DTF, pdtDTF, tuple_dimuons],
}
return algs, tools
Loading