EvtGen 2.2.0
Monte Carlo generator of particle decays, in particular the weak decays of heavy flavour particles such as B mesons.
Loading...
Searching...
No Matches
EvtTensor3C.cpp File Reference
#include "EvtGenBase/EvtTensor3C.hh"
#include "EvtGenBase/EvtComplex.hh"
#include "EvtGenBase/EvtReport.hh"
#include "EvtGenBase/EvtVector3C.hh"
#include <iostream>
#include <math.h>

Go to the source code of this file.

Functions

EvtTensor3C conj (const EvtTensor3C &t2)
EvtTensor3C cont22 (const EvtTensor3C &t1, const EvtTensor3C &t2)
EvtTensor3C cont11 (const EvtTensor3C &t1, const EvtTensor3C &t2)
ostream & operator<< (ostream &s, const EvtTensor3C &v)

Function Documentation

◆ conj()

EvtTensor3C conj ( const EvtTensor3C & t2)

Definition at line 195 of file EvtTensor3C.cpp.

◆ cont11()

EvtTensor3C cont11 ( const EvtTensor3C & t1,
const EvtTensor3C & t2 )

Definition at line 228 of file EvtTensor3C.cpp.

◆ cont22()

EvtTensor3C cont22 ( const EvtTensor3C & t1,
const EvtTensor3C & t2 )

Definition at line 210 of file EvtTensor3C.cpp.

◆ operator<<()

ostream & operator<< ( ostream & s,
const EvtTensor3C & v )

Definition at line 329 of file EvtTensor3C.cpp.