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  speed = cms.int32(-2),
6  #PixelErrorParametrization = cms.string('NOTcmsim'),
7  Alpha2Order = cms.bool(True),
8  UseClusterSplitter = cms.bool(False),
9 
10  # petar, for clusterProbability() from TTRHs
11  ClusterProbComputationFlag = cms.int32(0),
12  # gavril
13  DoCosmics = cms.bool(False),
14  # The flag to regulate if the LA offset is taken from Alignment
15  # Will be True in the future for offline RECO. kevin
16  DoLorentz = cms.bool(False),
17 
18  LoadTemplatesFromDB = cms.bool(True)
19 
20 )