CGEM BOSS 6.6.5.g
BESIII Offline Software System
Loading...
Searching...
No Matches
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

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

Function Documentation

◆ operator<<()

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

Definition at line 185 of file EvtSpinDensity.cc.

185 {
186
187 int i,j;
188
189 s << endl;
190 s << "Dimension:"<<d.dim<<endl;
191
192 for (i=0;i<d.dim;i++){
193 for (j=0;j<d.dim;j++){
194 s << d.rho[i][j]<<" ";
195 }
196 s <<endl;
197 }
198
199 return s;
200
201}
XmlRpcServer s
Definition: HelloServer.cpp:11