CMS 3D CMS Logo

TTStub_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 TTStubsFromPhase2TrackerDigis = cms.EDProducer("TTStubBuilder_Phase2TrackerDigi_",
4  TTClusters = cms.InputTag("TTClustersFromPhase2TrackerDigis", "ClusterInclusive"),
5  OnlyOnePerInputCluster = cms.bool(True),
6  FEineffs = cms.bool(False), # Turn ON (true) or OFF (false) the dynamic FE inefficiency accounting
7  CBClimit = cms.uint32(3), # CBC chip limit (in stubs/chip/BX)
8  MPAlimit = cms.uint32(5), # MPA chip limit (in stubs/chip/2BX)
9  SS5GCIClimit = cms.uint32(16), # 2S 5G chip limit (in stubs/CIC/8BX)
10  PS5GCIClimit = cms.uint32(17), # PS 5G chip limit (in stubs/CIC/8BX)
11  PS10GCIClimit = cms.uint32(35), # PS 10G chip limit (in stubs/CIC/8BX)
12  TEDD1Max10GRing = cms.uint32(3), # How many rings are PS10G in TEDD1 disks (1/2)?
13  TEDD2Max10GRing = cms.uint32(0) # How many rings are PS10G in TEDD2 disks (3/4/5)?
14 )
15 
16