Belle II Software  release-05-02-19
ForwardBelle2MVANamespace Class Reference
Inheritance diagram for ForwardBelle2MVANamespace:
Collaboration diagram for ForwardBelle2MVANamespace:

Public Member Functions

def __getattr__ (self, name)
 
def vector (self, *args)
 

Detailed Description

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.

Member Function Documentation

◆ __getattr__()

def __getattr__ (   self,
  name 
)
Return attribute with the given name in the Belle2.MVA namespace 

Definition at line 33 of file basf2_mva.py.

33  def __getattr__(self, name):
34  """ Return attribute with the given name in the Belle2.MVA namespace """
35  return getattr(Belle2.MVA, name)
36 

◆ vector()

def vector (   self,
args 
)
Create an std::vector containing the passed args 

Definition at line 37 of file basf2_mva.py.


The documentation for this class was generated from the following file:
Belle2::MVA
Definition: ECLClusterPSD.h:36