Skip to content

Commit

Permalink
Inhibit ZDC digitization in Phase2 scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed Nov 18, 2024
1 parent a5887ea commit 01215d6
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@

# remove HE processing for phase 2, completely put in HGCal land
from Configuration.Eras.Modifier_phase2_hgcal_cff import phase2_hgcal
phase2_hgcal.toModify(hcalSimBlock, killHE = cms.bool(True) )
phase2_hgcal.toModify(hcalSimBlock,
doZDCDigi = cms.bool(False),
killHE = cms.bool(True)
)

# remove HE processing for phase 2, completely put in HGCal land
from Configuration.Eras.Modifier_zdcNoDigi_cff import zdcNoDigi
Expand Down

0 comments on commit 01215d6

Please sign in to comment.