Skip to content

Commit

Permalink
new variables for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgia committed Apr 7, 2009
1 parent 7a7a022 commit 6114362
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion DQMOffline/Muon/python/muonTestSummary_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@
resChargeLimit_tkGlb = cms.double(0.10),
resChargeLimit_glbSta = cms.double(0.14),
resChargeLimit_tkSta = cms.double(0.18),
numMatchedExpected = cms.double(4.0),
numMatchedExpected_min = cms.double(3.0),
numMatchedExpected_max = cms.double(5.0),
matchesFractionDt_min = cms.double(0.05),
matchesFractionDt_max = cms.double(0.25),
matchesFractionCsc_min = cms.double(0.05),
matchesFractionCsc_max = cms.double(0.25),
resSegmTrack_min = cms.double(0.9),
resSegmTrack_max = cms.double(1.1),
expMolteplicityGlb = cms.double(0.04),
expMolteplicityTk = cms.double(0.02),
expMolteplicitySta = cms.double(0.8)
Expand Down

0 comments on commit 6114362

Please sign in to comment.