#include <map>
#include "EmcRecEventModel/RecEmcDataType.h"
#include "EmcRecEventModel/RecEmcHit.h"
Go to the source code of this file.
◆ RecEmcFractionMap
◆ operator<<()
| ostream & operator<< |
( |
ostream & | os, |
|
|
const RecEmcFraction & | aFraction ) |
Definition at line 96 of file RecEmcFraction.cxx.
96 {
97 os << "Fraction: ";
98
100
101 os.width( 12 );
102 os.setf( ios::right );
104
105 os.width( 12 );
106 os.setf( ios::right );
107 os << aFraction.
getTime() <<
", ";
108
109 os.width( 12 );
110 os.setf( ios::right );
112
113 os.width( 12 );
114 os.setf( ios::right );
116
117 os << endl;
118
119 return os;
120}
RecEmcFrac getFraction() const
RecEmcEnergy getEnergy() const
RecEmcID getCellId() const
RecEmcTime getTime() const