File indexing completed on 2025-06-03 00:12:15
0001
0002
0003 import FWCore.ParameterSet.Config as cms
0004
0005 TrackerTFPProducer_params = cms.PSet (
0006
0007 InputLabelPP = cms.string( "ProducerDTC" ),
0008 InputLabelGP = cms.string( "ProducerPP" ),
0009 InputLabelHT = cms.string( "ProducerGP" ),
0010 InputLabelCTB = cms.string( "ProducerHT" ),
0011 InputLabelKF = cms.string( "ProducerCTB" ),
0012 InputLabelDR = cms.string( "ProducerKF" ),
0013 InputLabelTQ = cms.string( "ProducerDR" ),
0014 InputLabelTFP = cms.string( "ProducerTQ" ),
0015 BranchStubs = cms.string( "StubAccepted" ),
0016 BranchTracks = cms.string( "TrackAccepted" ),
0017 BranchTTTracks = cms.string( "TrackAccepted" ),
0018 BranchTruncated = cms.string( "Truncated" ),
0019 PrintKFDebug = cms.bool ( True )
0020
0021 )