ROOT 6.12/07 Reference Guide |
Variables | |
background = data.Get('TreeB') | |
dictionary | branches = {} |
branchName = branch.GetName() | |
data = TFile.Open('tmva_class_example.root') | |
reader = TMVA.Reader("Color:!Silent") | |
signal = data.Get('TreeS') | |
ApplicationClassificationKeras.background = data.Get('TreeB') |
Definition at line 19 of file ApplicationClassificationKeras.py.
dictionary ApplicationClassificationKeras.branches = {} |
Definition at line 21 of file ApplicationClassificationKeras.py.
ApplicationClassificationKeras.branchName = branch.GetName() |
Definition at line 23 of file ApplicationClassificationKeras.py.
ApplicationClassificationKeras.data = TFile.Open('tmva_class_example.root') |
Definition at line 17 of file ApplicationClassificationKeras.py.
ApplicationClassificationKeras.reader = TMVA.Reader("Color:!Silent") |
Definition at line 11 of file ApplicationClassificationKeras.py.
ApplicationClassificationKeras.signal = data.Get('TreeS') |
Definition at line 18 of file ApplicationClassificationKeras.py.