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

Go to the source code of this file.

Functions

ostream & operator<< (ostream &os, const EvtTwoBodyKine &p)

Function Documentation

◆ operator<<()

ostream & operator<< ( ostream & os,
const EvtTwoBodyKine & p )

Definition at line 89 of file EvtTwoBodyKine.cc.

89 {
90 p.print( os );
91 return os;
92}
void print(std::ostream &os) const