test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
pfMETBenchmark_cfi Namespace Reference

Variables

string pfMET = 'pfMet'
 
tuple pfMETBenchmark
 

Variable Documentation

string pfMETBenchmark_cfi.pfMET = 'pfMet'

Definition at line 3 of file pfMETBenchmark_cfi.py.

tuple pfMETBenchmark_cfi.pfMETBenchmark
Initial value:
1 = cms.EDAnalyzer("PFMETBenchmarkAnalyzer",
2  OutputFile = cms.untracked.string('METBenchmark.root'),
3  InputTruthLabel = cms.InputTag('genParticles'),
4  InputCaloLabel = cms.InputTag('met'),
5  pfjBenchmarkDebug = cms.bool(False),
6  PlotAgainstRecoQuantities = cms.bool(False),
7  BenchmarkLabel = cms.string( pfMET ),
8  InputRecoLabel = cms.InputTag( pfMET ),
9  InputTCLabel = cms.InputTag( 'tcMet' )
10 )

Definition at line 5 of file pfMETBenchmark_cfi.py.