Variables | |
tuple | bjetResolution |
b jet resolutions (AK5 calo) | |
tuple | bjetResolutionPF |
b jet resolutions (AK5 particle flow) | |
tuple | elecResolution |
electron resolutions | |
tuple | metResolution |
MET resolutions (calo) | |
tuple | metResolutionPF |
MET resolutions (particle flow) | |
tuple | muonResolution |
muon resolutions | |
tuple | udscResolution |
light jet resolutions (AK5 calo) | |
tuple | udscResolutionPF |
light jet resolutions (AK5 particle flow) |
b jet resolutions (AK5 calo)
Definition at line 651 of file stringResolutions_etEtaPhi_Spring10_cff.py.
b jet resolutions (AK5 particle flow)
Definition at line 820 of file stringResolutions_etEtaPhi_Spring10_cff.py.
electron resolutions
Definition at line 11 of file stringResolutions_etEtaPhi_Spring10_cff.py.
00001 stringResolution.clone(parametrization = 'EtEtaPhi', 00002 functions = cms.VPSet( 00003 cms.PSet( 00004 et = cms.string('et * (sqrt(0^2 + (1.462/sqrt(et))^2 + (18.19/et)^2))'), 00005 eta = cms.string('sqrt(0^2 + (0/sqrt(et))^2 + (0/et)^2)'), 00006 phi = cms.string('sqrt(0^2 + (1.237/sqrt(et))^2 + (18.702/et)^2)'), 00007 ), 00008 ), 00009 constraints = cms.vdouble(0) 00010 )
MET resolutions (calo)
Definition at line 989 of file stringResolutions_etEtaPhi_Spring10_cff.py.
00001 stringResolution.clone(parametrization = 'EtEtaPhi', 00002 functions = cms.VPSet( 00003 cms.PSet( 00004 et = cms.string('et * (sqrt(0.05469^2 + (0/sqrt(et))^2 + (10.549/et)^2))'), 00005 eta = cms.string('sqrt(0^2 + (0/sqrt(et))^2 + (0/et)^2)'), 00006 phi = cms.string('sqrt(0^2 + (0.164/sqrt(et))^2 + (11.068/et)^2)'), 00007 ), 00008 ), 00009 constraints = cms.vdouble(0) 00010 )
MET resolutions (particle flow)
Definition at line 1001 of file stringResolutions_etEtaPhi_Spring10_cff.py.
muon resolutions
Definition at line 162 of file stringResolutions_etEtaPhi_Spring10_cff.py.
light jet resolutions (AK5 calo)
Definition at line 313 of file stringResolutions_etEtaPhi_Spring10_cff.py.
light jet resolutions (AK5 particle flow)
Definition at line 482 of file stringResolutions_etEtaPhi_Spring10_cff.py.