Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Improve full chain pulls by enabling Fatras interactions #2086

Merged
merged 149 commits into from
Jul 24, 2023
Merged
Show file tree
Hide file tree
Changes from 147 commits
Commits
Show all changes
149 commits
Select commit Hold shift + click to select a range
9cc673f
fix full chain pulls
andiwand May 4, 2023
f75eeab
improve doc
andiwand May 4, 2023
61b2e01
tee
andiwand May 4, 2023
da85a70
Merge branch 'main' of github.com:acts-project/acts into fix-full-cha…
andiwand May 5, 2023
e96ff77
fix root particle reader
andiwand May 5, 2023
a621dba
remove temporary changes
andiwand May 5, 2023
3b362c8
silly fpe fix
andiwand May 5, 2023
f25f52d
push pop fpe
andiwand May 5, 2023
028877c
update ref data
andiwand May 5, 2023
e259c14
update exatrkx ref
andiwand May 5, 2023
77cad26
align physmon and full chain
andiwand May 5, 2023
3db722c
remove couts
andiwand May 5, 2023
ff94f8e
fix macos build
andiwand May 6, 2023
0a0b414
enable odd+g4+pythia known errors
andiwand May 6, 2023
1bfa9aa
add known errors to odd+g4+pythia
andiwand May 7, 2023
7141364
exit on fpe
andiwand May 7, 2023
5862d9b
remove fpe monitor
andiwand May 7, 2023
c2acfca
fix
andiwand May 7, 2023
f5e84c4
fix formatting
andiwand May 7, 2023
693d8e4
Merge branch 'main' into fix-full-chain-pulls
andiwand May 7, 2023
58eea9c
align chain settings
andiwand May 7, 2023
a1fe042
Merge branch 'fix-full-chain-pulls' of github.com:andiwand/acts into …
andiwand May 7, 2023
6b0668f
align full chains
andiwand May 7, 2023
4ebbff0
fix formatting
andiwand May 7, 2023
ae21d37
remove unintended changes
andiwand May 8, 2023
cd37688
revert truth smearing from full chain
andiwand May 8, 2023
8a50892
revert to default seeding in full chain odd
andiwand May 8, 2023
7d495c6
min measurements for track selector; remove ckf perf config
andiwand May 9, 2023
1da4a94
fix
andiwand May 9, 2023
cc1d778
align min pt
andiwand May 9, 2023
5506283
Merge branch 'main' into refactor-track-selector-min-measurements
andiwand May 10, 2023
624a0cf
Merge branch 'main' into fix-full-chain-pulls
andiwand May 10, 2023
d3594f2
Merge branch 'main' into refactor-track-selector-min-measurements
andiwand May 10, 2023
5a187af
Merge branch 'main' into fix-full-chain-pulls
andiwand May 10, 2023
0932e3e
ensure track input aligns in vertexing algorithms
andiwand May 10, 2023
f05aa1c
Merge branch 'refactor-track-selector-min-measurements' of github.com…
andiwand May 10, 2023
4d79cb4
update refernce data
andiwand May 10, 2023
949216c
kick ci
andiwand May 11, 2023
aff015d
Apply suggestions from code review
andiwand May 11, 2023
df100ee
Apply suggestions from code review
andiwand May 11, 2023
6d5eece
fix formatting
andiwand May 11, 2023
df6b79c
update hashes
andiwand May 11, 2023
29b77b2
python formatting
andiwand May 11, 2023
f7ba8e0
reset reference files to main
andiwand May 11, 2023
69c42e3
Merge branch 'main' into refactor-track-selector-min-measurements
andiwand May 11, 2023
28bd34a
use selected track for writing
andiwand May 12, 2023
426000a
update reference
andiwand May 12, 2023
1d1eda7
Merge branch 'main' into refactor-track-selector-min-measurements
andiwand May 14, 2023
6fa2338
Merge branch 'main' of github.com:acts-project/acts into refactor-tra…
andiwand May 17, 2023
103e791
Merge branch 'main' of github.com:acts-project/acts into refactor-tra…
andiwand May 17, 2023
b6f7032
Merge branch 'main' into fix-full-chain-pulls
andiwand May 17, 2023
3584c9b
restore unintentional reverted file
andiwand May 17, 2023
25d2efd
fix merge
andiwand May 17, 2023
0a77fb2
fix time cov in TrackParamsEstimationAlgorithm
andiwand May 19, 2023
d51dc71
put FpeMonitor back in place
andiwand May 19, 2023
377e390
Merge branch 'refactor-track-selector-min-measurements' of github.com…
andiwand May 19, 2023
c8ae55d
bring FpeMonitor to physmon back
andiwand May 19, 2023
e2daf5e
Merge branch 'fix-track-params-est-time-cov' of github.com:andiwand/a…
andiwand May 19, 2023
2d05b49
Merge branch 'main' into fix-full-chain-pulls
andiwand May 19, 2023
91de46b
fix weight in HelicalTrackLinearizer; fix VertexPerformanceWriter
andiwand May 19, 2023
75acf39
Merge branch 'fix-full-chain-pulls' of github.com:andiwand/acts into …
andiwand May 19, 2023
df42a1e
fix time in FullBilloirVertexFitter
andiwand May 20, 2023
36e8a6b
utilize type alias
andiwand May 20, 2023
a81cb6e
fix track selector; clean IterativeVertexFinder
andiwand May 20, 2023
9309e9d
refactor IterativeVertexFinder to improve seeding
andiwand May 21, 2023
767c931
align IVF and AMVF
andiwand May 21, 2023
d953ab1
remove debug logs
andiwand May 21, 2023
7231200
revert unintended change
andiwand May 21, 2023
8ea4748
revert some seeding changes
andiwand May 21, 2023
cd23824
improve vtx perf writer
andiwand May 21, 2023
a51f988
fix formatting
andiwand May 22, 2023
64a1c85
improve structure
andiwand May 22, 2023
cfde1fd
fix stepper charge hypothesis
andiwand May 22, 2023
b07fc90
align physmin and full chain
andiwand May 22, 2023
9986955
fix stepper charge hypothesis
andiwand May 22, 2023
9a35e0e
handle q=0 case
andiwand May 23, 2023
0d00d46
adopt code that is accessing q
andiwand May 23, 2023
96e60f4
fix GenericDenseEnvironmentExtension
andiwand May 23, 2023
162ad9e
remove charge from GSF components
andiwand May 23, 2023
d3796bd
Merge branch 'fix-stepper-charge-hypothesis' of github.com:andiwand/a…
andiwand May 23, 2023
7f55eb9
Update Core/include/Acts/Propagator/MultiEigenStepperLoop.hpp
andiwand May 23, 2023
a50b85c
fix AtlasStepper
andiwand May 23, 2023
f49da89
fix StepperTests
andiwand May 23, 2023
e821fe6
Merge branch 'fix-stepper-charge-hypothesis' of github.com:andiwand/a…
andiwand May 23, 2023
e459507
fix formatting
andiwand May 23, 2023
e229a30
remove silly
andiwand May 23, 2023
f5e6e54
Merge branch 'fix-stepper-charge-hypothesis' of github.com:andiwand/a…
andiwand May 23, 2023
17ac628
fix autodiff plugin
andiwand May 23, 2023
1698cda
fix autodiff plugin
andiwand May 23, 2023
0fa9a05
update unit tests
andiwand May 23, 2023
72fbb24
Merge branch 'fix-stepper-charge-hypothesis' of github.com:andiwand/a…
andiwand May 23, 2023
d9228d6
fix fix fix
andiwand May 23, 2023
468db29
fix fatras
andiwand May 23, 2023
9e61e84
Merge branch 'main' into fix-full-chain-pulls
andiwand May 24, 2023
a43ae39
Merge branch 'fix-stepper-charge-hypothesis' of github.com:andiwand/a…
andiwand May 24, 2023
243e2ef
fix GenericDenseEnvironmentExtension
andiwand May 24, 2023
7fae320
Merge branch 'main' of github.com:acts-project/acts into fix-full-cha…
andiwand May 25, 2023
675c0d0
Merge branch 'main' into fix-full-chain-pulls
andiwand May 28, 2023
b23bbf2
Merge branch 'main' of github.com:acts-project/acts into fix-full-cha…
andiwand May 30, 2023
f018367
merge
andiwand May 30, 2023
3780eb3
Merge branch 'main' into fix-full-chain-pulls
andiwand Jun 2, 2023
fa367d9
Apply suggestions from code review
andiwand Jun 2, 2023
f1f4e32
revert changes from other prs
andiwand Jun 2, 2023
0256ad4
Merge branch 'main' of github.com:acts-project/acts into fix-full-cha…
andiwand Jun 5, 2023
6e2ca73
Merge branch 'main' into fix-full-chain-pulls
andiwand Jun 9, 2023
c8216b9
Merge branch 'main' into fix-full-chain-pulls
andiwand Jun 12, 2023
63e6d1e
Merge branch 'main' into fix-full-chain-pulls
andiwand Jun 13, 2023
ec230c0
update hashes
andiwand Jun 13, 2023
f206268
update error count
andiwand Jun 13, 2023
82518d6
update ref
andiwand Jun 13, 2023
b28f280
Merge branch 'main' into fix-full-chain-pulls
andiwand Jun 19, 2023
84d76d4
update hashes
andiwand Jun 19, 2023
010ebb2
format py
andiwand Jun 19, 2023
09db5cb
Update Examples/Python/tests/test_examples.py
andiwand Jun 20, 2023
ae5e16e
update hashes
andiwand Jun 20, 2023
07f9c79
Merge branch 'fix-full-chain-pulls' of github.com:andiwand/acts into …
andiwand Jun 20, 2023
d64d6bc
adopt plot ranges
andiwand Jun 20, 2023
600e1e1
Merge branch 'main' into fix-full-chain-pulls
andiwand Jun 21, 2023
fd25bc4
Update CI/physmon/workflows/physmon_ckf_tracking.py
andiwand Jun 22, 2023
427fc68
fix
andiwand Jun 22, 2023
2f3bb7b
Apply suggestions from code review
andiwand Jun 23, 2023
ba3e56d
Merge branch 'main' of github.com:acts-project/acts into fix-full-cha…
andiwand Jun 23, 2023
6e3e6fd
quick fix line surface
andiwand Jun 23, 2023
2424131
fix silly
andiwand Jun 23, 2023
f59142b
remove include
andiwand Jun 23, 2023
19cc15b
Merge branch 'main' into fix-full-chain-pulls
andiwand Jun 30, 2023
25ce97a
Merge branch 'main' into fix-full-chain-pulls
andiwand Jul 3, 2023
f9ff238
Merge branch 'main' into fix-full-chain-pulls
andiwand Jul 4, 2023
7563fbb
Merge branch 'main' into fix-full-chain-pulls
andiwand Jul 5, 2023
3beac22
refactor fatras interactions options; default disable photon conversion
andiwand Jul 5, 2023
0eaf459
Merge branch 'main' of github.com:acts-project/acts into fix-full-cha…
andiwand Jul 5, 2023
40a716f
mask gsf fpe
andiwand Jul 5, 2023
1d21365
Revert "refactor fatras interactions options; default disable photon …
andiwand Jul 5, 2023
4e89fe5
Merge branch 'main' into fix-full-chain-pulls
andiwand Jul 5, 2023
eff6fc9
Merge branch 'main' into fix-full-chain-pulls
andiwand Jul 6, 2023
852c607
Merge branch 'main' into fix-full-chain-pulls
andiwand Jul 7, 2023
78d133f
Merge branch 'main' into fix-full-chain-pulls
andiwand Jul 10, 2023
ca87a77
Update CI/physmon/fpe_masks.yml
andiwand Jul 10, 2023
a119c49
remove unreleated changes
andiwand Jul 11, 2023
1779d30
Merge branch 'fix-full-chain-pulls' of github.com:andiwand/acts into …
andiwand Jul 11, 2023
111b80f
Merge branch 'main' into fix-full-chain-pulls
andiwand Jul 12, 2023
fee289f
remove cov inflate
andiwand Jul 13, 2023
d1333f2
Merge branch 'main' into fix-full-chain-pulls
andiwand Jul 13, 2023
148a835
Merge branch 'main' into fix-full-chain-pulls
andiwand Jul 20, 2023
1850ed3
Merge branch 'main' into fix-full-chain-pulls
andiwand Jul 20, 2023
6f4748b
update reference
andiwand Jul 20, 2023
787cc81
update hash
andiwand Jul 20, 2023
cac9581
update exatrkx hashes
andiwand Jul 24, 2023
b24e16e
Merge branch 'main' into fix-full-chain-pulls
kodiakhq[bot] Jul 24, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified CI/physmon/reference/performance_ambi_orthogonal.root
Binary file not shown.
Binary file modified CI/physmon/reference/performance_ambi_seeded.root
Binary file not shown.
Binary file modified CI/physmon/reference/performance_amvf_orthogonal_hist.root
Binary file not shown.
Binary file modified CI/physmon/reference/performance_amvf_seeded_hist.root
Binary file not shown.
Binary file modified CI/physmon/reference/performance_amvf_truth_estimated_hist.root
Binary file not shown.
Binary file modified CI/physmon/reference/performance_amvf_truth_smeared_hist.root
Binary file not shown.
Binary file modified CI/physmon/reference/performance_ckf_orthogonal.root
Binary file not shown.
Binary file modified CI/physmon/reference/performance_ckf_seeded.root
Binary file not shown.
Binary file modified CI/physmon/reference/performance_ckf_truth_estimated.root
Binary file not shown.
Binary file modified CI/physmon/reference/performance_ckf_truth_smeared.root
Binary file not shown.
Binary file modified CI/physmon/reference/performance_ivf_orthogonal_hist.root
Binary file not shown.
Binary file modified CI/physmon/reference/performance_ivf_seeded_hist.root
Binary file not shown.
Binary file modified CI/physmon/reference/performance_ivf_truth_estimated_hist.root
Binary file not shown.
Binary file modified CI/physmon/reference/performance_ivf_truth_smeared_hist.root
Binary file not shown.
Binary file modified CI/physmon/reference/tracksummary_ckf_orthogonal_hist.root
Binary file not shown.
Binary file modified CI/physmon/reference/tracksummary_ckf_seeded_hist.root
Binary file not shown.
Binary file modified CI/physmon/reference/tracksummary_ckf_truth_estimated_hist.root
Binary file not shown.
Binary file modified CI/physmon/reference/tracksummary_ckf_truth_smeared_hist.root
Binary file not shown.
1 change: 1 addition & 0 deletions CI/physmon/workflows/physmon_ckf_tracking.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def run_ckf_tracking(truthSmearedSeeded, truthEstimatedSeeded, label):
s,
setup.trackingGeometry,
setup.field,
enableInteractions=True,
rnd=rnd,
)

