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

#include "EvtGenBase/EvtPatches.hh"
#include <iostream>
#include "EvtGenBase/EvtParticle.hh"
#include "EvtGenBase/EvtPDL.hh"
#include "EvtGenBase/EvtSecondary.hh"
#include "EvtGenBase/EvtReport.hh"

Go to the source code of this file.

Functions

ostreamoperator<< (ostream &s, const EvtSecondary &secondary)


Function Documentation

ostream& operator<< ( ostream s,
const EvtSecondary secondary 
)

Definition at line 79 of file EvtSecondary.cc.

References EvtSecondary::_id1, EvtSecondary::_id2, EvtSecondary::_id3, EvtSecondary::_npart, EvtSecondary::_stdhepindex, genRecEmupikp::i, Bes_Common::INFO, and report().

00079                                                               {
00080 
00081   s <<endl;
00082   s << "Secondary decays:"<<endl;
00083 
00084   int i;
00085   for(i=0;i<secondary._npart;i++){
00086 
00087     report(INFO,"EvtGen") <<i<<" "
00088          <<secondary._stdhepindex[i]<<" "
00089          <<secondary._id1[i]<<" "
00090          <<secondary._id2[i]<<" "
00091          <<secondary._id3[i]<<endl;
00092 
00093   }
00094   
00095   s<<endl;
00096   
00097   return s;
00098 
00099 }  


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