BOSS 6.6.4.p03
BESIII Offline Software System
Loading...
Searching...
No Matches
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

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

Function Documentation

◆ operator<<()

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

Definition at line 79 of file EvtSecondary.cc.

79 {
80
81 s <<endl;
82 s << "Secondary decays:"<<endl;
83
84 int i;
85 for(i=0;i<secondary._npart;i++){
86
87 report(INFO,"EvtGen") <<i<<" "
88 <<secondary._stdhepindex[i]<<" "
89 <<secondary._id1[i]<<" "
90 <<secondary._id2[i]<<" "
91 <<secondary._id3[i]<<endl;
92
93 }
94
95 s<<endl;
96
97 return s;
98
99}
ostream & report(Severity severity, const char *facility)
Definition: EvtReport.cc:36
@ INFO
Definition: EvtReport.hh:52
XmlRpcServer s
Definition: HelloServer.cpp:11