#include <map>
#include "GaudiKernel/ContainedObject.h"
#include "GaudiKernel/ObjectVector.h"
#include "EmcRecEventModel/RecEmcDataType.h"
Go to the source code of this file.
◆ RecEmcHitCol
◆ RecEmcHitMap
◆ operator<<() [1/2]
ostream & operator<< |
( |
ostream & |
os, |
|
|
const RecEmcHit & |
aHit |
|
) |
| |
Definition at line 123 of file RecEmcHit.cxx.
124{
125 os<<"Hit: ";
126
128
129 os.width(12);
130 os.setf(ios::right);
132
133 os.width(12);
134 os.setf(ios::right);
136
137 return os;
138}
RecEmcEnergy getEnergy() const
RecEmcID getCellId() const
RecEmcTime getTime() const
◆ operator<<() [2/2]
ostream & operator<< |
( |
ostream & |
os, |
|
|
const RecEmcHitMap & |
aHitMap |
|
) |
| |
◆ CLID_RecEmcHit
const CLID& CLID_RecEmcHit |
|
extern |