Skip to content

Commit

Permalink
Add hcal veto to reduced ldmx CI (#1545)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvami authored Jan 29, 2025
1 parent 2909b00 commit b319599
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/validation_samples/reduced_ldmx/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
count = ElectronCounter(1,'ElectronCounter')
count.input_pass_name = ''

# Load hcal veto
import LDMX.Hcal.hcal as hcal
hcal_veto = hcal.HcalVetoProcessor()

from LDMX.DQM import dqm

p.sequence.extend([
Expand All @@ -70,6 +74,7 @@
ecalVeto,
hcal_digi.HcalDigiProducer(),
hcal_digi.HcalRecProducer(),
hcal_veto,
*ts_digis,
TrigScintClusterProducer.pad1(),
TrigScintClusterProducer.pad2(),
Expand Down

0 comments on commit b319599

Please sign in to comment.