/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Emc/EmcRecEventModel/EmcRecEventModel-01-01-18/EmcRecEventModel/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

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


Typedef Documentation

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

Definition at line 59 of file RecEmcDigit.h.


Function Documentation

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

Definition at line 120 of file RecEmcDigit.cxx.

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