GENIEGenerator
|
Public Member Functions | |
HelicityBkgAmp () | |
HelicityBkgAmp (const HelicityBkgAmp &ha) | |
~HelicityBkgAmp () | |
T & | operator() (Current hatype, BosonPolarization lambda_k, NucleonPolarization lambda_2, NucleonPolarization lambda_1) |
template<typename S = T, enable_if_t< is_complex< S >{}> * = nullptr> | |
auto | Re (Current hatype, BosonPolarization lambda_k, NucleonPolarization lambda_2, NucleonPolarization lambda_1) -> typename S::value_type |
template<typename S = T, enable_if_t< is_complex< S >{}> * = nullptr> | |
auto | Im (Current hatype, BosonPolarization lambda_k, NucleonPolarization lambda_2, NucleonPolarization lambda_1) -> typename S::value_type |
template<typename S = T, enable_if_t<!is_complex< S >{}> * = nullptr> | |
auto | Re (Current hatype, BosonPolarization lambda_k, NucleonPolarization lambda_2, NucleonPolarization lambda_1) -> S |
template<typename S = T, enable_if_t<!is_complex< S >{}> * = nullptr> | |
auto | Im (Current hatype, BosonPolarization lambda_k, NucleonPolarization lambda_2, NucleonPolarization lambda_1) -> S |
HelicityBkgAmp & | operator*= (double factor) |
HelicityBkgAmp & | operator/= (double factor) |
HelicityBkgAmp & | operator+= (const HelicityBkgAmp &ha) |
HelicityBkgAmp & | operator-= (const HelicityBkgAmp &ha) |
HelicityBkgAmp & | operator= (const HelicityBkgAmp &ha) |
Private Attributes | |
std::vector< T > | array |
Friends | |
HelicityBkgAmp | operator+ (HelicityBkgAmp lhs, const HelicityBkgAmp &rhs) |
HelicityBkgAmp | operator- (HelicityBkgAmp lhs, const HelicityBkgAmp &rhs) |
HelicityBkgAmp | operator* (HelicityBkgAmp ha, double factor) |
HelicityBkgAmp | operator* (double factor, HelicityBkgAmp ha) |
HelicityBkgAmp | operator/ (HelicityBkgAmp ha, double factor) |
HelicityBkgAmp | operator/ (double factor, HelicityBkgAmp ha) |
Definition at line 167 of file MKSPPPXSec2020.h.
|
inline |
Definition at line 171 of file MKSPPPXSec2020.h.
|
inline |
Definition at line 172 of file MKSPPPXSec2020.h.
References genie::MKSPPPXSec2020::HelicityBkgAmp< T >::array.
|
inline |
Definition at line 176 of file MKSPPPXSec2020.h.
|
inline |
Definition at line 188 of file MKSPPPXSec2020.h.
References genie::MKSPPPXSec2020::HelicityBkgAmp< T >::operator()().
|
inline |
Definition at line 198 of file MKSPPPXSec2020.h.
|
inline |
Definition at line 177 of file MKSPPPXSec2020.h.
References genie::MKSPPPXSec2020::HelicityBkgAmp< T >::array.
Referenced by genie::MKSPPPXSec2020::HelicityBkgAmp< T >::Im(), and genie::MKSPPPXSec2020::HelicityBkgAmp< T >::Re().
|
inline |
Definition at line 202 of file MKSPPPXSec2020.h.
References genie::MKSPPPXSec2020::HelicityBkgAmp< T >::array.
|
inline |
Definition at line 214 of file MKSPPPXSec2020.h.
References genie::MKSPPPXSec2020::HelicityBkgAmp< T >::array.
|
inline |
Definition at line 220 of file MKSPPPXSec2020.h.
References genie::MKSPPPXSec2020::HelicityBkgAmp< T >::array.
|
inline |
Definition at line 208 of file MKSPPPXSec2020.h.
References genie::MKSPPPXSec2020::HelicityBkgAmp< T >::array.
|
inline |
Definition at line 226 of file MKSPPPXSec2020.h.
References genie::MKSPPPXSec2020::HelicityBkgAmp< T >::array.
|
inline |
Definition at line 183 of file MKSPPPXSec2020.h.
References genie::MKSPPPXSec2020::HelicityBkgAmp< T >::operator()().
|
inline |
Definition at line 193 of file MKSPPPXSec2020.h.
References genie::MKSPPPXSec2020::HelicityBkgAmp< T >::operator()().
|
friend |
Definition at line 245 of file MKSPPPXSec2020.h.
|
friend |
Definition at line 251 of file MKSPPPXSec2020.h.
|
friend |
Definition at line 233 of file MKSPPPXSec2020.h.
|
friend |
Definition at line 239 of file MKSPPPXSec2020.h.
|
friend |
Definition at line 257 of file MKSPPPXSec2020.h.
|
friend |
Definition at line 263 of file MKSPPPXSec2020.h.
|
private |
Definition at line 270 of file MKSPPPXSec2020.h.
Referenced by genie::MKSPPPXSec2020::HelicityBkgAmp< T >::HelicityBkgAmp(), genie::MKSPPPXSec2020::HelicityBkgAmp< T >::operator()(), genie::MKSPPPXSec2020::HelicityBkgAmp< T >::operator*=(), genie::MKSPPPXSec2020::HelicityBkgAmp< T >::operator+=(), genie::MKSPPPXSec2020::HelicityBkgAmp< T >::operator-=(), genie::MKSPPPXSec2020::HelicityBkgAmp< T >::operator/=(), and genie::MKSPPPXSec2020::HelicityBkgAmp< T >::operator=().