Skip to content

Commit

Permalink
Use tracking in the ecal pn validation config
Browse files Browse the repository at this point in the history
  • Loading branch information
tvami committed Nov 15, 2024
1 parent 43a1b00 commit 524bef0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/validation_samples/ecal_pn/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,10 @@
recoil_dqm.truth_hit_collection="RecoilSimHits"
recoil_dqm.buildHistograms()

# Load ecal veto and use tracking in it
ecalVeto = ecal_vetos.EcalVetoProcessor()
ecalVeto.recoil_from_tracking = True

p.sequence.extend([
digi_tagger,
digi_recoil,
Expand All @@ -204,7 +208,7 @@
tracking_recoil,
ecal_digi.EcalDigiProducer(),
ecal_digi.EcalRecProducer(),
ecal_vetos.EcalVetoProcessor(),
ecalVeto,
hcal_digi.HcalDigiProducer(),
hcal_digi.HcalRecProducer(),
*ts_digis,
Expand Down

0 comments on commit 524bef0

Please sign in to comment.