Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:21:44

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 TrackerTFPProducer_params = cms.PSet (
0004 
0005   LabelDTC         = cms.string( "TrackerDTCProducer"       ), #
0006   LabelGP          = cms.string( "TrackerTFPProducerGP"     ), #
0007   LabelHT          = cms.string( "TrackerTFPProducerHT"     ), #
0008   LabelMHT         = cms.string( "TrackerTFPProducerMHT"    ), #
0009   LabelZHT         = cms.string( "TrackerTFPProducerZHT"    ), #
0010   LabelZHTout      = cms.string( "TrackerTFPProducerZHTout" ), #
0011   LabelKFin        = cms.string( "TrackerTFPProducerKFin"   ), #
0012   LabelKF          = cms.string( "TrackerTFPProducerKF"     ), #
0013   LabelDR          = cms.string( "TrackerTFPProducerDR"     ), #
0014   LabelTT          = cms.string( "TrackerTFPProducerTT"     ), #
0015   LabelAS          = cms.string( "TrackerTFPProducerAS"     ), #
0016   BranchAcceptedStubs  = cms.string( "StubAccepted"  ),        # branch for prodcut with passed stubs
0017   BranchAcceptedTracks = cms.string( "TrackAccepted" ),        # branch for prodcut with passed tracks
0018   BranchLostStubs      = cms.string( "StubLost"      ),        # branch for prodcut with lost stubs
0019   BranchLostTracks     = cms.string( "TracksLost"    ),        # branch for prodcut with lost tracks
0020   CheckHistory     = cms.bool  ( False ),                      # checks if input sample production is configured as current process
0021   EnableTruncation = cms.bool  ( True  ),                      # enable emulation of truncation, lost stubs are filled in BranchLost
0022   PrintKFDebug     = cms.bool  ( False )                       # print end job internal unused MSB
0023 
0024 )