CMS 3D CMS Logo

AllPixelTracks_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 allPixelTracks = cms.EDFilter("PixelTrackProducerWithZPos",
00004     FilterPSet = cms.PSet(
00005         ComponentName = cms.string('ClusterShapeTrackFilter')
00006     ),
00007     passLabel = cms.string(''),
00008     FitterPSet = cms.PSet(
00009         ComponentName = cms.string('TrackFitter'),
00010         TTRHBuilder = cms.string('TTRHBuilderWithoutAngle4PixelTriplets')
00011     ),
00012     RegionFactoryPSet = cms.PSet(
00013         ComponentName = cms.string('GlobalTrackingRegionWithVerticesProducer'),
00014         RegionPSet = cms.PSet(
00015             precise = cms.bool(True),
00016             beamSpot = cms.InputTag("offlineBeamSpot"),
00017             useFixedError = cms.bool(True),
00018             originRadius = cms.double(0.2),
00019             sigmaZVertex = cms.double(3.0),
00020             fixedError = cms.double(0.2),
00021             VertexCollection = cms.string('pixelVertices'),
00022             ptMin = cms.double(0.075),
00023             useFoundVertices = cms.bool(False),
00024             nSigmaZ = cms.double(3.0)
00025         )
00026     ),
00027     CleanerPSet = cms.PSet(
00028         ComponentName = cms.string('TrackCleaner')
00029     ),
00030     OrderedHitsFactoryPSet = cms.PSet(
00031         ComponentName = cms.string('StandardHitTripletGenerator'),
00032         SeedingLayers = cms.string('PixelLayerTriplets'),
00033         GeneratorPSet = cms.PSet(
00034             nSigMultipleScattering = cms.double(5.0),
00035             checkMultipleScattering = cms.bool(True),
00036             ComponentName = cms.string('TripletGenerator'),
00037             checkClusterShape = cms.bool(True),
00038             maxAngleRatio = cms.double(10.0),
00039             rzTolerance = cms.double(0.2)
00040         )
00041     )
00042 )
00043 
00044 

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