CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PixelCPEParmError_cfi.py
Go to the documentation of this file.
2 
3 #PixelCPEParmErrorESProducer = cms.ESProducer("PixelCPEParmErrorESProducer",
4 # # use new parameterization from CalibTracker/SiPixelErrorEstimation
5 # # errors are read in "PixelErrorParameterization.cc" from "data/residuals.dat"
6 # UseNewParametrization = cms.bool(True),
7 # ComponentName = cms.string('PixelCPEfromTrackAngle'),
8 # # use Gaussian errors by default
9 # # if "UseSigma = false", then use RMS errors - not recommended
10 # UseSigma = cms.bool(True),
11 # PixelErrorParametrization = cms.string('NOTcmsim'),
12 # Alpha2Order = cms.bool(True),
13 #
14 # # petar, for clusterProbability() from TTRHs
15 # ClusterProbComputationFlag = cms.int32(0)
16 #)
17 
18