Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
pyhyperiso.core.Common.Mapper.DecayId Class Reference

Public Member Functions

 __init__ (self, Union[str, "_CppDecayId"] value)
 
str name (self)
 
str __str__ (self)
 
str __repr__ (self)
 
bool __eq__ (self, other)
 
int __hash__ (self)
 

Protected Member Functions

 _to_cpp (self)
 

Protected Attributes

 _cpp_obj
 

Detailed Description

Python fallback wrapper around the bound C++ ``DecayId`` type.

Add the same class to ``pyhyperiso.core.Common.SymbolId`` if you prefer
keeping all symbol-id wrappers in one module.

Definition at line 54 of file Mapper.py.

Constructor & Destructor Documentation

◆ __init__()

pyhyperiso.core.Common.Mapper.DecayId.__init__ (   self,
Union[str, "_CppDecayId"]  value 
)

Definition at line 61 of file Mapper.py.

Member Function Documentation

◆ __eq__()

bool pyhyperiso.core.Common.Mapper.DecayId.__eq__ (   self,
  other 
)

Definition at line 82 of file Mapper.py.

◆ __hash__()

int pyhyperiso.core.Common.Mapper.DecayId.__hash__ (   self)

Definition at line 89 of file Mapper.py.

◆ __repr__()

str pyhyperiso.core.Common.Mapper.DecayId.__repr__ (   self)

Definition at line 79 of file Mapper.py.

◆ __str__()

str pyhyperiso.core.Common.Mapper.DecayId.__str__ (   self)

Definition at line 76 of file Mapper.py.

◆ _to_cpp()

pyhyperiso.core.Common.Mapper.DecayId._to_cpp (   self)
protected
Return the bound C++ object.

Definition at line 72 of file Mapper.py.

◆ name()

str pyhyperiso.core.Common.Mapper.DecayId.name (   self)
Return the canonical string stored by the C++ id.

Definition at line 68 of file Mapper.py.

Member Data Documentation

◆ _cpp_obj

pyhyperiso.core.Common.Mapper.DecayId._cpp_obj
protected

Definition at line 63 of file Mapper.py.


The documentation for this class was generated from the following file: