Skip to content

Commit a9d89a4

Browse files
authored
Add hcal veto
1 parent f9d130a commit a9d89a4

File tree

1 file changed

+5
-0
lines changed
  • .github/validation_samples/reduced_ldmx

1 file changed

+5
-0
lines changed

.github/validation_samples/reduced_ldmx/config.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@
6262
count = ElectronCounter(1,'ElectronCounter')
6363
count.input_pass_name = ''
6464

65+
# Load hcal veto
66+
import LDMX.Hcal.hcal as hcal
67+
hcal_veto = hcal.HcalVetoProcessor()
68+
6569
from LDMX.DQM import dqm
6670

6771
p.sequence.extend([
@@ -70,6 +74,7 @@
7074
ecalVeto,
7175
hcal_digi.HcalDigiProducer(),
7276
hcal_digi.HcalRecProducer(),
77+
hcal_veto,
7378
*ts_digis,
7479
TrigScintClusterProducer.pad1(),
7580
TrigScintClusterProducer.pad2(),

0 commit comments

Comments
 (0)