Skip to content

Commit

Permalink
Correct TP emulation parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
christopheralanwest committed Apr 22, 2017
1 parent 0f2860f commit 8783cd3
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@
process.HcalTPGCoderULUT.LUTGenerationMode = cms.bool(False)
process.emulTPDigis.FG_threshold = cms.uint32(2)
process.emulTPDigis.InputTagFEDRaw = rawTag
process.emulTPDigis.upgradeHF = cms.bool(True)
process.emulTPDigis.upgradeHE = cms.bool(True)
process.emulTPDigis.inputLabel = cms.VInputTag("hcalDigis", "hcalDigis")
process.emulTPDigis.inputUpgradeLabel = cms.VInputTag("hcalDigis", "hcalDigis")
process.emulTPDigis.numberOfSamplesHF = cms.int32(2)
process.emulTPDigis.numberOfPresamplesHF = cms.int32(1)
process.hcalDigis.InputLabel = rawTag

#-------------------------------------
Expand Down

0 comments on commit 8783cd3

Please sign in to comment.