Skip to content

Commit

Permalink
change eta region, add parameter inflation
Browse files Browse the repository at this point in the history
  • Loading branch information
asalzburger committed Apr 12, 2022
1 parent d28ba46 commit dabd75f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Examples/Scripts/Python/full_chain_odd.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
s = addParticleGun(
s,
MomentumConfig(1.0 * u.GeV, 10.0 * u.GeV, True),
EtaConfig(-4.0, 4.0, True),
EtaConfig(-3.0, 3.0, True),
ParticleConfig(1, acts.PdgParticle.eMuon, True),
rnd=rnd,
)
Expand All @@ -50,9 +50,10 @@
s,
trackingGeometry,
field,
TruthSeedRanges(pt=(1.0 * u.GeV, None), eta=(-4.0, 4.0), nHits=(9, None)),
TruthSeedRanges(pt=(1.0 * u.GeV, None), eta=(-2.7, 2.7), nHits=(9, None)),
geoSelectionConfigFile=oddSeedingSel,
outputDirRoot=outputDir,
initialVarInflation = [100,100,100,100,100,100]
)
s = addCKFTracks(
s,
Expand Down

0 comments on commit dabd75f

Please sign in to comment.