BOSS 8.0.0
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 121 of file MdcSuperLayer.cxx.

121 {
122 sl.print( o );
123 return o;
124}
void print(std::ostream &o=std::cout) const