CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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

tuple ElectronSeeds_cff.electronSeedsSeq
Initial value:
1 = cms.Sequence( initialStepSeedClusterMask*
2  pixelPairStepSeedClusterMask*
3  mixedTripletStepSeedClusterMask*
4  pixelLessStepSeedClusterMask*
5  tripletElectronSeedLayers*
6  tripletElectronSeeds*
7  tripletElectronClusterMask*
8  pixelPairElectronSeedLayers*
9  pixelPairElectronSeeds*
10  stripPairElectronSeedLayers*
11  stripPairElectronSeeds*
12  newCombinedSeeds)

Definition at line 130 of file ElectronSeeds_cff.py.

tuple ElectronSeeds_cff.initialStepSeedClusterMask
Initial value:
1 = seedClusterRemover.clone(
2  trajectories = cms.InputTag("initialStepSeeds"),
3  oldClusterRemovalInfo = cms.InputTag("pixelLessStepClusters")
4 )

Definition at line 4 of file ElectronSeeds_cff.py.

tuple ElectronSeeds_cff.mixedTripletStepSeedClusterMask
Initial value:
1 = seedClusterRemover.clone(
2  trajectories = cms.InputTag("mixedTripletStepSeeds"),
3  oldClusterRemovalInfo = cms.InputTag("pixelPairStepSeedClusterMask")
4 )

Definition at line 12 of file ElectronSeeds_cff.py.

tuple ElectronSeeds_cff.newCombinedSeeds
Initial value:
1 = RecoTracker.TkSeedGenerator.GlobalCombinedSeeds_cfi.globalCombinedSeeds.clone(
2  seedCollections = cms.VInputTag(
3  cms.InputTag('initialStepSeeds'),
4  cms.InputTag('pixelPairStepSeeds'),
5  cms.InputTag('mixedTripletStepSeeds'),
6  cms.InputTag('pixelLessStepSeeds'),
7  cms.InputTag('tripletElectronSeeds'),
8  cms.InputTag('pixelPairElectronSeeds'),
9  cms.InputTag('stripPairElectronSeeds')
10  )
11 )

Definition at line 118 of file ElectronSeeds_cff.py.

tuple ElectronSeeds_cff.pixelLessStepSeedClusterMask
Initial value:
1 = seedClusterRemover.clone(
2  trajectories = cms.InputTag("pixelLessStepSeeds"),
3  oldClusterRemovalInfo = cms.InputTag("mixedTripletStepSeedClusterMask")
4 )

Definition at line 16 of file ElectronSeeds_cff.py.

tuple ElectronSeeds_cff.pixelPairElectronSeedLayers
Initial value:
1 = cms.EDProducer("SeedingLayersEDProducer",
2  layerList = cms.vstring('BPix1+BPix2', 'BPix1+BPix3', 'BPix2+BPix3',
3  'BPix1+FPix1_pos', 'BPix1+FPix1_neg',
4  'BPix1+FPix2_pos', 'BPix1+FPix2_neg',
5  'BPix2+FPix1_pos', 'BPix2+FPix1_neg',
6  'FPix1_pos+FPix2_pos', 'FPix1_neg+FPix2_neg'),
7  BPix = cms.PSet(
8  TTRHBuilder = cms.string('TTRHBuilderWithoutAngle4PixelPairs'),
9  HitProducer = cms.string('siPixelRecHits'),
10  skipClusters = cms.InputTag('tripletElectronClusterMask')
11  ),
12  FPix = cms.PSet(
13  TTRHBuilder = cms.string('TTRHBuilderWithoutAngle4PixelPairs'),
14  HitProducer = cms.string('siPixelRecHits'),
15  skipClusters = cms.InputTag('tripletElectronClusterMask')
16  )
17 )

Definition at line 57 of file ElectronSeeds_cff.py.

Definition at line 76 of file ElectronSeeds_cff.py.

tuple ElectronSeeds_cff.pixelPairStepSeedClusterMask
Initial value:
1 = seedClusterRemover.clone(
2  trajectories = cms.InputTag("pixelPairStepSeeds"),
3  oldClusterRemovalInfo = cms.InputTag("initialStepSeedClusterMask")
4 )

