![]() |
Belle II Software
release-06-02-00
|


Public Member Functions | |
| def | __getattr__ (self, name) |
| def | vector (self, *args) |
Class which forwards lookups to the Belle2.MVA namespace,
this makes the access to C++ functions/classes of the mva package more convenient
Definition at line 35 of file basf2_mva.py.
| def __getattr__ | ( | self, | |
| name | |||
| ) |
Return attribute with the given name in the Belle2.MVA namespace
Definition at line 39 of file basf2_mva.py.
| def vector | ( | self, | |
| * | args | ||
| ) |
Create an std::vector containing the passed args
Definition at line 43 of file basf2_mva.py.