Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 11:59:52

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 siStripApvGainFakeESSource = cms.ESSource("SiStripApvGainFakeESSource",
0004                                           appendToDataLabel = cms.string(''),
0005                                           SiStripDetInfoFile = cms.FileInPath("CalibTracker/SiStripCommon/data/SiStripDetInfo.dat"),
0006                                           genMode   = cms.string("default"),
0007                                           MeanGain  =cms.double(1.0),
0008                                           SigmaGain =cms.double(0.0),
0009                                           MinPositiveGain=cms.double(0.1),
0010                                           printDebug = cms.untracked.uint32(5)
0011                                           )
0012 
0013 
0014