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