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.
EvtSpinAmp.cpp File Reference
#include "EvtGenBase/EvtSpinAmp.hh"
#include "EvtGenBase/EvtPatches.hh"
#include "EvtGenBase/EvtReport.hh"
#include <stdlib.h>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const EvtSpinAmp &amp)
 
EvtSpinAmp operator * (const EvtComplex &real, const EvtSpinAmp &cont)
 
EvtSpinAmp operator * (const EvtSpinAmp &cont, const EvtComplex &real)
 
EvtSpinAmp operator/ (const EvtSpinAmp &cont, const EvtComplex &real)
 

Function Documentation

◆ operator *() [1/2]

EvtSpinAmp operator * ( const EvtComplex real,
const EvtSpinAmp cont 
)

Definition at line 46 of file EvtSpinAmp.cpp.

◆ operator *() [2/2]

EvtSpinAmp operator * ( const EvtSpinAmp cont,
const EvtComplex real 
)

Definition at line 57 of file EvtSpinAmp.cpp.

◆ operator/()

EvtSpinAmp operator/ ( const EvtSpinAmp cont,
const EvtComplex real 
)

Definition at line 62 of file EvtSpinAmp.cpp.

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const EvtSpinAmp amp 
)

Definition at line 30 of file EvtSpinAmp.cpp.