CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/RecoTracker/ConversionSeedGenerators/python/PhotonConversionTrajectorySeedProducerFromQuadruplets_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 photonConvTrajSeedFromQuadruplets  = cms.EDProducer("PhotonConversionTrajectorySeedProducerFromQuadruplets",
00004                                                   TrackRefitter        = cms.InputTag('TrackRefitter',''),
00005                                                   primaryVerticesTag   = cms.InputTag("offlinePrimaryVertices"), 
00006                                                   newSeedCandidates    = cms.string("convSeedCandidates"),
00007                                                   xcheckSeedCandidates = cms.string("xcheckSeedCandidates"),
00008                                                   DoxcheckSeedCandidates = cms.bool(False),
00009                                                   OrderedHitsFactoryPSet = cms.PSet(
00010                                                       maxElement = cms.uint32(10000),
00011                                                       SeedingLayers = cms.string('convLayerPairs')
00012                                                       ),
00013                                                   SeedComparitorPSet = cms.PSet(
00014                                                       ComponentName = cms.string('none')
00015                                                       ),
00016                                                   ClusterCheckPSet = cms.PSet(
00017                                                       PixelClusterCollectionLabel = cms.InputTag("convClusters"),
00018                                                       MaxNumberOfCosmicClusters = cms.uint32(50000),
00019                                                       doClusterCheck = cms.bool(True),
00020                                                       ClusterCollectionLabel = cms.InputTag("convClusters"),
00021                                                       MaxNumberOfPixelClusters = cms.uint32(10000)
00022                                                       ),
00023                                                   RegionFactoryPSet = cms.PSet(
00024                                                       RegionPSet = cms.PSet( precise = cms.bool(True),
00025                                                                              beamSpot = cms.InputTag("offlineBeamSpot"),
00026                                                                              originRadius = cms.double(3.0),
00027                                                                              ptMin = cms.double(0.2),
00028                                                                              originHalfLength = cms.double(12.0)
00029                                                                              ),
00030                                                       ComponentName = cms.string('GlobalRegionProducerFromBeamSpot')
00031                                                       ),
00032                                                   SeedCreatorPSet = cms.PSet(
00033                                                       ComponentName = cms.string('SeedForPhotonConversion1Leg'),
00034                                                       SeedMomentumForBOFF = cms.double(5.0),
00035                                                       propagator = cms.string('PropagatorWithMaterial')
00036                                                       )
00037                                                   )