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  ComponentType = cms.string('StripCPEgeometric'),
6  TanDiffusionAngle = cms.double(0.01),
7  ThicknessRelativeUncertainty = cms.double(0.02),
8  NoiseThreshold = cms.double(2.3),
9  MaybeNoiseThreshold = cms.double(3.5),
10  UncertaintyScaling = cms.double(1.42),
11  MinimumUncertainty = cms.double(0.01),
12 )