Variables | |
tuple | simHcalTriggerPrimitiveDigis |
00001 cms.EDProducer("HcalTrigPrimDigiProducer", 00002 latency = cms.int32(1), 00003 weights = cms.vdouble(1.0, 1.0), ##hardware algo 00004 00005 #vdouble weights = { -1, -1, 1, 1} //low lumi algo 00006 peakFilter = cms.bool(True), 00007 # Input digi label (_must_ be without zero-suppression!) 00008 numberOfSamples = cms.int32(4), 00009 numberOfPresamples = cms.int32(2), 00010 inputLabel = cms.VInputTag(cms.InputTag('simHcalUnsuppressedDigis'),cms.InputTag('simHcalUnsuppressedDigis')), 00011 FG_threshold = cms.uint32(12), ## threshold for setting fine grain bit 00012 ZS_threshold = cms.uint32(1), ## threshold for setting fine grain bit 00013 MinSignalThreshold = cms.uint32(0), # For HF PMT veto 00014 PMTNoiseThreshold = cms.uint32(0), # For HF PMT veto 00015 RunZS = cms.untracked.bool(False), 00016 FrontEndFormatError = cms.untracked.bool(False) # Front End Format Error, for real data only 00017 )
Definition at line 3 of file hcaltpdigi_cfi.py.