CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
TTStub_cfi Namespace Reference

Variables

tuple TTStubsFromPhase2TrackerDigis
 

Variable Documentation

tuple TTStub_cfi.TTStubsFromPhase2TrackerDigis
Initial value:
1 = cms.EDProducer("TTStubBuilder_Phase2TrackerDigi_",
2  TTClusters = cms.InputTag("TTClustersFromPhase2TrackerDigis", "ClusterInclusive"),
3  OnlyOnePerInputCluster = cms.bool(True),
4  # Warning: results if FEineffs=True depend on order events processed in,
5  # so in multithreaded job can change if same job run twice.
6  FEineffs = cms.bool(False), # Turn ON (true) or OFF (false) dynamic FE stub truncation
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  # N.B. CIC chip uses FEC5 mode for PS modules & FEC12 mode for 2S modules.
10  SS5GCIClimit = cms.uint32(16), # 2S 5G chip limit (in stubs/CIC/8BX)
11  PS5GCIClimit = cms.uint32(16), # PS 5G chip limit (in stubs/CIC/8BX)
12  PS10GCIClimit = cms.uint32(35), # PS 10G chip limit (in stubs/CIC/8BX)
13  # N.B. CMSSW defines inner ring present in any given wheel as number 1.
14  TEDD1Max10GRing = cms.uint32(7), # No. of PS10G rings in TEDD1 disks (1/2)
15  TEDD2Max10GRing = cms.uint32(3), # No. of PS10G rings in TEDD2 disks (3/4/5)
16  BarrelMax10GLay = cms.uint32(2) # No. of PS10G layers in barrel
17 )

Definition at line 3 of file TTStub_cfi.py.