Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 # configuration for AnalyzerDTC
0002 
0003 import FWCore.ParameterSet.Config as cms
0004 
0005 TrackerDTCAnalyzer_params = cms.PSet (
0006 
0007   InputTagAccepted        = cms.InputTag( "ProducerDTC",    "StubAccepted"     ), # dtc passed stubs selection
0008   InputTagLost            = cms.InputTag( "ProducerDTC",    "StubLost"         ), # dtc lost stubs selection
0009   InputTagReconstructable = cms.InputTag( "StubAssociator", "Reconstructable"  ), #
0010   InputTagSelection       = cms.InputTag( "StubAssociator", "UseForAlgEff"     ), #
0011   UseMCTruth              = cms.bool( True )                                      # eneables analyze of TPs
0012 
0013 )