CMS 3D CMS Logo

Variables

ElectronSeeds_cff Namespace Reference

Variables

tuple electronSeedsSeq
tuple initialStepSeedClusterMask
tuple mixedTripletStepSeedClusterMask
tuple newCombinedSeeds
tuple pixelLessStepSeedClusterMask
tuple pixelPairElectronSeedLayers
tuple pixelPairElectronSeeds = RecoTracker.TkSeedGenerator.GlobalSeedsFromPairsWithVertices_cff.globalSeedsFromPairsWithVertices.clone()
tuple pixelPairStepSeedClusterMask
tuple stripPairElectronSeedLayers
tuple stripPairElectronSeeds = RecoTracker.TkSeedGenerator.GlobalMixedSeeds_cff.globalMixedSeeds.clone()
tuple tripletElectronClusterMask
tuple tripletElectronSeedLayers
tuple tripletElectronSeeds

Variable Documentation

Initial value:
00001 cms.Sequence( initialStepSeedClusterMask*
00002                                  pixelPairStepSeedClusterMask*
00003                                  mixedTripletStepSeedClusterMask*
00004                                  pixelLessStepSeedClusterMask*
00005                                  tripletElectronSeeds*
00006                                  tripletElectronClusterMask*
00007                                  pixelPairElectronSeeds*
00008                                  stripPairElectronSeeds*
00009                                  newCombinedSeeds)

Definition at line 145 of file ElectronSeeds_cff.py.

Initial value:
00001 seedClusterRemover.clone(
00002     trajectories = cms.InputTag("initialStepSeeds"),
00003     oldClusterRemovalInfo = cms.InputTag("pixelLessStepClusters")
00004 )

Definition at line 4 of file ElectronSeeds_cff.py.

Initial value:
00001 seedClusterRemover.clone(
00002     trajectories = cms.InputTag("mixedTripletStepSeeds"),
00003     oldClusterRemovalInfo = cms.InputTag("pixelPairStepSeedClusterMask")
00004 )

Definition at line 12 of file ElectronSeeds_cff.py.

Initial value:
00001 RecoTracker.TkSeedGenerator.GlobalCombinedSeeds_cfi.globalCombinedSeeds.clone(
00002     seedCollections = cms.VInputTag(
00003       cms.InputTag('initialStepSeeds'),
00004       cms.InputTag('pixelPairStepSeeds'),
00005       cms.InputTag('mixedTripletStepSeeds'),
00006       cms.InputTag('pixelLessStepSeeds'),
00007       cms.InputTag('tripletElectronSeeds'),
00008       cms.InputTag('pixelPairElectronSeeds'),
00009       cms.InputTag('stripPairElectronSeeds')
00010       )
00011 )

Definition at line 133 of file ElectronSeeds_cff.py.

Initial value:
00001 seedClusterRemover.clone(
00002     trajectories = cms.InputTag("pixelLessStepSeeds"),
00003     oldClusterRemovalInfo = cms.InputTag("mixedTripletStepSeedClusterMask")
00004 )

Definition at line 16 of file ElectronSeeds_cff.py.

Initial value:
00001 cms.ESProducer("SeedingLayersESProducer",
00002     ComponentName = cms.string('pixelPairElectronSeedLayers'),
00003     layerList = cms.vstring('BPix1+BPix2', 'BPix1+BPix3', 'BPix2+BPix3', 
00004                             'BPix1+FPix1_pos', 'BPix1+FPix1_neg', 
00005                             'BPix1+FPix2_pos', 'BPix1+FPix2_neg', 
00006                             'BPix2+FPix1_pos', 'BPix2+FPix1_neg', 
00007                             'FPix1_pos+FPix2_pos', 'FPix1_neg+FPix2_neg'),
00008     BPix = cms.PSet(
00009     useErrorsFromParam = cms.bool(True),
00010     hitErrorRPhi = cms.double(0.0027),
00011     hitErrorRZ = cms.double(0.006),
00012     TTRHBuilder = cms.string('TTRHBuilderWithoutAngle4PixelPairs'),
00013     HitProducer = cms.string('siPixelRecHits'),
00014     skipClusters = cms.InputTag('tripletElectronClusterMask')
00015     ),
00016     FPix = cms.PSet(
00017     useErrorsFromParam = cms.bool(True),
00018     hitErrorRPhi = cms.double(0.0051),
00019     hitErrorRZ = cms.double(0.0036),
00020     TTRHBuilder = cms.string('TTRHBuilderWithoutAngle4PixelPairs'),
00021     HitProducer = cms.string('siPixelRecHits'),
00022     skipClusters = cms.InputTag('tripletElectronClusterMask')
00023     )
00024 )

Definition at line 64 of file ElectronSeeds_cff.py.

tuple ElectronSeeds_cff::pixelPairElectronSeeds = RecoTracker.TkSeedGenerator.GlobalSeedsFromPairsWithVertices_cff.globalSeedsFromPairsWithVertices.clone()

Definition at line 90 of file ElectronSeeds_cff.py.

