Go to the source code of this file.
◆ RecEmcFractionMap
◆ operator<<()
ostream & operator<< |
( |
ostream & |
os, |
|
|
const RecEmcFraction & |
aFraction |
|
) |
| |
Definition at line 111 of file RecEmcFraction.cxx.
112{
113 os<<"Fraction: ";
114
116
117 os.width(12);
118 os.setf(ios::right);
120
121 os.width(12);
122 os.setf(ios::right);
124
125 os.width(12);
126 os.setf(ios::right);
128
129 os.width(12);
130 os.setf(ios::right);
132
133 os<<endl;
134
135 return os;
136}
RecEmcFrac getFraction() const
RecEmcEnergy getEnergy() const
RecEmcID getCellId() const
RecEmcTime getTime() const