BOSS 7.0.8
BESIII Offline Software System
Loading...
Searching...
No Matches
MdcSuperLayer.cxx File Reference
#include "MdcGeom/MdcSuperLayer.h"
#include <iomanip>
#include <iostream>
#include <assert.h>

Go to the source code of this file.

Functions

ostream & operator<< (ostream &o, MdcSuperLayer &sl)
 

Function Documentation

◆ operator<<()

ostream & operator<< ( ostream &  o,
MdcSuperLayer sl 
)

Definition at line 135 of file MdcSuperLayer.cxx.

135 {
136 sl.print(o);
137 return o;
138}
void print(std::ostream &o=std::cout) const