/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Emc/EmcRecEventModel/EmcRecEventModel-01-01-18/src/RecEmcDigit.cxx File Reference

#include <iostream>
#include "EmcRecEventModel/RecEmcDigit.h"

Go to the source code of this file.

Functions

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


Function Documentation

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

Definition at line 120 of file RecEmcDigit.cxx.

References RecEmcDigit::ADC(), RecEmcDigit::CellId(), and RecEmcDigit::TDC().

00121 {
00122    os<<"Digit: ";
00123 
00124    os<<aDigit.CellId()<<", ";
00125 
00126    os.width(12);
00127    os.setf(ios::right);
00128    os<<aDigit.ADC()<<", ";
00129 
00130    os.width(12);
00131    os.setf(ios::right);
00132    os<<aDigit.TDC()<<endl;
00133    
00134    return os;
00135 }


Generated on Tue Nov 29 23:15:01 2016 for BOSS_7.0.2 by  doxygen 1.4.7