Variables | |
string | pfMET = 'pfMet' |
tuple | pfMETBenchmark |
string pfMETBenchmark_cfi::pfMET = 'pfMet' |
Definition at line 3 of file pfMETBenchmark_cfi.py.
00001 cms.EDAnalyzer("PFMETBenchmarkAnalyzer", 00002 OutputFile = cms.untracked.string('METBenchmark.root'), 00003 InputTruthLabel = cms.InputTag('genParticles'), 00004 InputCaloLabel = cms.InputTag('met'), 00005 pfjBenchmarkDebug = cms.bool(False), 00006 PlotAgainstRecoQuantities = cms.bool(False), 00007 BenchmarkLabel = cms.string( pfMET ), 00008 InputRecoLabel = cms.InputTag( pfMET ), 00009 InputTCLabel = cms.InputTag( 'tcMet' ) 00010 )
Definition at line 5 of file pfMETBenchmark_cfi.py.