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.
Evt3Rank3C.hh File Reference
#include "EvtGenBase/EvtComplex.hh"
#include <iostream>

Go to the source code of this file.

Classes

class  Evt3Rank3C
 

Functions

Evt3Rank3C operator * (const EvtComplex &c, const Evt3Rank3C &t2)
 
Evt3Rank3C operator * (const double d, const Evt3Rank3C &t2)
 
Evt3Rank3C operator * (const Evt3Rank3C &t2, const EvtComplex &c)
 
Evt3Rank3C operator * (const Evt3Rank3C &t2, const double d)
 
Evt3Rank3C operator+ (const Evt3Rank3C &t1, const Evt3Rank3C &t2)
 
Evt3Rank3C operator- (const Evt3Rank3C &t1, const Evt3Rank3C &t2)
 
Evt3Rank3C directProd (const EvtVector3C &c1, const EvtVector3C &c2, const EvtVector3C &c3)
 
Evt3Rank3C conj (const Evt3Rank3C &t2)
 

Function Documentation

◆ conj()

Evt3Rank3C conj ( const Evt3Rank3C t2)

Definition at line 172 of file Evt3Rank3C.cpp.

◆ directProd()

Evt3Rank3C directProd ( const EvtVector3C c1,
const EvtVector3C c2,
const EvtVector3C c3 
)

◆ operator *() [1/4]

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

Definition at line 80 of file Evt3Rank3C.hh.

◆ operator *() [2/4]

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

Definition at line 85 of file Evt3Rank3C.hh.

◆ operator *() [3/4]

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

Definition at line 90 of file Evt3Rank3C.hh.

◆ operator *() [4/4]

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

Definition at line 95 of file Evt3Rank3C.hh.

◆ operator+()

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

Definition at line 100 of file Evt3Rank3C.hh.

◆ operator-()

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

Definition at line 105 of file Evt3Rank3C.hh.