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

Go to the source code of this file.

Functions

ostream & operator<< (ostream &os, const EvtDecayMode &mode)

Function Documentation

◆ operator<<()

ostream & operator<< ( ostream & os,
const EvtDecayMode & mode )

Definition at line 160 of file EvtDecayMode.cc.

160 {
161 mode.print( os );
162 return os;
163}
std::ostream & print(std::ostream &) const