#include "Identifier/Identifier.h"
#include <map>
#include <CLHEP/Geometry/Point3D.h>
Go to the source code of this file.
◆ HepPoint3D
◆ RecEmcTofHitMap
◆ operator<<()
ostream & operator<< |
( |
ostream & | os, |
|
|
const RecEmcTofHit & | tofHit ) |
Definition at line 101 of file RecEmcTofHit.cxx.
102{
103 os<<"TofHit: ";
104
106
107 os.width(12);
108 os.setf(ios::right);
109 os<<tofHit.
CellId()<<
", ";
110
111 os.width(12);
112 os.setf(ios::right);
113 os<<tofHit.
Energy()<<
", ";
114
115 os.width(12);
116 os.setf(ios::right);
118
119 return os;
120}
Identifier CellId() const