![]() |
ATLAS Offline Software
|
Public Types | |
| typedef HLT::TypeInformation::for_each_type_c< typenameEDMLIST::map, my_functor, my_result<>, my_arg< HLT::TypeInformation::get_cont, CONTAINER > >::type | result |
Public Member Functions | |
| __init__ (self, var_name="", axis_title="", bins=-1, bmin=0., bmax=0., bdir=None, calib="", wp="", sys="SYS", test_tree=None, log_binning=False) | |
| fill (self) | |
| finalize (self) | |
| name (self) | |
| get_nom_H1 (self) | |
| get_1up_H1 (self) | |
| get_1dn_H1 (self) | |
| get_wp (self) | |
| get_sys (self) | |
| get_calib (self) | |
Private Attributes | |
| __muon_var = test_tree.GetLeaf("Muon_%s"%(var_name)) | |
| Direct access to the branch which are going to be compared. | |
| int | __norm = -1 else 1./1.e3 |
| str | __var_name = "%s%s_%s_%s"%("" if len(calib) == 0 else calib+"_", wp,var_name, sys) |
| __wp = wp | |
| __sys = sys | |
| __calib = calib | |
| __nom_sf = test_tree.GetLeaf("%s%s_SF"%("" if len(calib) == 0 else "c%s_"%(calib), wp)) | |
| __1up_sf = test_tree.GetLeaf("%s%s_SF__MUON_EFF_%s_%s__1up"%("" if len(calib) == 0 else "c%s_"%(calib), wp,KnownWPs[wp],sys)) | |
| __1dn_sf = test_tree.GetLeaf("%s%s_SF__MUON_EFF_%s_%s__1down"%("" if len(calib) == 0 else "c%s_"%(calib), wp,KnownWPs[wp],sys)) | |
| __nom_histo | |
| __1up_histo | |
| __1dn_histo | |
Definition at line 12 of file PlotSFuncertainty.py.
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
| PlotSFuncertainty.SystDependency.__init__ | ( | self, | |
| var_name = "", | |||
| axis_title = "", | |||
| bins = -1, | |||
| bmin = 0., | |||
| bmax = 0., | |||
| bdir = None, | |||
| calib = "", | |||
| wp = "", | |||
| sys = "SYS", | |||
| test_tree = None, | |||
| log_binning = False ) |
Definition at line 13 of file PlotSFuncertainty.py.
| PlotSFuncertainty.SystDependency.fill | ( | self | ) |
Definition at line 53 of file PlotSFuncertainty.py.
| PlotSFuncertainty.SystDependency.finalize | ( | self | ) |
Definition at line 59 of file PlotSFuncertainty.py.
| PlotSFuncertainty.SystDependency.get_1dn_H1 | ( | self | ) |
Definition at line 69 of file PlotSFuncertainty.py.
| PlotSFuncertainty.SystDependency.get_1up_H1 | ( | self | ) |
Definition at line 68 of file PlotSFuncertainty.py.
| PlotSFuncertainty.SystDependency.get_calib | ( | self | ) |
Definition at line 73 of file PlotSFuncertainty.py.
| PlotSFuncertainty.SystDependency.get_nom_H1 | ( | self | ) |
Definition at line 67 of file PlotSFuncertainty.py.
| PlotSFuncertainty.SystDependency.get_sys | ( | self | ) |
Definition at line 72 of file PlotSFuncertainty.py.
| PlotSFuncertainty.SystDependency.get_wp | ( | self | ) |
Definition at line 71 of file PlotSFuncertainty.py.
| PlotSFuncertainty.SystDependency.name | ( | self | ) |
Definition at line 64 of file PlotSFuncertainty.py.
|
private |
Definition at line 46 of file PlotSFuncertainty.py.
|
private |
Definition at line 33 of file PlotSFuncertainty.py.
|
private |
Definition at line 40 of file PlotSFuncertainty.py.
|
private |
Definition at line 32 of file PlotSFuncertainty.py.
|
private |
Definition at line 30 of file PlotSFuncertainty.py.
|
private |
Direct access to the branch which are going to be compared.
Definition at line 24 of file PlotSFuncertainty.py.
|
private |
Definition at line 34 of file PlotSFuncertainty.py.
|
private |
Definition at line 31 of file PlotSFuncertainty.py.
|
private |
Definition at line 25 of file PlotSFuncertainty.py.
|
private |
Definition at line 29 of file PlotSFuncertainty.py.
|
private |
Definition at line 27 of file PlotSFuncertainty.py.
|
private |
Definition at line 28 of file PlotSFuncertainty.py.