evtgen is hosted by Hepforge, IPPP Durham
EvtGen  2.0.0
Monte Carlo generator of particle decays, in particular the weak decays of heavy flavour particles such as B mesons.
EvtTensor3C.hh File Reference
#include "EvtGenBase/EvtComplex.hh"
#include <iostream>

Go to the source code of this file.

Classes

class  EvtTensor3C
 

Namespaces

 EvtGenFunctions
 

Functions

EvtTensor3C EvtGenFunctions::eps (const EvtVector3R &v)
 
EvtTensor3C EvtGenFunctions::rotateEuler (const EvtTensor3C &v, double phi, double theta, double ksi)
 
EvtTensor3C EvtGenFunctions::directProd (const EvtVector3C &c1, const EvtVector3C &c2)
 
EvtTensor3C EvtGenFunctions::directProd (const EvtVector3C &c1, const EvtVector3R &c2)
 
EvtTensor3C EvtGenFunctions::directProd (const EvtVector3R &c1, const EvtVector3R &c2)
 
EvtTensor3C operator * (const EvtComplex &c, const EvtTensor3C &t2)
 
EvtTensor3C operator * (const double d, const EvtTensor3C &t2)
 
EvtTensor3C operator * (const EvtTensor3C &t2, const EvtComplex &c)
 
EvtTensor3C operator * (const EvtTensor3C &t2, const double d)
 
EvtTensor3C operator+ (const EvtTensor3C &t1, const EvtTensor3C &t2)
 
EvtTensor3C operator- (const EvtTensor3C &t1, const EvtTensor3C &t2)
 

Function Documentation

◆ operator *() [1/4]

EvtTensor3C operator * ( const EvtComplex c,
const EvtTensor3C t2 
)
inline

Definition at line 90 of file EvtTensor3C.hh.

◆ operator *() [2/4]

EvtTensor3C operator * ( const double  d,
const EvtTensor3C t2 
)
inline

Definition at line 95 of file EvtTensor3C.hh.

◆ operator *() [3/4]

EvtTensor3C operator * ( const EvtTensor3C t2,
const EvtComplex c 
)
inline

Definition at line 100 of file EvtTensor3C.hh.

◆ operator *() [4/4]

EvtTensor3C operator * ( const EvtTensor3C t2,
const double  d 
)
inline

Definition at line 105 of file EvtTensor3C.hh.

◆ operator+()

EvtTensor3C operator+ ( const EvtTensor3C t1,
const EvtTensor3C t2 
)
inline

Definition at line 110 of file EvtTensor3C.hh.

◆ operator-()

EvtTensor3C operator- ( const EvtTensor3C t1,
const EvtTensor3C t2 
)
inline

Definition at line 115 of file EvtTensor3C.hh.