Public Member Functions | |
def | __init__ (self, idName, mvaTag, cuts) |
def | getCutStrings (self) |
Public Attributes | |
cuts | |
idName | |
mvaCategoriesMapName | |
mvaValueMapName | |
This is a container class to hold MVA cut values for a n-category MVA as well as the names of the value maps that contain the MVA values computed for all particles in a producer upstream. IMPORTANT: the cuts need to be given in alphabetical order, which must be the order in which they are used by the cut class.
Definition at line 67 of file mvaElectronID_tools.py.
def mvaElectronID_tools.EleMVARaw_WP.__init__ | ( | self, | |
idName, | |||
mvaTag, | |||
cuts | |||
) |
Definition at line 80 of file mvaElectronID_tools.py.
def mvaElectronID_tools.EleMVARaw_WP.getCutStrings | ( | self | ) |
Definition at line 88 of file mvaElectronID_tools.py.
References TPN.cuts, TMTQ.cuts, mvaElectronID_tools.EleMVA_WP.cuts, python.rootplot.tree2hists.RootTree.cuts, python.rootplot.tree2hists.Plot.cuts, and mvaElectronID_tools.EleMVARaw_WP.cuts.
mvaElectronID_tools.EleMVARaw_WP.cuts |
Definition at line 86 of file mvaElectronID_tools.py.
Referenced by mvaElectronID_tools.EleMVARaw_WP.getCutStrings().
mvaElectronID_tools.EleMVARaw_WP.idName |
Definition at line 81 of file mvaElectronID_tools.py.
mvaElectronID_tools.EleMVARaw_WP.mvaCategoriesMapName |
Definition at line 85 of file mvaElectronID_tools.py.
mvaElectronID_tools.EleMVARaw_WP.mvaValueMapName |
Definition at line 83 of file mvaElectronID_tools.py.