ThePEG
1.8.0
|
Template for multiplication by scalar. More...
#include <LorentzVector.h>
Public Types | |
typedef LorentzVector< typename BinaryOpTraits< T, U >::MulT > | MulT |
The type resulting from multiplication of the template type with itself. More... | |
typedef LorentzVector< typename BinaryOpTraits< T, U >::DivT > | DivT |
The type resulting from division of one template type with another. More... | |
Template for multiplication by scalar.
Definition at line 756 of file LorentzVector.h.
typedef LorentzVector<typename BinaryOpTraits<T,U>::DivT> ThePEG::BinaryOpTraits< LorentzVector< T >, U >::DivT |
The type resulting from division of one template type with another.
Definition at line 762 of file LorentzVector.h.
typedef LorentzVector<typename BinaryOpTraits<T,U>::MulT> ThePEG::BinaryOpTraits< LorentzVector< T >, U >::MulT |
The type resulting from multiplication of the template type with itself.
Definition at line 759 of file LorentzVector.h.