CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
MuonErrorMatrixValues_cff Namespace Reference

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)
 

Variable Documentation

tuple MuonErrorMatrixValues_cff.diagTerm
Initial value:
1 = cms.PSet( values = cms.vdouble( 3, 3, 3, 5,
2  4, 5, 10, 7,
3  10, 10, 10, 10
4  ),
5  action = cms.string("scale")
6  )

Definition at line 6 of file MuonErrorMatrixValues_cff.py.

tuple MuonErrorMatrixValues_cff.etaRange = cms.vdouble(0 , 1.0, 1.4, 10)
tuple MuonErrorMatrixValues_cff.MuonErrorMatrixValues
Initial value:
1 = cms.PSet(
2  errorMatrixPset = cms.PSet(
3  action = cms.string('use'),
4  atIP = cms.bool(True),
5  errorMatrixValuesPSet = cms.PSet(
6  xAxis = ptRange,
7  yAxis = etaRange,
8  zAxis = cms.vdouble(-3.14159, 3.14159),
9 
10  pf3_V11 = diagTerm,
11  pf3_V22 = diagTerm,
12  pf3_V33 = diagTerm,
13  pf3_V44 = diagTerm,
14  pf3_V55 = diagTerm,
15 
16  pf3_V12 = offDiagTerm,
17  pf3_V13 = offDiagTerm,
18  pf3_V14 = offDiagTerm,
19  pf3_V15 = offDiagTerm,
20  pf3_V23 = offDiagTerm,
21  pf3_V24 = offDiagTerm,
22  pf3_V25 = offDiagTerm,
23  pf3_V34 = offDiagTerm,
24  pf3_V35 = offDiagTerm,
25  pf3_V45 = offDiagTerm
26  )
27  )
28 
29  )

Definition at line 19 of file MuonErrorMatrixValues_cff.py.

tuple MuonErrorMatrixValues_cff.offDiagTerm
Initial value:
1 = cms.PSet( values = cms.vdouble( 1, 1, 1, 1,
2  1, 1, 1, 1,
3  1, 1, 1, 1
4  ),
5  action = cms.string("scale")
6  )

Definition at line 12 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().