Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 11:13:33

0001 # configuration of Demonstrator.
0002 import FWCore.ParameterSet.Config as cms
0003 
0004 TrackTriggerDemonstrator_params = cms.PSet (
0005 
0006   LabelIn  = cms.string( "TrackerTFPProducerKFin"          ), #
0007   LabelOut = cms.string( "TrackerTFPProducerKF"            ), #
0008   DirIPBB  = cms.string( "/heplnw039/tschuh/work/proj/kf/" ), # path to ipbb proj area
0009   RunTime  = cms.double( 6.0 )                                # runtime in us
0010 
0011 )