CMS 3D CMS Logo

StripCPEgeometric_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 StripCPEgeometricESProducer = stripCPEESProducer.clone(
5  ComponentName = 'StripCPEgeometric',
6  ComponentType = 'StripCPEgeometric',
7  parameters = cms.PSet(
8  TanDiffusionAngle = cms.double(0.01),
9  ThicknessRelativeUncertainty = cms.double(0.02),
10  NoiseThreshold = cms.double(2.3),
11  MaybeNoiseThreshold = cms.double(3.5),
12  UncertaintyScaling = cms.double(1.42),
13  MinimumUncertainty = cms.double(0.01)
14  )
15 )