CMS 3D CMS Logo

SiStripLorentzAngleDB_cfi.py

Go to the documentation of this file.
00001 # The following comments couldn't be translated into the new config version:
00002 
00003 # input from trajectories
00004 
00005 # calibration
00006 
00007 import FWCore.ParameterSet.Config as cms
00008 
00009 sistripLorentzAngle = cms.EDFilter("SiStripLorentzAngleDB",
00010     Temperature = cms.double(297.0),
00011     ChargeMobility = cms.double(480.0),
00012     HoleBeta = cms.double(1.213),
00013     HoleSaturationVelocity = cms.double(8370000.0),
00014     TOBXMax = cms.double(0.4),
00015     # th. calculation
00016     AppliedVoltage = cms.double(150.0),
00017     TemperatureError = cms.double(10.0),
00018     HoleRHAllParameter = cms.double(0.7),
00019     ModuleXMin = cms.double(-0.3),
00020     TIBFitXMin = cms.double(-0.3),
00021     Tracks = cms.InputTag("generalTracks"),
00022     TIBFitXMax = cms.double(0.3),
00023     ModuleXMax = cms.double(0.3),
00024     ModuleFitXMin = cms.double(-0.3),
00025     fileName = cms.string('trackhisto.root'),
00026     DoCalibration = cms.bool(False),
00027     #output files
00028     fitName = cms.string('fit_results'),
00029     ModuleFitXMax = cms.double(0.3),
00030     TOBFitXMin = cms.double(-0.3),
00031     TOBXMin = cms.double(-0.4),
00032     TOBFitXMax = cms.double(0.3),
00033     TIBXMin = cms.double(-0.3),
00034     TIBXMax = cms.double(0.3)
00035 )
00036 
00037 

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