CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
muonTestSummary_cfi.py
Go to the documentation of this file.
2 
3 muonTestSummary = cms.EDAnalyzer("MuonTestSummary",
4  # tests parameters
5  etaExpected = cms.double(1.),
6  phiExpected = cms.double(1.),
7  chi2Fraction = cms.double(0.4),
8  chi2Spread = cms.double(0.2),
9  resEtaSpread_tkGlb = cms.double(0.001),
10  resEtaSpread_glbSta = cms.double(0.05),
11  resPhiSpread_tkGlb = cms.double(0.001),
12  resPhiSpread_glbSta = cms.double(0.05),
13  resOneOvPSpread_tkGlb = cms.double(0.001),
14  resOneOvPSpread_glbSta = cms.double(0.05),
15  pullEtaSpread = cms.double(1.3),
16  pullPhiSpread = cms.double(2.0),
17  pullOneOvPSpread = cms.double(2.0),
18  resChargeLimit_tkGlb = cms.double(0.10),
19  resChargeLimit_glbSta = cms.double(0.14),
20  resChargeLimit_tkSta = cms.double(0.18),
21  numMatchedExpected_min = cms.double(3.0),
22  numMatchedExpected_max = cms.double(5.0),
23  matchesFractionDt_min = cms.double(0.75),
24  matchesFractionDt_max = cms.double(1.0),
25  matchesFractionCsc_min = cms.double(0.75),
26  matchesFractionCsc_max = cms.double(1.0),
27  resSegmTrack_rms_min = cms.double(0.9),
28  resSegmTrack_rms_max = cms.double(1.1),
29  resSegmTrack_mean_min = cms.double(-0.2),
30  resSegmTrack_mean_max = cms.double(0.2),
31  expPeakEcalS9_min= cms.double(0.1),
32  expPeakEcalS9_max= cms.double(0.3),
33  expPeakHadS9_min= cms.double(1.),
34  expPeakHadS9_max= cms.double(3.),
35  expMultiplicityGlb_min = cms.double(0.75),
36  expMultiplicityGlb_max = cms.double(0.95),
37  expMultiplicityTk_min = cms.double(0.08),
38  expMultiplicityTk_max = cms.double(0.16),
39  expMultiplicitySta_min = cms.double(0.01),
40  expMultiplicitySta_max = cms.double(0.02)
41  )