BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
AbsEvtObj.cxx File Reference
#include "TrkBase/AbsEvtObj.h"
#include <assert.h>
#include <iostream>

Go to the source code of this file.

Functions

ostream & operator<< (ostream &o, const AbsEvtObj &a)

Function Documentation

◆ operator<<()

ostream & operator<< ( ostream & o,
const AbsEvtObj & a )

Definition at line 45 of file AbsEvtObj.cxx.

45 {
46 a.print( o );
47 return o;
48}
virtual void print(std::ostream &o) const