CMS 3D CMS Logo

FP420Track_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 FP420Track = cms.EDFilter("TrackerizerFP420",
00004     z420 = cms.double(420000.0),
00005     NumberFP420Stations = cms.int32(3),
00006     chiCutX420 = cms.double(50.0),
00007     #--------------------------------
00008     #--------------------------------
00009     ROUList = cms.vstring('FP420Cluster'),
00010     NumberFP420Detectors = cms.int32(3),
00011     NumberFP420SPTypes = cms.int32(2),
00012     zD3 = cms.double(8000.0),
00013     zD2 = cms.double(4000.0),
00014     chiCutY420 = cms.double(2.0),
00015     #--------------------------------
00016     #-----------------------------FP420TrackMain
00017     #--------------------------------
00018     TrackModeFP420 = cms.string('TrackProducerSophisticatedFP420'),
00019     #--------------------------------
00020     #-----------------------------TrackerizerFP420 
00021     #--------------------------------
00022     VerbosityLevel = cms.untracked.int32(0),
00023     dYYFP420 = cms.double(5.0),
00024     NumberFP420SPlanes = cms.int32(6),
00025     dXXFP420 = cms.double(4.7)
00026 )
00027 
00028 

Generated on Tue Jun 9 17:44:54 2009 for CMSSW by  doxygen 1.5.4