![]() |
![]() |
Go to the source code of this file.
Namespaces | |
stringResolutions_etEtaPhi_cff | |
Variables | |
stringResolutions_etEtaPhi_cff.bin | |
stringResolutions_etEtaPhi_cff.bjetResolution | |
stringResolutions_etEtaPhi_cff.constraints | |
stringResolutions_etEtaPhi_cff.et | |
stringResolutions_etEtaPhi_cff.eta | |
stringResolutions_etEtaPhi_cff.functions | |
stringResolutions_etEtaPhi_cff.metResolution | |
stringResolutions_etEtaPhi_cff.muonResolution | |
<— these resolutions do not exist yet —> electronResolution = stringResolution.clone(parametrization = 'EtEtaPhi', resolutions = ['et * (sqrt(5.6*5.6/(et*et) + 1.25/et + 0.033))', # add sigma(Et) not sigma(Et)/Et here '0.03 + 1.0/et', # add sigma(eta) here '0.015 + 1.5/et' # add sigma(phi) here ], constraints = cms.vdouble(0) # add constraints here ) More... | |
stringResolutions_etEtaPhi_cff.parametrization | |
stringResolutions_etEtaPhi_cff.phi | |
stringResolutions_etEtaPhi_cff.udscResolution | |
<— these resolutions do not exist yet —> tauResolution = stringResolution.clone(parametrization = 'EtEtaPhi', resolutions = ['et * (sqrt(5.6*5.6/(et*et) + 1.25/et + 0.033))', '0.03 + 1.0/et', '0.015 + 1.5/et' ], constraints = cms.vdouble(0) ) More... | |