|
||||
File indexing completed on 2024-04-06 12:21:57
0001 # ParameterSet used by AnalyzerKFin and AnalyzerTracklet 0002 import FWCore.ParameterSet.Config as cms 0003 0004 TrackFindingTrackletAnalyzer_params = cms.PSet ( 0005 0006 UseMCTruth = cms.bool( True ), # enables analyze of TPs 0007 InputTagReconstructable = cms.InputTag("StubAssociator", "Reconstructable"), # 0008 InputTagSelection = cms.InputTag("StubAssociator", "UseForAlgEff"), # 0009 0010 0011 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |