CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
muonRecoTest_cfi.py
Go to the documentation of this file.
2 
3 muRecoTest = cms.EDAnalyzer("MuonRecoTest",
4  phiMin = cms.double(-3.2),
5  # number of luminosity block to analyse
6  diagnosticPrescale = cms.untracked.int32(1),
7  etaMin = cms.double(-3.0),
8  efficiencyTestName = cms.untracked.string('EfficiencyInRange'),
9  # histo binning
10  etaBin = cms.int32(100),
11  phiBin = cms.int32(100),
12  etaMax = cms.double(3.0),
13  phiMax = cms.double(3.2)
14  )
15 
16 
17