Expand Down
1 change: 1 addition & 0 deletions CI/physmon/workflows/physmon_vertexing.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def run_vertexing(fitter, mu, events):
s,
setup.trackingGeometry,
setup.field,
enableInteractions=True,
rnd=rnd,
)

Expand Down
2 changes: 1 addition & 1 deletion Examples/Python/python/acts/examples/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ def addFatras(
rnd: acts.examples.RandomNumbers,
preSelectParticles: Optional[ParticleSelectorConfig] = ParticleSelectorConfig(),
postSelectParticles: Optional[ParticleSelectorConfig] = None,
enableInteractions: bool = False,
enableInteractions: bool = True,
pMin: Optional[float] = None,
inputParticles: str = "particles_input",
outputParticlesInitial: str = "particles_initial",
Expand Down
48 changes: 24 additions & 24 deletions Examples/Python/tests/root_file_hashes.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
test_pythia8__pythia8_particles.root: d9a3d4f16c01aab9984e0e848292760d44015f210878866cc94f3bb9d030034b
test_fatras__particles_final.root: 0bfe4bbac90b112fd960b39cd5edd7d19fb9b8e308f8315db0871bfae061b550
test_fatras__particles_final.root: 59b9f069c0133284070e5c8c313b52d84cd8fdeda49b57d64c8ae2af4fe3e087
test_fatras__particles_initial.root: 0e2d9974fdd4aa5549c5c05817ec54fe6c7d9cbe7969647f227956167e31110d
test_fatras__hits.root: d46b760e1647ab94c49d6976a78ee5a6178d41c45f2238f86f3987938a7901fb
test_fatras__hits.root: 1af2137101abab14725c0dc4620cd3525fe9f5557bf96cd43dffa3bf7284c0df
test_geant4__particles_final.root: abf91622e96c0723651e864e050c7fdeee84b230aacb1c261ad81ff4e5df5f2c
test_geant4__particles_initial.root: 5be86aa4a2fc369093746451f37085e2c93f80f079b66023f5fe4b67e20100f6
test_geant4__hits.root: 70b592a546fd362c9341d87c9068b1f8fed657e0036e62e7262c01fa5eb2d469
test_seeding__estimatedparams.root: d39de91d7b0a88f0261070f33da5c5db96e2872f118b42a06577b38f5e81b25c
test_seeding__estimatedparams.root: 4f8e382817f0634c40293dabc21eefa746fb90eb74f11abe66a2048f5ccfdf2c
test_seeding__performance_seeding.root: 992f9c611d30dde0d3f3ab676bab19ada61ab6a4442828e27b65ec5e5b7a2880
test_seeding__particles.root: 74e08ee12bdaf9f7d273369c71c742df345475c8b73bb7ce223619d0dd1f87ee
test_seeding__particles_final.root: a011dda7edbdc8b8a0e275f5940d46b8e0fab99e10b7df152be380bddfc25192
test_seeding__particles_final.root: 13da6831bb08b063a1b417b4f9592e080ad3399ce508fa8876a7c3d1014b3534
test_seeding__particles_initial.root: 74e08ee12bdaf9f7d273369c71c742df345475c8b73bb7ce223619d0dd1f87ee
test_seeding_orthogonal__estimatedparams.root: 9f101486a251ae792e39779781d3d4f733fd8b95b1f84266cf938a45af3e9263
test_seeding_orthogonal__estimatedparams.root: da9fc81907de1ca0ef5cbe06ecfbd30cb014513fd28e1b2a8e68fc0856492ac4
test_seeding_orthogonal__performance_seeding.root: 60fbedcf5cb2b37cd8e526251940564432890d3a159d231ed819e915a904682c
test_seeding_orthogonal__particles.root: 74e08ee12bdaf9f7d273369c71c742df345475c8b73bb7ce223619d0dd1f87ee
test_seeding_orthogonal__particles_final.root: a011dda7edbdc8b8a0e275f5940d46b8e0fab99e10b7df152be380bddfc25192
test_seeding_orthogonal__particles_final.root: 13da6831bb08b063a1b417b4f9592e080ad3399ce508fa8876a7c3d1014b3534
test_seeding_orthogonal__particles_initial.root: 74e08ee12bdaf9f7d273369c71c742df345475c8b73bb7ce223619d0dd1f87ee
test_itk_seeding__estimatedparams.root: 812c4380037646c78dc0d2153478050e5ddbdce67924451e89cf5f78dbf35d0e
test_itk_seeding__estimatedparams.root: b42e2795c9529735b8b8fdf960b6ed7257c307e0690033b00942377ee6ba4421
test_itk_seeding__performance_seeding.root: 78ebda54cd0f026ba4b7f316724ffd946de56a932735914baf1b7bba9505c29d
test_itk_seeding__particles.root: 88315e93ed4cb5d40a8721502048a9d1fc100e0a7d504e25fd4502c8302f1578
test_itk_seeding__particles_final.root: e7699af6835ca90f730ad5186989c611d782e8b96c9fccc27a47433490663102
test_itk_seeding__particles_final.root: c5cc218b5802fa0829feb2abb113b1eba7f6a4284230fdd9f7c39701da6efd17
test_itk_seeding__particles_initial.root: 88315e93ed4cb5d40a8721502048a9d1fc100e0a7d504e25fd4502c8302f1578
test_propagation__propagation_steps.root: 174301b25784dbb881196b658f2d7f99c0a2ea688a0129e6110fc19aa5cf8e54
test_material_recording__geant4_material_tracks.root: e411152d370775463c22b19a351dfc7bfe40b51985e10a7c1a010aebde80715d
Expand All @@ -43,28 +43,28 @@ test_material_mapping__material-map_tracks.root: 4e1c866038f0c06b099aa74fd01c3d8
test_material_mapping__propagation-material.root: 646b8e2bbacec40d0bc4132236f9ab3f03b088e656e6e9b80c47ae03eaf6eab5
test_volume_material_mapping__material-map-volume_tracks.root: b95561a6247df9e3599a997daa6c1d76461e58f83059b82f2ec27229c9b35e6c
test_volume_material_mapping__propagation-volume-material.root: b7597dada372d1b4aaec2c4fc3c0db830ce147ecf515c367ac6ba8ffc2708302
test_digitization_example[smeared]__measurements.root: 96c75125b172d206f3e8c0458ace8f7e7687a5ed651dc00200d08682b5275e9d
test_digitization_example[geometric]__measurements.root: c072456e48826041f758da7f2d40712f60e3181cc35cef5b815229ad80cf5907
test_digitization_example[smeared]__measurements.root: feab449de79873f624280b031cc9f2b75b55f50e4a405d8d2a0567090455c303
test_digitization_example[geometric]__measurements.root: 07b1593e5404b237f473e76c8fe2631dcb6ba5225eb213ea62bc9458aba805e5
test_digitization_example_input[smeared]__particles.root: 8549ba6e20338004ab8ba299fc65e1ee5071985b46df8f77f887cb6fef56a8ec
test_digitization_example_input[smeared]__measurements.root: 97d695ea55114aa3cb6c967c43e820472ceb8129afbb4f1f22bf1b3eca55ced9
test_digitization_example_input[smeared]__measurements.root: 0f42102396b84a7c56338dda4333851a7c70c0cc6f5ee9822cb7760dd829e91f
test_digitization_example_input[geometric]__particles.root: 8549ba6e20338004ab8ba299fc65e1ee5071985b46df8f77f887cb6fef56a8ec
test_digitization_example_input[geometric]__measurements.root: 9e7ab4e553966728306c0aa70496b95e440165d40ea89483fc5f7295988debe6
test_ckf_tracks_example[generic-full_seeding]__trackstates_ckf.root: d9655d2cf878cbb119106435a59bb5ed4e23d3782e11aec03ae49929addd51ef
test_ckf_tracks_example[generic-full_seeding]__tracksummary_ckf.root: 9f8ca65cb8aafc84ae1efeff8287a1a3f16ad3dba0bfc68f596f6d9e3034e1cf
test_digitization_example_input[geometric]__measurements.root: 567cb403baaf71e75029d42fae8d10c412cf05536a30d69a8b45de40074fa386
test_ckf_tracks_example[generic-full_seeding]__trackstates_ckf.root: d86c03a97613d6cd0646b25b5fd58a1dccaba704d9af2d88acb651dd54c68106
test_ckf_tracks_example[generic-full_seeding]__tracksummary_ckf.root: b71bdb12af27c1e94c139ee3264823f048e92d23fe34039797ef78679bf89d9d
test_ckf_tracks_example[generic-full_seeding]__performance_seeding_trees.root: 0e0676ffafdb27112fbda50d1cf627859fa745760f98073261dcf6db3f2f991e
test_ckf_tracks_example[generic-truth_estimated]__trackstates_ckf.root: 94d11c85fe60c76486d3d57d9c202853414e2347c53d970ba2eae0bf0622ccd9
test_ckf_tracks_example[generic-truth_estimated]__tracksummary_ckf.root: 9fac39cb5a29c8320624c8c3b80c0bc915277adf5c0e2dce41aca9b7a0b44fbb
test_ckf_tracks_example[generic-truth_estimated]__trackstates_ckf.root: a69c698efe1d6a25c934f6ee2a6ce66a46846321c3c321f39830db3999d6117a
test_ckf_tracks_example[generic-truth_estimated]__tracksummary_ckf.root: ea69b54988175d4ebb2bef25a273b06520a780c98f38d405e655de9b65bbae7f
test_ckf_tracks_example[generic-truth_estimated]__performance_seeding.root: 1facb05c066221f6361b61f015cdf0918e94d9f3fce2269ec7b6a4dffeb2bc7e
test_ckf_tracks_example[generic-truth_smeared]__trackstates_ckf.root: 62057fca054ed932488f30369946916c2b072c91601c5400db8b3830b3994a8d
test_ckf_tracks_example[generic-truth_smeared]__tracksummary_ckf.root: c898a056570ad59fa96c80244f12321285d1ed0a1cf59cdec00e9c8e8aff23c6
test_ckf_tracks_example[odd-full_seeding]__trackstates_ckf.root: ee13473601d07e593961e1886e9be861222da4e75b255206d08c5c02af719651
test_ckf_tracks_example[odd-full_seeding]__tracksummary_ckf.root: ee222601149ea6548c981e265988adfbaea8f4186b329fd22f45953baa197c9b
test_ckf_tracks_example[generic-truth_smeared]__trackstates_ckf.root: 3fa8cc03f5840fb75fb53f3b1ee39021036b22d46f97c41f599269fae4e459b5
test_ckf_tracks_example[generic-truth_smeared]__tracksummary_ckf.root: fa1dd16d2acb9561f5405c7e7eb270a3508c5ef231a27f01a9aba1d8dd832f87
test_ckf_tracks_example[odd-full_seeding]__trackstates_ckf.root: af06990ef8be779d00d0e6ba2496af5c97a3e0487d47e017fdae261066473590
test_ckf_tracks_example[odd-full_seeding]__tracksummary_ckf.root: 2cce165675400e2a830f2c8c03f844ff6f00e3ea17c6278677a3d707a553f46c
test_ckf_tracks_example[odd-full_seeding]__performance_seeding_trees.root: 43c58577aafe07645e5660c4f43904efadf91d8cda45c5c04c248bbe0f59814f
test_ckf_tracks_example[odd-truth_estimated]__trackstates_ckf.root: 99b2fa5c4ad1ada3d6359700af26d50aeb329974b4dae921a2f26426cbf0f4e9
test_ckf_tracks_example[odd-truth_estimated]__tracksummary_ckf.root: d956af4553ef75c6a538085c5d1e3bfa01654778f01b7ab3639011357449b310
test_ckf_tracks_example[odd-truth_estimated]__trackstates_ckf.root: 20eabea9f47a9fbee54b1251123ee1610195a07140feedb6825bb935a9ea9acf
test_ckf_tracks_example[odd-truth_estimated]__tracksummary_ckf.root: 3e86a6fc0d598e7869f746f1a3104bc06372f4ce4f2b25eb84e44020394aebce
test_ckf_tracks_example[odd-truth_estimated]__performance_seeding.root: 1a36b7017e59f1c08602ef3c2cb0483c51df248f112e3780c66594110719c575
test_ckf_tracks_example[odd-truth_smeared]__trackstates_ckf.root: c5103afef6ab1f44b3654332d350f9c75dba519e431a125f1534d4e27df1f7d2
test_ckf_tracks_example[odd-truth_smeared]__tracksummary_ckf.root: 23bbc9701710012b8330a34e25cd33fa8ae985dfe2efd3a6bb1038f7cdb48894
test_ckf_tracks_example[odd-truth_smeared]__trackstates_ckf.root: da5fc4d1d273c249b21b2653e7e66e084159af47919f095778b6959565d1e50a
test_ckf_tracks_example[odd-truth_smeared]__tracksummary_ckf.root: a36d469f019ec3bd093d940a57837ca1acf069f31c226f620b889ffa04c8ac56
test_vertex_fitting_reading[Truth-False-100]__performance_vertexing.root: 76ef6084d758dfdfc0151ddec2170e12d73394424e3dac4ffe46f0f339ec8293
test_vertex_fitting_reading[Iterative-False-100]__performance_vertexing.root: 60372210c830a04f95ceb78c6c68a9b0de217746ff59e8e73053750c837b57eb
test_vertex_fitting_reading[Iterative-True-100]__performance_vertexing.root: e34f217d524a5051dbb04a811d3407df3ebe2cc4bb7f54f6bda0847dbd7b52c3
Expand Down
8 changes: 4 additions & 4 deletions Examples/Python/tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -1036,10 +1036,10 @@ def test_digitization_example_input(
"vol12_lay12_mod141", "vol12_lay12_mod167", "vol13", "vol13_lay2",
"vol14_lay2_mod93", "vol14_lay2_mod102", "vol14_lay2_mod112",
"vol14_lay2_mod118", "vol14_lay4_mod112", "vol14_lay4_mod118",
"vol14_lay4_mod152", "vol14_lay4_mod161", "vol14_lay6_mod152",
"vol16_lay4", "vol16_lay6", "vol16_lay8", "vol16_lay10", "vol16_lay12",
"vol17", "vol17_lay2", "vol18_lay2", "vol18_lay2_mod71", "vol18_lay4",
"vol18_lay6", "vol18_lay8", "vol18_lay10"
"vol14_lay4_mod152", "vol14_lay4_mod161", "vol16_lay4", "vol16_lay6",
"vol16_lay8", "vol16_lay10", "vol16_lay12", "vol17", "vol17_lay2",
"vol18_lay2", "vol18_lay2_mod71", "vol18_lay4", "vol18_lay6",
"vol18_lay8", "vol18_lay10"
]
# fmt: on

Expand Down
1 change: 1 addition & 0 deletions Examples/Scripts/Python/full_chain_odd.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@
)
if ttbar
else ParticleSelectorConfig(),
enableInteractions=True,
outputDirRoot=outputDir,
# outputDirCsv=outputDir,
rnd=rnd,
Expand Down
Loading