#include "Identifier/Identifier.h"
#include <CLHEP/Geometry/Point3D.h>
#include <map>
Go to the source code of this file.
◆ HepPoint3D
◆ RecEmcTofHitMap
◆ operator<<()
| ostream & operator<< |
( |
ostream & | os, |
|
|
const RecEmcTofHit & | tofHit ) |
Definition at line 78 of file RecEmcTofHit.cxx.
78 {
79 os << "TofHit: ";
80
82
83 os.width( 12 );
84 os.setf( ios::right );
85 os << tofHit.
CellId() <<
", ";
86
87 os.width( 12 );
88 os.setf( ios::right );
89 os << tofHit.
Energy() <<
", ";
90
91 os.width( 12 );
92 os.setf( ios::right );
94
95 return os;
96}
Identifier CellId() const