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

#include "EvtGenBase/EvtPatches.hh"
#include <stdlib.h>
#include <iostream>
#include <math.h>
#include <assert.h>
#include "EvtGenBase/EvtComplex.hh"
#include "EvtGenBase/EvtSpinDensity.hh"
#include "EvtGenBase/EvtReport.hh"

Go to the source code of this file.

Functions

ostreamoperator<< (ostream &s, const EvtSpinDensity &d)


Function Documentation

ostream& operator<< ( ostream s,
const EvtSpinDensity d 
)

Definition at line 185 of file EvtSpinDensity.cc.

References EvtSpinDensity::dim, genRecEmupikp::i, ganga-rec::j, and EvtSpinDensity::rho.

00185                                                        {
00186 
00187   int i,j;
00188 
00189   s << endl;
00190   s << "Dimension:"<<d.dim<<endl;
00191 
00192   for (i=0;i<d.dim;i++){
00193     for (j=0;j<d.dim;j++){
00194      s << d.rho[i][j]<<" ";
00195     }
00196     s <<endl;
00197   }
00198 
00199   return s;
00200 
00201 }


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