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

Go to the source code of this file.

Classes

class  RecEmcDigit

Typedefs

typedef map< RecEmcID, RecEmcDigit, less< RecEmcID > > RecEmcDigitMap

Functions

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

Typedef Documentation

◆ RecEmcDigitMap

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