CGEM BOSS 6.6.5.g
BESIII Offline Software System
Loading...
Searching...
No Matches
AbsEvtObj.cxx File Reference
#include <assert.h>
#include "TrkBase/AbsEvtObj.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 46 of file AbsEvtObj.cxx.

46{a.print(o); return o;}
virtual void print(std::ostream &o) const
Definition: AbsEvtObj.cxx:35