#include <map>
#include "EmcRecEventModel/RecEmcDataType.h"
#include "GaudiKernel/ContainedObject.h"
#include "GaudiKernel/ObjectVector.h"
Go to the source code of this file.
◆ RecEmcHitCol
◆ RecEmcHitMap
◆ operator<<() [1/2]
| ostream & operator<< |
( |
ostream & | os, |
|
|
const RecEmcHit & | aHit ) |
Definition at line 107 of file RecEmcHit.cxx.
107 {
108 os << "Hit: ";
109
111
112 os.width( 12 );
113 os.setf( ios::right );
115
116 os.width( 12 );
117 os.setf( ios::right );
119
120 return os;
121}
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 |