CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_4/src/CalibTracker/SiPixelLorentzAngle/python/SiPixelLorentzAngle_cfi.py

Go to the documentation of this file.
00001 # The following comments couldn't be translated into the new config version:
00002 
00003 #       bool MTCCtrack= false
00004 
00005 import FWCore.ParameterSet.Config as cms
00006 
00007 read = cms.EDAnalyzer("SiPixelLorentzAngle",
00008     #what type of tracks should be used: 
00009     #           string src = "generalTracks"
00010     src = cms.string('globalMuons'),
00011     binsDepth = cms.int32(50),
00012     Fitter = cms.string('KFFittingSmoother'),
00013     fileNameFit = cms.string('lorentzFit.txt'),
00014     #in case of MC set this to true to save the simhits
00015     simData = cms.bool(False),
00016     TTRHBuilder = cms.string('WithTrackAngle'),
00017     ptMin = cms.double(3.0),
00018     fileName = cms.string('lorentzangle.root'),
00019     Propagator = cms.string('PropagatorWithMaterial'),
00020     binsDrift = cms.int32(60)
00021 )
00022 
00023