CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10/src/Alignment/LaserAlignment/python/LaserSeedGenerator_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 LaserSeedFinder = cms.EDFilter("LaserSeedGenerator",
00004     originHalfLength = cms.double(90.0),
00005     originZPosition = cms.double(0.0),
00006     matchedRecHits = cms.InputTag("siStripMatchedRecHits","matchedRecHit"),
00007     TTRHBuilder = cms.string('WithTrackAngle'),
00008     ptMin = cms.double(0.0),
00009     rphiRecHits = cms.InputTag("siStripMatchedRecHits","rphiRecHit"),
00010     originRadius = cms.double(150.0),
00011     Propagator = cms.string('Analytical'), ## change to WithMaterial if you want to use the PropagatorWithMaterial
00012 
00013     stereoRecHits = cms.InputTag("siStripMatchedRecHits","stereoRecHit")
00014 )
00015 
00016