Initial value:
00001 seedClusterRemover.clone(
00002     trajectories = cms.InputTag("pixelPairStepSeeds"),
00003     oldClusterRemovalInfo = cms.InputTag("initialStepSeedClusterMask")
00004 )

Definition at line 8 of file ElectronSeeds_cff.py.

Initial value:
00001 cms.ESProducer("SeedingLayersESProducer",
00002     ComponentName = cms.string('stripPairElectronSeedLayers'),
00003     layerList = cms.vstring('TIB1+TIB2', 'TIB1+TID1_pos', 'TIB1+TID1_neg', 'TID2_pos+TID3_pos', 'TID2_neg+TID3_neg',
00004                             'TEC1_pos+TEC2_pos','TEC2_pos+TEC3_pos','TEC3_pos+TEC4_pos','TEC3_pos+TEC5_pos',
00005                             'TEC1_neg+TEC2_neg','TEC2_neg+TEC3_neg','TEC3_neg+TEC4_neg','TEC3_neg+TEC5_neg'),
00006     TIB = cms.PSet(
00007     TTRHBuilder = cms.string('WithTrackAngle'),
00008     matchedRecHits = cms.InputTag("siStripMatchedRecHits","matchedRecHit"),
00009     skipClusters = cms.InputTag('tripletElectronClusterMask')
00010     ),
00011     TID = cms.PSet(
00012     matchedRecHits = cms.InputTag("siStripMatchedRecHits","matchedRecHit"),
00013     skipClusters = cms.InputTag('tripletElectronClusterMask'),
00014     useRingSlector = cms.bool(True),
00015     TTRHBuilder = cms.string('WithTrackAngle'),
00016     minRing = cms.int32(1),
00017     maxRing = cms.int32(2)
00018     ),
00019     TEC = cms.PSet(
00020     matchedRecHits = cms.InputTag("siStripMatchedRecHits","matchedRecHit"),
00021     skipClusters = cms.InputTag('tripletElectronClusterMask'),
00022     useRingSlector = cms.bool(True),
00023     TTRHBuilder = cms.string('WithTrackAngle'),
00024     minRing = cms.int32(1),
00025     maxRing = cms.int32(2)
00026     )
00027 )

Definition at line 96 of file ElectronSeeds_cff.py.

tuple ElectronSeeds_cff::stripPairElectronSeeds = RecoTracker.TkSeedGenerator.GlobalMixedSeeds_cff.globalMixedSeeds.clone()

Definition at line 125 of file ElectronSeeds_cff.py.

Initial value:
00001 seedClusterRemover.clone(
00002     trajectories = cms.InputTag("tripletElectronSeeds"),
00003     oldClusterRemovalInfo = cms.InputTag("pixelLessStepSeedClusterMask")
00004 )

Definition at line 59 of file ElectronSeeds_cff.py.

Initial value:
00001 cms.ESProducer("SeedingLayersESProducer",
00002     ComponentName = cms.string('tripletElectronSeedLayers'),
00003     layerList = cms.vstring('BPix1+BPix2+BPix3', 
00004                             'BPix1+BPix2+FPix1_pos', 'BPix1+BPix2+FPix1_neg', 
00005                             'BPix1+FPix1_pos+FPix2_pos', 'BPix1+FPix1_neg+FPix2_neg'),
00006     BPix = cms.PSet(
00007     useErrorsFromParam = cms.bool(True),
00008     hitErrorRPhi = cms.double(0.0027),
00009     TTRHBuilder = cms.string('TTRHBuilderWithoutAngle4PixelTriplets'),
00010     HitProducer = cms.string('siPixelRecHits'),
00011     hitErrorRZ = cms.double(0.006),
00012     skipClusters = cms.InputTag('pixelLessStepSeedClusterMask')
00013     ),
00014     FPix = cms.PSet(
00015     useErrorsFromParam = cms.bool(True),
00016     hitErrorRPhi = cms.double(0.0051),
00017     TTRHBuilder = cms.string('TTRHBuilderWithoutAngle4PixelTriplets'),
00018     HitProducer = cms.string('siPixelRecHits'),
00019     hitErrorRZ = cms.double(0.0036),
00020     skipClusters = cms.InputTag('pixelLessStepSeedClusterMask')
00021     )
00022 )

Definition at line 21 of file ElectronSeeds_cff.py.

Initial value:
00001 RecoTracker.TkSeedGenerator.GlobalSeedsFromTriplets_cff.globalSeedsFromTriplets.clone(
00002     RegionFactoryPSet = RegionPsetFomBeamSpotBlock.clone(
00003     ComponentName = cms.string('GlobalRegionProducerFromBeamSpot'),
00004     RegionPSet = RegionPsetFomBeamSpotBlock.RegionPSet.clone(
00005     ptMin = 1.0,
00006     originRadius = 0.02,
00007     nSigmaZ = 4.0
00008     )
00009     )
00010 )

Definition at line 46 of file ElectronSeeds_cff.py.