CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PixelCPETemplateReco_cfi.py
Go to the documentation of this file.
2 
3 templates = cms.ESProducer("PixelCPETemplateRecoESProducer",
4  ComponentName = cms.string('PixelCPETemplateReco'),
5  #TanLorentzAnglePerTesla = cms.double(0.106),
6  speed = cms.int32(-2),
7  #PixelErrorParametrization = cms.string('NOTcmsim'),
8  Alpha2Order = cms.bool(True),
9  UseClusterSplitter = cms.bool(False),
10 
11  # petar, for clusterProbability() from TTRHs
12  ClusterProbComputationFlag = cms.int32(0),
13 
14  # gavril
15  DoCosmics = cms.bool(False),
16 
17  LoadTemplatesFromDB = cms.bool(True)
18 )