Skip to content
Snippets Groups Projects
Commit fe3545e1 authored by Johannes Schumann's avatar Johannes Schumann
Browse files

Disable xsec interpolation

parent ea2b1a61
No related branches found
No related tags found
1 merge request!20Proposal 7
Pipeline #23629 failed
This commit is part of merge request !20. Comments created here will be created in the context of that merge request.
...@@ -47,7 +47,7 @@ def _setup_propagator(max_distance, particle_definition): ...@@ -47,7 +47,7 @@ def _setup_propagator(max_distance, particle_definition):
crosssection = pp.crosssection.make_std_crosssection( crosssection = pp.crosssection.make_std_crosssection(
particle_def=particle_definition, particle_def=particle_definition,
target=PROPOSAL_TARGET, target=PROPOSAL_TARGET,
interpolate=True, interpolate=False,
cuts=pp.EnergyCutSettings(np.inf, 0.05, False)) cuts=pp.EnergyCutSettings(np.inf, 0.05, False))
collection = pp.PropagationUtilityCollection() collection = pp.PropagationUtilityCollection()
collection.displacement = pp.make_displacement(crosssection, True) collection.displacement = pp.make_displacement(crosssection, True)
......
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