CMS 3D CMS Logo

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

Variables

tuple matchMetBenchmark
 
tuple metBenchmark
 

Variable Documentation

tuple metBenchmark_cfi.matchMetBenchmark
Initial value:
1 = cms.EDAnalyzer("MatchMETBenchmarkAnalyzer",
2  InputCollection = cms.InputTag('pfMet'),
3  MatchCollection = cms.InputTag('genMetTrue'),
4  dRMax = cms.double( 999. ),
5 # ptMin = cms.double( 0.0 ),
6 # ptMax = cms.double( 999999 ),
7 # etaMin = cms.double(-10),
8 # etaMax = cms.double(10),
9 # phiMin = cms.double(-10),
10 # phiMax = cms.double(10),
11  mode = cms.int32( 1 ),
12  BenchmarkLabel = cms.string('MatchMETManager')
13  )

Definition at line 14 of file metBenchmark_cfi.py.

tuple metBenchmark_cfi.metBenchmark
Initial value:
1 = cms.EDAnalyzer("METBenchmarkAnalyzer",
2  InputCollection = cms.InputTag('pfMet'),
3  mode = cms.int32( 1 ),
4  ptMin = cms.double( 0.0 ),
5  ptMax = cms.double( 999999. ),
6  phiMin = cms.double(-10.),
7  phiMax = cms.double(10.),
8  BenchmarkLabel = cms.string('pfMet')
9  )

Definition at line 4 of file metBenchmark_cfi.py.