CMS 3D CMS Logo

hcaltpdigi_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 simHcalTriggerPrimitiveDigis = cms.EDProducer("HcalTrigPrimDigiProducer",
00004     latency = cms.int32(1),
00005     weights = cms.vdouble(1.0, 1.0), ##hardware algo            
00006 
00007     #vdouble weights = { -1, -1, 1, 1} //low lumi algo
00008     peakFilter = cms.bool(True),
00009     # Input digi label (_must_ be without zero-suppression!)
00010     inputLabel = cms.InputTag("simHcalUnsuppressedDigis"),
00011     FG_threshold = cms.uint32(32) ## threshold for setting fine grain bit       
00012 
00013 )
00014 
00015 
00016 

Generated on Tue Jun 9 17:46:26 2009 for CMSSW by  doxygen 1.5.4