CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
StripCPEgeometric_cfi.py
Go to the documentation of this file.
2 
3 StripCPEgeometricESProducer =cms.ESProducer("StripCPEESProducer",
4  ComponentName = cms.string('StripCPEgeometric'),
5  TanDiffusionAngle = cms.double(0.01),
6  ThicknessRelativeUncertainty = cms.double(0.02),
7  NoiseThreshold = cms.double(2.3),
8  MaybeNoiseThreshold = cms.double(3.5),
9  UncertaintyScaling = cms.double(1.42),
10  MinimumUncertainty = cms.double(0.01),
11 )