Variables | |
tuple | siPixelClusters |
00001 cms.EDProducer("SiPixelClusterProducer", 00002 SiPixelGainCalibrationServiceParameters, 00003 src = cms.InputTag("siPixelDigis"), 00004 ChannelThreshold = cms.int32(1000), 00005 MissCalibrate = cms.untracked.bool(True), 00006 SplitClusters = cms.bool(False), 00007 VCaltoElectronGain = cms.int32(65), 00008 VCaltoElectronOffset = cms.int32(-414), 00009 # ************************************** 00010 # **** payLoadType Options **** 00011 # **** HLT - column granularity **** 00012 # **** Offline - gain:col/ped:pix **** 00013 # ************************************** 00014 payloadType = cms.string('Offline'), 00015 SeedThreshold = cms.int32(1000), 00016 ClusterThreshold = cms.double(4000.0), 00017 # ************************************** 00018 maxNumberOfClusters = cms.int32(-1), # -1 means no limit. 00019 )
Definition at line 6 of file SiPixelClusterizer_cfi.py.
Referenced by DQMLumiMonitor::analyze(), and PixelVTXMonitor::analyze().