CMS 3D CMS Logo

templates2_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 templates2 = cms.ESProducer("PixelCPEClusterRepairESProducer",
4  Alpha2Order = cms.bool(True),
5  ClusterProbComputationFlag = cms.int32(0),
6  ComponentName = cms.string('PixelCPEClusterRepair'),
7  DoLorentz = cms.bool(True),
8  LoadTemplatesFromDB = cms.bool(True),
9  MaxSizeMismatchInY = cms.double(0.3),
10  MinChargeRatio = cms.double(0.8),
11  Recommend2D = cms.vstring(
12  'PXB 2',
13  'PXB 3',
14  'PXB 4'
15  ),
16  RunDamagedClusters = cms.bool(False),
17  UseClusterSplitter = cms.bool(False),
18  appendToDataLabel = cms.string(''),
19  barrelTemplateID = cms.int32(0),
20  directoryWithTemplates = cms.int32(0),
21  forwardTemplateID = cms.int32(0),
22  lAOffset = cms.double(0),
23  lAWidthBPix = cms.double(0),
24  lAWidthFPix = cms.double(0),
25  speed = cms.int32(-2),
26  useLAWidthFromDB = cms.bool(True)
27 )