CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
LaserSeedGenerator_cfi Namespace Reference

Variables

tuple LaserSeedFinder
 

Variable Documentation

tuple LaserSeedGenerator_cfi.LaserSeedFinder
Initial value:
1 = cms.EDFilter("LaserSeedGenerator",
2  originHalfLength = cms.double(90.0),
3  originZPosition = cms.double(0.0),
4  matchedRecHits = cms.InputTag("siStripMatchedRecHits","matchedRecHit"),
5  TTRHBuilder = cms.string('WithTrackAngle'),
6  ptMin = cms.double(0.0),
7  rphiRecHits = cms.InputTag("siStripMatchedRecHits","rphiRecHit"),
8  originRadius = cms.double(150.0),
9  Propagator = cms.string('Analytical'), ## change to WithMaterial if you want to use the PropagatorWithMaterial
10 
11  stereoRecHits = cms.InputTag("siStripMatchedRecHits","stereoRecHit")
12 )

Definition at line 3 of file LaserSeedGenerator_cfi.py.