flexiblesusy is hosted by Hepforge, IPPP Durham
FlexibleSUSY
flexiblesusy::cxx_diagrams::ChiralVertex Class Reference

#include <vertices.hpp>

Collaboration diagram for flexiblesusy::cxx_diagrams::ChiralVertex:
Collaboration graph

Public Member Functions

 ChiralVertex (const std::complex< double > &left, const std::complex< double > &right)
 
bool isZero () const
 
std::complex< double > left () const
 
std::complex< double > right () const
 

Private Attributes

std::pair< std::complex< double >, std::complex< double > > value
 

Detailed Description

Definition at line 57 of file vertices.hpp.

Constructor & Destructor Documentation

◆ ChiralVertex()

flexiblesusy::cxx_diagrams::ChiralVertex::ChiralVertex ( const std::complex< double > &  left,
const std::complex< double > &  right 
)
inline

Definition at line 63 of file vertices.hpp.

Member Function Documentation

◆ isZero()

bool flexiblesusy::cxx_diagrams::ChiralVertex::isZero ( ) const
inline

Definition at line 72 of file vertices.hpp.

References flexiblesusy::is_zero(), and value.

◆ left()

std::complex< double > flexiblesusy::cxx_diagrams::ChiralVertex::left ( ) const
inline

Definition at line 69 of file vertices.hpp.

References value.

◆ right()

std::complex< double > flexiblesusy::cxx_diagrams::ChiralVertex::right ( ) const
inline

Definition at line 70 of file vertices.hpp.

References value.

Member Data Documentation

◆ value

std::pair<std::complex<double>, std::complex<double> > flexiblesusy::cxx_diagrams::ChiralVertex::value
private

Definition at line 60 of file vertices.hpp.

Referenced by isZero(), left(), and right().


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