JHUGen MELA
JHUGen v7.5.6, MELA v2.4.2
Matrix element calculations as used in JHUGen.
|
#include <TNumericUtil.hh>
Public Member Functions | |
triplet (T i1, T i2, T i3) | |
triplet (T i1) | |
triplet () | |
T & | operator[] (std::size_t ipos) |
const T & | operator[] (std::size_t ipos) const |
bool | operator== (const triplet< T > &other) const |
bool | operator!= (const triplet< T > &other) const |
Public Attributes | |
T | value [3] |
Definition at line 9 of file TNumericUtil.hh.
|
inline |
Definition at line 11 of file TNumericUtil.hh.
|
inline |
Definition at line 16 of file TNumericUtil.hh.
|
inline |
Definition at line 21 of file TNumericUtil.hh.
|
inline |
Definition at line 25 of file TNumericUtil.hh.
|
inline |
Definition at line 24 of file TNumericUtil.hh.
|
inline |
Definition at line 22 of file TNumericUtil.hh.
|
inline |
Definition at line 23 of file TNumericUtil.hh.
T TNumericUtil::triplet< T >::value[3] |
Definition at line 10 of file TNumericUtil.hh.