CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/SimCalorimetry/HcalTrigPrimProducers/python/hcalTTPDigis_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #--- HCAL Trigger Primitive generation ---#
00004 from SimCalorimetry.HcalTrigPrimProducers.hcaltpdigi_cff import *
00005 hcalTPDigis = simHcalTriggerPrimitiveDigis.clone()
00006 hcalTPDigis.inputLabel = cms.VInputTag('simHcalDigis','simHcalDigis')
00007 #--- The following settings should be used on data only ---#
00008 # hcalTPDigis.FrontEndFormatError = cms.bool(True)
00009 # HcalTPGCoderULUT.LUTGenerationMode = cms.bool(False) 
00010 
00011 from SimCalorimetry.HcalTrigPrimProducers.hcalTTPDigis_cfi import *
00012 from SimCalorimetry.HcalTrigPrimProducers.hcalTTPRecord_cfi import * 
00013 
00014 hcalTTPSequence = cms.Sequence( simHcalTTPDigis + simHcalTTPRecord ) 
00015