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

Go to the source code of this file.

Functions

ostream & operator<< (ostream &os, const RecEmcDigit &aDigit)

Function Documentation

◆ operator<<()

ostream & operator<< ( ostream & os,
const RecEmcDigit & aDigit )

Definition at line 98 of file RecEmcDigit.cxx.

98 {
99 os << "Digit: ";
100
101 os << aDigit.CellId() << ", ";
102
103 os.width( 12 );
104 os.setf( ios::right );
105 os << aDigit.ADC() << ", ";
106
107 os.width( 12 );
108 os.setf( ios::right );
109 os << aDigit.TDC() << endl;
110
111 return os;
112}
RecEmcADC ADC() const
RecEmcTDC TDC() const
RecEmcID CellId() const