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.cpp File Reference
#include "EvtGenBase/EvtTensor3C.hh"
#include "EvtGenBase/EvtComplex.hh"
#include "EvtGenBase/EvtPatches.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 196 of file EvtTensor3C.cpp.

◆ cont11()

EvtTensor3C cont11 ( const EvtTensor3C t1,
const EvtTensor3C t2 
)

Definition at line 229 of file EvtTensor3C.cpp.

◆ cont22()

EvtTensor3C cont22 ( const EvtTensor3C t1,
const EvtTensor3C t2 
)

Definition at line 211 of file EvtTensor3C.cpp.

◆ operator<<()

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

Definition at line 330 of file EvtTensor3C.cpp.