CMS 3D CMS Logo

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

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