Skip to content

Commit

Permalink
example/SiD: comment track_length_max, this doesn't do what we want i…
Browse files Browse the repository at this point in the history
…t to do

See AIDASoft#703
The track length max kills particles with tracks longer than that
  • Loading branch information
andresailer committed Sep 14, 2020
1 parent 0b8b89e commit dba6ca0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DDDetectors/compact/SiD.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
</limitset>
<limitset name="SiTrackerBarrelRegionLimitSet">
<limit name="step_length_max" particles="*" value="5.0" unit="mm" />
<limit name="track_length_max" particles="*" value="5.0" unit="mm" />
<limit name="time_max" particles="*" value="5.0" unit="ns" />
<!-- <limit name="track_length_max" particles="*" value="5.0" unit="mm" /> -->
<!-- <limit name="time_max" particles="*" value="5.0" unit="ns" /> -->
<limit name="ekin_min" particles="*" value="0.01" unit="MeV" />
<limit name="range_min" particles="*" value="5.0" unit="mm" />
</limitset>
Expand Down

0 comments on commit dba6ca0

Please sign in to comment.