Definition at line 8 of file ElectronSeeds_cff.py.

tuple ElectronSeeds_cff.stripPairElectronSeedLayers
Initial value:
1 = cms.EDProducer("SeedingLayersEDProducer",
2  layerList = cms.vstring('TIB1+TIB2', 'TIB1+TID1_pos', 'TIB1+TID1_neg', 'TID2_pos+TID3_pos', 'TID2_neg+TID3_neg',
3  'TEC1_pos+TEC2_pos','TEC2_pos+TEC3_pos','TEC3_pos+TEC4_pos','TEC3_pos+TEC5_pos',
4  'TEC1_neg+TEC2_neg','TEC2_neg+TEC3_neg','TEC3_neg+TEC4_neg','TEC3_neg+TEC5_neg'),
5  TIB = cms.PSet(
6  TTRHBuilder = cms.string('WithTrackAngle'),
7  matchedRecHits = cms.InputTag("siStripMatchedRecHits","matchedRecHit"),
8  skipClusters = cms.InputTag('tripletElectronClusterMask')
9  ),
10  TID = cms.PSet(
11  matchedRecHits = cms.InputTag("siStripMatchedRecHits","matchedRecHit"),
12  skipClusters = cms.InputTag('tripletElectronClusterMask'),
13  useRingSlector = cms.bool(True),
14  TTRHBuilder = cms.string('WithTrackAngle'),
15  minRing = cms.int32(1),
16  maxRing = cms.int32(2)
17  ),
18  TEC = cms.PSet(
19  matchedRecHits = cms.InputTag("siStripMatchedRecHits","matchedRecHit"),
20  skipClusters = cms.InputTag('tripletElectronClusterMask'),
21  useRingSlector = cms.bool(True),
22  TTRHBuilder = cms.string('WithTrackAngle'),
23  minRing = cms.int32(1),
24  maxRing = cms.int32(2)
25  )
26 )

Definition at line 82 of file ElectronSeeds_cff.py.

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

Definition at line 110 of file ElectronSeeds_cff.py.

tuple ElectronSeeds_cff.tripletElectronClusterMask
Initial value:
1 = seedClusterRemover.clone(
2  trajectories = cms.InputTag("tripletElectronSeeds"),
3  oldClusterRemovalInfo = cms.InputTag("pixelLessStepSeedClusterMask")
4 )

Definition at line 52 of file ElectronSeeds_cff.py.

tuple ElectronSeeds_cff.tripletElectronSeedLayers
Initial value:
1 = cms.EDProducer("SeedingLayersEDProducer",
2  layerList = cms.vstring('BPix1+BPix2+BPix3',
3  'BPix1+BPix2+FPix1_pos', 'BPix1+BPix2+FPix1_neg',
4  'BPix1+FPix1_pos+FPix2_pos', 'BPix1+FPix1_neg+FPix2_neg'),
5  BPix = cms.PSet(
6  TTRHBuilder = cms.string('TTRHBuilderWithoutAngle4PixelTriplets'),
7  HitProducer = cms.string('siPixelRecHits'),
8  skipClusters = cms.InputTag('pixelLessStepSeedClusterMask')
9  ),
10  FPix = cms.PSet(
11  TTRHBuilder = cms.string('TTRHBuilderWithoutAngle4PixelTriplets'),
12  HitProducer = cms.string('siPixelRecHits'),
13  skipClusters = cms.InputTag('pixelLessStepSeedClusterMask')
14  )
15 )

Definition at line 21 of file ElectronSeeds_cff.py.

tuple ElectronSeeds_cff.tripletElectronSeeds
Initial value:
1 = RecoTracker.TkSeedGenerator.GlobalSeedsFromTriplets_cff.globalSeedsFromTriplets.clone(
2  RegionFactoryPSet = RegionPsetFomBeamSpotBlock.clone(
3  ComponentName = cms.string('GlobalRegionProducerFromBeamSpot'),
4  RegionPSet = RegionPsetFomBeamSpotBlock.RegionPSet.clone(
5  ptMin = 1.0,
6  originRadius = 0.02,
7  nSigmaZ = 4.0
8  )
9  )
10 )

Definition at line 39 of file ElectronSeeds_cff.py.