CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/RecoTracker/SpecialSeedGenerators/python/CosmicSeed_MTCC_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 cosmicseedfinder = cms.EDProducer("CosmicSeedGenerator",
00004     originHalfLength = cms.double(90.0),
00005     originZPosition = cms.double(0.0),
00006     GeometricStructure = cms.untracked.string('MTCC'),
00007     matchedRecHits = cms.InputTag("siStripMatchedRecHits","matchedRecHit"),
00008     TTRHBuilder = cms.string('WithTrackAngle'),
00009     ptMin = cms.double(0.9),
00010     rphirecHits = cms.InputTag("siStripMatchedRecHits","rphiRecHit"),
00011     originRadius = cms.double(150.0),
00012     stereorecHits = cms.InputTag("siStripMatchedRecHits","stereoRecHit")
00013 )
00014 
00015