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 siStripGainSimESProducer = cms.ESProducer("SiStripGainSimESProducer",
0004     appendToDataLabel = cms.string(''),
0005     printDebug = cms.untracked.bool(False),
0006     AutomaticNormalization = cms.bool(False),
0007     APVGain = cms.VPSet(
0008         cms.PSet(
0009             Record = cms.string('SiStripApvGainSimRcd'),
0010             Label = cms.untracked.string(''),
0011             NormalizationFactor = cms.untracked.double(1.)
0012         ),
0013     )
0014 )