Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2025-06-03 00:12:15

0001 # configuration of TrackTriggerDemonstrator.
0002 import FWCore.ParameterSet.Config as cms
0003 
0004 # these parameters a for ModelSim runs of FW
0005 TrackTriggerDemonstrator_params = cms.PSet (
0006 
0007   LabelIn  = cms.string( "ProducerCTB"              ),           #
0008   LabelOut = cms.string( "ProducerKF"               ),           #
0009   DirIPBB  = cms.string( "/heplnw039/tschuh/work/proj/ctbkf/" ), # path to ipbb proj area
0010   RunTime  = cms.double( 6.50 ),                                 # runtime in us
0011 
0012   #LinkMappingIn  = cms.vint32( 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51 ),
0013   #LinkMappingOut = cms.vint32( 52, 53, 54, 55, 56, 57, 58, 59, 60 )
0014   LinkMappingIn  = cms.vint32(),
0015   LinkMappingOut = cms.vint32()
0016 
0017 )