Variables | |
tuple | diagTerm |
tuple | etaRange = cms.vdouble(0 , 1.0, 1.4, 10) |
tuple | MuonErrorMatrixValues |
tuple | offDiagTerm |
tuple | ptRange = cms.vdouble(0 , 13, 30, 70, 1000) |
tuple MuonErrorMatrixValues_cff::etaRange = cms.vdouble(0 , 1.0, 1.4, 10) |
Definition at line 4 of file MuonErrorMatrixValues_cff.py.
Referenced by TrackerSeedCleaner::clean(), FastTSGFromIOHit::clean(), FastTSGFromL2Muon::clean(), L1TMenuHelper::getLUSOTrigger(), HLTMuonL1RegionalFilter::HLTMuonL1RegionalFilter(), muonisolation::Cuts::operator()(), and ZMuMu_MCanalyzer::ZMuMu_MCanalyzer().
00001 cms.PSet( 00002 errorMatrixPset = cms.PSet( 00003 action = cms.string('use'), 00004 atIP = cms.bool(True), 00005 errorMatrixValuesPSet = cms.PSet( 00006 xAxis = ptRange, 00007 yAxis = etaRange, 00008 zAxis = cms.vdouble(-3.14159, 3.14159), 00009 00010 pf3_V11 = diagTerm, 00011 pf3_V22 = diagTerm, 00012 pf3_V33 = diagTerm, 00013 pf3_V44 = diagTerm, 00014 pf3_V55 = diagTerm, 00015 00016 pf3_V12 = offDiagTerm, 00017 pf3_V13 = offDiagTerm, 00018 pf3_V14 = offDiagTerm, 00019 pf3_V15 = offDiagTerm, 00020 pf3_V23 = offDiagTerm, 00021 pf3_V24 = offDiagTerm, 00022 pf3_V25 = offDiagTerm, 00023 pf3_V34 = offDiagTerm, 00024 pf3_V35 = offDiagTerm, 00025 pf3_V45 = offDiagTerm 00026 ) 00027 ) 00028 00029 )
Definition at line 19 of file MuonErrorMatrixValues_cff.py.
tuple MuonErrorMatrixValues_cff::ptRange = cms.vdouble(0 , 13, 30, 70, 1000) |
Definition at line 3 of file MuonErrorMatrixValues_cff.py.
Referenced by ZMuMu_MCanalyzer::ZMuMu_MCanalyzer().