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  tripletElectronSeeds*
6  tripletElectronClusterMask*
7  pixelPairElectronSeeds*
8  stripPairElectronSeeds*
9  newCombinedSeeds)

Definition at line 145 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 133 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.ESProducer("SeedingLayersESProducer",
2  ComponentName = cms.string('pixelPairElectronSeedLayers'),
3  layerList = cms.vstring('BPix1+BPix2', 'BPix1+BPix3', 'BPix2+BPix3',
4  'BPix1+FPix1_pos', 'BPix1+FPix1_neg',
5  'BPix1+FPix2_pos', 'BPix1+FPix2_neg',
6  'BPix2+FPix1_pos', 'BPix2+FPix1_neg',
7  'FPix1_pos+FPix2_pos', 'FPix1_neg+FPix2_neg'),
8  BPix = cms.PSet(
9  useErrorsFromParam = cms.bool(True),
10  hitErrorRPhi = cms.double(0.0027),
11  hitErrorRZ = cms.double(0.006),
12  TTRHBuilder = cms.string('TTRHBuilderWithoutAngle4PixelPairs'),
13  HitProducer = cms.string('siPixelRecHits'),
14  skipClusters = cms.InputTag('tripletElectronClusterMask')
15  ),
16  FPix = cms.PSet(
17  useErrorsFromParam = cms.bool(True),
18  hitErrorRPhi = cms.double(0.0051),
19  hitErrorRZ = cms.double(0.0036),
20  TTRHBuilder = cms.string('TTRHBuilderWithoutAngle4PixelPairs'),
21  HitProducer = cms.string('siPixelRecHits'),
22  skipClusters = cms.InputTag('tripletElectronClusterMask')
23  )
24 )

Definition at line 64 of file ElectronSeeds_cff.py.

Definition at line 90 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.ESProducer("SeedingLayersESProducer",
2  ComponentName = cms.string('stripPairElectronSeedLayers'),
3  layerList = cms.vstring('TIB1+TIB2', 'TIB1+TID1_pos', 'TIB1+TID1_neg', 'TID2_pos+TID3_pos', 'TID2_neg+TID3_neg',
4  'TEC1_pos+TEC2_pos','TEC2_pos+TEC3_pos','TEC3_pos+TEC4_pos','TEC3_pos+TEC5_pos',
5  'TEC1_neg+TEC2_neg','TEC2_neg+TEC3_neg','TEC3_neg+TEC4_neg','TEC3_neg+TEC5_neg'),
6  TIB = cms.PSet(
7  TTRHBuilder = cms.string('WithTrackAngle'),
8  matchedRecHits = cms.InputTag("siStripMatchedRecHits","matchedRecHit"),
9  skipClusters = cms.InputTag('tripletElectronClusterMask')
10  ),
11  TID = cms.PSet(
12  matchedRecHits = cms.InputTag("siStripMatchedRecHits","matchedRecHit"),
13  skipClusters = cms.InputTag('tripletElectronClusterMask'),
14  useRingSlector = cms.bool(True),
15  TTRHBuilder = cms.string('WithTrackAngle'),
16  minRing = cms.int32(1),
17  maxRing = cms.int32(2)
18  ),
19  TEC = cms.PSet(
20  matchedRecHits = cms.InputTag("siStripMatchedRecHits","matchedRecHit"),
21  skipClusters = cms.InputTag('tripletElectronClusterMask'),
22  useRingSlector = cms.bool(True),
23  TTRHBuilder = cms.string('WithTrackAngle'),
24  minRing = cms.int32(1),
25  maxRing = cms.int32(2)
26  )
27 )

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.

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

Definition at line 59 of file ElectronSeeds_cff.py.

tuple ElectronSeeds_cff.tripletElectronSeedLayers
Initial value:
1 = cms.ESProducer("SeedingLayersESProducer",
2  ComponentName = cms.string('tripletElectronSeedLayers'),
3  layerList = cms.vstring('BPix1+BPix2+BPix3',
4  'BPix1+BPix2+FPix1_pos', 'BPix1+BPix2+FPix1_neg',
5  'BPix1+FPix1_pos+FPix2_pos', 'BPix1+FPix1_neg+FPix2_neg'),
6  BPix = cms.PSet(
7  useErrorsFromParam = cms.bool(True),
8  hitErrorRPhi = cms.double(0.0027),
9  TTRHBuilder = cms.string('TTRHBuilderWithoutAngle4PixelTriplets'),
10  HitProducer = cms.string('siPixelRecHits'),
11  hitErrorRZ = cms.double(0.006),
12  skipClusters = cms.InputTag('pixelLessStepSeedClusterMask')
13  ),
14  FPix = cms.PSet(
15  useErrorsFromParam = cms.bool(True),
16  hitErrorRPhi = cms.double(0.0051),
17  TTRHBuilder = cms.string('TTRHBuilderWithoutAngle4PixelTriplets'),
18  HitProducer = cms.string('siPixelRecHits'),
19  hitErrorRZ = cms.double(0.0036),
20  skipClusters = cms.InputTag('pixelLessStepSeedClusterMask')
21  )
22 )

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 46 of file ElectronSeeds_cff.py.