/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Generator/BesEvtGen/BesEvtGen-00-03-58/src/EvtGen/EvtGenBase/Evt3Rank3C.cc File Reference

#include "EvtGenBase/EvtPatches.hh"
#include <iostream>
#include <math.h>
#include "EvtGenBase/Evt3Rank3C.hh"
#include "EvtGenBase/EvtComplex.hh"
#include "EvtGenBase/EvtVector3C.hh"
#include "EvtGenBase/EvtTensor3C.hh"
#include "EvtGenBase/EvtReport.hh"

Go to the source code of this file.

Functions

Evt3Rank3C conj (const Evt3Rank3C &t2)


Function Documentation

Evt3Rank3C conj ( const Evt3Rank3C t2  ) 

Definition at line 175 of file Evt3Rank3C.cc.

Referenced by EvtMHelAmp::amplitude(), TPiCrossPart::BornShift(), TMuCrossPart::BornShift(), TEPCrossPart::BornShift(), EvtSemiLeptonicTensorAmp::CalcAmp(), conj(), EvtAmp::contract(), EvtVectorIsr::decay(), EvtBsquark::decay(), EvtBHadronic::decay(), EvtBtoXsllUtil::dGdsdupProb(), EvtBtoXsllUtil::dGdsProb(), TLorentzVectorC::Dot(), EvtEvalHelAmp::evalAmp(), EvtLeptonVACurrent(), QCMCFilter::findD0Decay(), EvtAmp::getSpinDensity(), EvtAmpFactory< EvtDalitzPoint >::getTermCoeff(), EvtSSDCP::init(), QCMCFilter::initialize(), isr(), main(), operator *(), EvtAmpAmpPdf< T >::pdf(), TFormFactor::Print(), EvtEvalHelAmp::probMax(), TMuCrossPart::R_e_Gamma(), TMuCrossPart::R_e_mu_Gamma_t(), TMuCrossPart::R_f_Gamma(), TPiCrossPart::R_Gamma(), TPiCrossPart::R_Gamma_t(), TCrossPart::rad(), TCrossPart::radB(), TEPCrossPart::RGamma(), EvtTensorParticle::rotateToHelicityBasis(), EvtParticle::setSpinDensityForwardHelicityBasis(), and EvtEvalHelAmp::setUpRotationMatrices().

00175                                       { 
00176   Evt3Rank3C temp;
00177   
00178   int i,j,k;
00179 
00180   for(i=0;i<3;i++){ 
00181     for(j=0;j<3;j++){ 
00182       for(k=0;k<3;k++){ 
00183         temp.set(i,j,k,::conj((t2.get(i,j,k))));
00184       }
00185     }
00186   }
00187   return temp;
00188 }


Generated on Tue Nov 29 23:15:51 2016 for BOSS_7.0.2 by  doxygen 1.4.7