CMS 3D CMS Logo

PixelCPEGeneric_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 PixelCPEGenericESProducer = cms.ESProducer("PixelCPEGenericESProducer",
00004     eff_charge_cut_lowY = cms.untracked.double(0.0),
00005     # dfehling
00006     eff_charge_cut_lowX = cms.untracked.double(0.0),
00007     eff_charge_cut_highX = cms.untracked.double(1.0),
00008     ComponentName = cms.string('pixelCPEGeneric'),
00009     size_cutY = cms.untracked.double(3.0),
00010     size_cutX = cms.untracked.double(3.0),
00011     TanLorentzAnglePerTesla = cms.double(0.106),
00012     Alpha2Order = cms.bool(True),
00013     eff_charge_cut_highY = cms.untracked.double(1.0),
00014     PixelErrorParametrization = cms.string('NOTcmsim')
00015 )
00016 
00017 

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