CMS 3D CMS Logo

CosmicSeed_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 cosmicseedfinder = cms.EDFilter("CosmicSeedGenerator",
00004     stereorecHits = cms.InputTag("siStripMatchedRecHits","stereoRecHit"),
00005     originZPosition = cms.double(0.0),
00006     GeometricStructure = cms.untracked.string('STANDARD'), ##other choice: TIBD+
00007 
00008     matchedRecHits = cms.InputTag("siStripMatchedRecHits","matchedRecHit"),
00009     MaxNumberOfCosmicClusters = cms.uint32(300),
00010     maxSeeds = cms.int32(10000),
00011     SeedPt = cms.double(5.0),
00012     HitsForSeeds = cms.untracked.string('pairs'),
00013     TTRHBuilder = cms.string('WithTrackAngle'),
00014     ptMin = cms.double(0.9),
00015     rphirecHits = cms.InputTag("siStripMatchedRecHits","rphiRecHit"),
00016     doClusterCheck = cms.bool(True),
00017     originRadius = cms.double(150.0),
00018     ClusterCollectionLabel = cms.InputTag("siStripClusters"),
00019     originHalfLength = cms.double(90.0),
00020     #***top-bottom
00021     PositiveYOnly = cms.bool(False),
00022     NegativeYOnly = cms.bool(False)  
00023     #***
00024 )
00025 
00026 

Generated on Tue Jun 9 17:45:44 2009 for CMSSW by  doxygen 1.5.4