CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
SiPixelClusterizer_cfi Namespace Reference

Variables

tuple siPixelClusters
 

Variable Documentation

tuple SiPixelClusterizer_cfi.siPixelClusters
Initial value:
1 = cms.EDProducer("SiPixelClusterProducer",
2  SiPixelGainCalibrationServiceParameters,
3  src = cms.InputTag("siPixelDigis"),
4  ChannelThreshold = cms.int32(1000),
5  MissCalibrate = cms.untracked.bool(True),
6  SplitClusters = cms.bool(False),
7  VCaltoElectronGain = cms.int32(65),
8  VCaltoElectronOffset = cms.int32(-414),
9  # **************************************
10  # **** payLoadType Options ****
11  # **** HLT - column granularity ****
12  # **** Offline - gain:col/ped:pix ****
13  # **************************************
14  payloadType = cms.string('Offline'),
15  SeedThreshold = cms.int32(1000),
16  ClusterThreshold = cms.double(4000.0),
17  # **************************************
18  maxNumberOfClusters = cms.int32(-1), # -1 means no limit.
19 )

Definition at line 6 of file SiPixelClusterizer_cfi.py.