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

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 101 of file EvtTwoBodyKine.cc.

102{
103 p.print(os);
104 return os;
105}
void print(std::ostream &os) const