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.
EvtVector3C.hh File Reference
#include "EvtGenBase/EvtComplex.hh"
#include "EvtGenBase/EvtVector3R.hh"
#include <iosfwd>

Go to the source code of this file.

Classes

class  EvtVector3C
 

Functions

EvtVector3C operator+ (const EvtVector3C &v1, const EvtVector3C &v2)
 
EvtVector3C operator- (const EvtVector3C &v1, const EvtVector3C &v2)
 
EvtVector3C operator * (const EvtVector3C &v1, const EvtComplex &c)
 
EvtVector3C operator * (const EvtComplex &c, const EvtVector3C &v2)
 
EvtVector3C operator * (const EvtComplex &c, const EvtVector3R &v2)
 
EvtComplex operator * (const EvtVector3R &v1, const EvtVector3C &v2)
 
EvtComplex operator * (const EvtVector3C &v1, const EvtVector3R &v2)
 
EvtComplex operator * (const EvtVector3C &v1, const EvtVector3C &v2)
 

Function Documentation

◆ operator *() [1/6]

EvtVector3C operator * ( const EvtVector3C v1,
const EvtComplex c 
)
inline

Definition at line 146 of file EvtVector3C.hh.

◆ operator *() [2/6]

EvtVector3C operator * ( const EvtComplex c,
const EvtVector3C v2 
)
inline

Definition at line 151 of file EvtVector3C.hh.

◆ operator *() [3/6]

EvtVector3C operator * ( const EvtComplex c,
const EvtVector3R v2 
)
inline

Definition at line 156 of file EvtVector3C.hh.

◆ operator *() [4/6]

EvtComplex operator * ( const EvtVector3R v1,
const EvtVector3C v2 
)
inline

Definition at line 161 of file EvtVector3C.hh.

◆ operator *() [5/6]

EvtComplex operator * ( const EvtVector3C v1,
const EvtVector3R v2 
)
inline

Definition at line 166 of file EvtVector3C.hh.

◆ operator *() [6/6]

EvtComplex operator * ( const EvtVector3C v1,
const EvtVector3C v2 
)
inline

Definition at line 171 of file EvtVector3C.hh.

◆ operator+()

EvtVector3C operator+ ( const EvtVector3C v1,
const EvtVector3C v2 
)
inline

Definition at line 136 of file EvtVector3C.hh.

◆ operator-()

EvtVector3C operator- ( const EvtVector3C v1,
const EvtVector3C v2 
)
inline

Definition at line 141 of file EvtVector3C.hh.