CMS 3D CMS Logo

templates_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 templates = cms.ESProducer("PixelCPETemplateRecoESProducer",
4  Alpha2Order = cms.bool(True),
5  ClusterProbComputationFlag = cms.int32(0),
6  ComponentName = cms.string('PixelCPETemplateReco'),
7  DoLorentz = cms.bool(True),
8  LoadTemplatesFromDB = cms.bool(True),
9  UseClusterSplitter = cms.bool(False),
10  appendToDataLabel = cms.string(''),
11  barrelTemplateID = cms.int32(0),
12  directoryWithTemplates = cms.int32(0),
13  forwardTemplateID = cms.int32(0),
14  lAOffset = cms.double(0),
15  lAWidthBPix = cms.double(0),
16  lAWidthFPix = cms.double(0),
17  speed = cms.int32(-2),
18  useLAWidthFromDB = cms.bool(True)
19 )