Skip to content

Commit

Permalink
Adding an event display python script to the Tracking/python
Browse files Browse the repository at this point in the history
  • Loading branch information
fdelzanno committed Nov 16, 2024
1 parent 511680b commit 627a742
Show file tree
Hide file tree
Showing 2 changed files with 577 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tracking/exampleConfigs/test_reduced_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,10 @@
reducedSeed.input_hit_collection = "DigiRecoilSimHits"
reducedSeed.input_recHits_collection = "EcalRecHits"
reducedSeed.out_seed_collection = "ReducedSeedTracks"
#reducedSeed.ecal_distance_threshold = 100.0

reducedTrack = tracking.ReducedTrackFinder("ReducedTrackFinder")
reducedTrack.seed_coll_name = "ReducedSeedTracks"
reducedTrack.out_trk_collection = "ReducedTrack"
reducedTrack.out_trk_collection = "ReducedTracks"

p.sequence.extend([digiRecoil, reducedSeed, reducedTrack])
Loading

0 comments on commit 627a742

Please sign in to comment.