GM2Calc 2.3.0
Loading...
Searching...
No Matches
Functions
gm2calc::detail Namespace Reference

Functions

template<class Derived >
unsigned find_bino_like_neutralino (const Eigen::MatrixBase< Derived > &ZN)
 Returns index of most bino-like neutralino.
 
template<class Derived >
unsigned find_right_like_smuon (const Eigen::MatrixBase< Derived > &ZM)
 Returns index of most right-handed smuon.
 

Function Documentation

◆ find_bino_like_neutralino()

template<class Derived >
unsigned gm2calc::detail::find_bino_like_neutralino ( const Eigen::MatrixBase< Derived > &  ZN)

Returns index of most bino-like neutralino.

The function extracts this information from the given neutralino mixing matrix.

Parameters
ZNneutralino mixing matrix

Definition at line 104 of file MSSMNoFV_onshell.cpp.

◆ find_right_like_smuon()

template<class Derived >
unsigned gm2calc::detail::find_right_like_smuon ( const Eigen::MatrixBase< Derived > &  ZM)

Returns index of most right-handed smuon.

The function extracts this information from the given smuon mixing matrix.

Parameters
ZMsmuon mixing matrix

Definition at line 119 of file MSSMNoFV_onshell.cpp.