CMS 3D CMS Logo

SiStripRandomLorentzAngle_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 sistripLorentzAngle = cms.EDFilter("SiStripRandomLorentzAngle",
00004     #parameters of the base class (ConditionDBWriter)
00005     IOVMode = cms.string('Run'),
00006     TemperatureError = cms.double(10.0),
00007     Temperature = cms.double(297.0),
00008     SinceAppendMode = cms.bool(True),
00009     HoleRHAllParameter = cms.double(0.7),
00010     ChargeMobility = cms.double(480.0),
00011     HoleBeta = cms.double(1.213),
00012     Record = cms.string('SiStripLorentzAngleRcd'),
00013     doStoreOnDB = cms.bool(True),
00014     HoleSaturationVelocity = cms.double(8370000.0),
00015     #parameters of the derived class
00016     AppliedVoltage = cms.double(150.0)
00017 )
00018 
00019 

Generated on Tue Jun 9 17:25:51 2009 for CMSSW by  doxygen 1.5.4