![]() |
Belle II Software
release-05-01-25
|


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 29 of file basf2_mva.py.
| def __getattr__ | ( | self, | |
| name | |||
| ) |
Return attribute with the given name in the Belle2.MVA namespace
Definition at line 33 of file basf2_mva.py.
| def vector | ( | self, | |
| * | args | ||
| ) |
Create an std::vector containing the passed args
Definition at line 37 of file basf2_mva.py.