Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:10:55

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 twinMuxStage2Digis = cms.EDProducer("L1TTwinMuxRawToDigi",
0004                                DTTM7_FED_Source = cms.InputTag("rawDataCollector"),
0005                                feds     = cms.untracked.vint32( 1395,           1391,           1390,           1393,           1394           ),
0006                                wheels   = cms.untracked.vint32( -2,             -1,             0,              +1,             +2             ),
0007                                # Sector = '1' to '12' in HEX ('1' -> 'C'); 'F' if the AmcId is not associated to any Sector
0008                                # AmcId                         (  123456789...)
0009                                # Mapping                       (  FFFFF3FFF...)
0010                                # Sector                        (  -----3---...)
0011                                amcsecmap= cms.untracked.vint64( 0x123456789ABC, 0x123456789ABC, 0x123456789ABC, 0x123456789ABC, 0x123456789ABC ),
0012                                debug    = cms.untracked.bool(False),
0013                                )