CMS 3D CMS Logo

PixelCPEParmError_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 PixelCPEParmErrorESProducer = cms.ESProducer("PixelCPEParmErrorESProducer",
00004     # use new parameterization from CalibTracker/SiPixelErrorEstimation 
00005     # errors are read in "PixelErrorParameterization.cc" from "data/residuals.dat"
00006     UseNewParametrization = cms.bool(True),
00007     ComponentName = cms.string('PixelCPEfromTrackAngle'),
00008     # use Gaussian errors by default 
00009     # if "UseSigma = false", then use RMS errors - not recommended 
00010     UseSigma = cms.bool(True),
00011     PixelErrorParametrization = cms.string('NOTcmsim'),
00012     Alpha2Order = cms.bool(True)
00013 )
00014 
00015 

Generated on Tue Jun 9 17:43:59 2009 for CMSSW by  doxygen 1.5.4