CMS 3D CMS Logo

Variables

LaserSeedGenerator_cfi Namespace Reference

Variables

tuple LaserSeedFinder

Variable Documentation

Initial value:
00001 cms.EDFilter("LaserSeedGenerator",
00002     originHalfLength = cms.double(90.0),
00003     originZPosition = cms.double(0.0),
00004     matchedRecHits = cms.InputTag("siStripMatchedRecHits","matchedRecHit"),
00005     TTRHBuilder = cms.string('WithTrackAngle'),
00006     ptMin = cms.double(0.0),
00007     rphiRecHits = cms.InputTag("siStripMatchedRecHits","rphiRecHit"),
00008     originRadius = cms.double(150.0),
00009     Propagator = cms.string('Analytical'), ## change to WithMaterial if you want to use the PropagatorWithMaterial
00010 
00011     stereoRecHits = cms.InputTag("siStripMatchedRecHits","stereoRecHit")
00012 )

Definition at line 3 of file LaserSeedGenerator_cfi.py.