CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CosmicSeed_MTCC_cfi.py
Go to the documentation of this file.
2 
3 cosmicseedfinder = cms.EDProducer("CosmicSeedGenerator",
4  originHalfLength = cms.double(90.0),
5  originZPosition = cms.double(0.0),
6  GeometricStructure = cms.untracked.string('MTCC'),
7  matchedRecHits = cms.InputTag("siStripMatchedRecHits","matchedRecHit"),
8  TTRHBuilder = cms.string('WithTrackAngle'),
9  ptMin = cms.double(0.9),
10  rphirecHits = cms.InputTag("siStripMatchedRecHits","rphiRecHit"),
11  originRadius = cms.double(150.0),
12  stereorecHits = cms.InputTag("siStripMatchedRecHits","stereoRecHit")
13 )
14 
15