CMS 3D CMS Logo

Variables

EfficencyPlotter_cfi Namespace Reference

Variables

tuple effPlotter

Variable Documentation

Initial value:
00001 cms.EDAnalyzer("EfficiencyPlotter",
00002                             phiMin = cms.double(-3.2),
00003                             etaMin = cms.double(-2.5),
00004                             ptMin  = cms.double(10),
00005                             etaBin = cms.int32(8),
00006                             ptBin = cms.int32(10),
00007                             phiBin = cms.int32(8),
00008                             etaMax = cms.double(2.5),
00009                             phiMax = cms.double(3.2),
00010                             ptMax  = cms.double(100),
00011                             vtxBin = cms.int32(10),
00012                             vtxMin = cms.double(0.5),
00013                             vtxMax = cms.double(40.5)
00014                             )

Definition at line 3 of file EfficencyPlotter_cfi.py.