Skip to content
Snippets Groups Projects
Commit fc14bc87 authored by Patrick Koppenburg's avatar Patrick Koppenburg :leaves: Committed by Jiahui Zhuo
Browse files

apply Patrick suggestions

parent 23c80032
No related branches found
No related tags found
1 merge request!3349Update the Run3 DTF: Add extra output and v2 PVs support
Pipeline #5647714 passed
......@@ -102,7 +102,7 @@ class DecayTreeFitter:
# Config algorithm
if input_pvs:
self.HasPVConstrain = True
self.HasPVConstraint = True
gaudi_algorithm = DecayTreeFitterAlg_v1Particle_AllPVs if fit_all_pvs else DecayTreeFitterAlg_v1Particle_BestPV
# If is v2 vertex
if 'LHCb::Event::PV::PrimaryVertexContainer' in input_pvs.type:
......@@ -121,7 +121,7 @@ class DecayTreeFitter:
MassConstraints=mass_constraints,
OutputLevel=output_level)
else:
self.HasPVConstrain = False
self.HasPVConstraint = False
self.Algorithm = DecayTreeFitterAlg_v1Particle(
name=name,
Input=DTF_input,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment