CMS 3D CMS Logo

SiStripApvGainFakeESSource_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 siStripApvGainFakeESSource = cms.ESSource("SiStripApvGainFakeESSource",
4  appendToDataLabel = cms.string(''),
5  SiStripDetInfoFile = cms.FileInPath("CalibTracker/SiStripCommon/data/SiStripDetInfo.dat"),
6  genMode = cms.string("default"),
7  MeanGain =cms.double(1.0),
8  SigmaGain =cms.double(0.0),
9  MinPositiveGain=cms.double(0.1),
10  printDebug = cms.untracked.uint32(5)
11  )
12 
13 
14