BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtSpinDensity.cc File Reference
#include "EvtSpinDensity.hh"
#include "EvtComplex.hh"
#include "EvtPatches.hh"
#include "EvtReport.hh"
#include <assert.h>
#include <iostream>
#include <math.h>
#include <stdlib.h>

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 178 of file EvtSpinDensity.cc.

178 {
179
180 int i, j;
181
182 s << endl;
183 s << "Dimension:" << d.dim << endl;
184
185 for ( i = 0; i < d.dim; i++ )
186 {
187 for ( j = 0; j < d.dim; j++ ) { s << d.rho[i][j] << " "; }
188 s << endl;
189 }
190
191 return s;
192}
XmlRpcServer s