BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtSecondary.cc File Reference
#include "EvtSecondary.hh"
#include "EvtPDL.hh"
#include "EvtParticle.hh"
#include "EvtPatches.hh"
#include "EvtReport.hh"
#include <iostream>

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 73 of file EvtSecondary.cc.

73 {
74
75 s << endl;
76 s << "Secondary decays:" << endl;
77
78 int i;
79 for ( i = 0; i < secondary._npart; i++ )
80 {
81
82 report( INFO, "EvtGen" ) << i << " " << secondary._stdhepindex[i] << " "
83 << secondary._id1[i] << " " << secondary._id2[i] << " "
84 << secondary._id3[i] << endl;
85 }
86
87 s << endl;
88
89 return s;
90}
ostream & report(Severity severity, const char *facility)
Definition EvtReport.cc:34
@ INFO
Definition EvtReport.hh:52
XmlRpcServer s