BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
RecEmcHit.h File Reference
#include <map>
#include "EmcRecEventModel/RecEmcDataType.h"
#include "GaudiKernel/ContainedObject.h"
#include "GaudiKernel/ObjectVector.h"

Go to the source code of this file.

Classes

class  RecEmcHit

Typedefs

typedef map< RecEmcID, RecEmcHit, less< RecEmcID > > RecEmcHitMap
typedef ObjectVector< RecEmcHitRecEmcHitCol

Functions

ostream & operator<< (ostream &os, const RecEmcHit &aHit)
ostream & operator<< (ostream &os, const RecEmcHitMap &aHitMap)

Variables

const CLID & CLID_RecEmcHit

Typedef Documentation

◆ RecEmcHitCol

typedef ObjectVector<RecEmcHit> RecEmcHitCol

◆ RecEmcHitMap

Function Documentation

◆ operator<<() [1/2]

ostream & operator<< ( ostream & os,
const RecEmcHit & aHit )

Definition at line 107 of file RecEmcHit.cxx.

107 {
108 os << "Hit: ";
109
110 os << aHit.getCellId() << ", ";
111
112 os.width( 12 );
113 os.setf( ios::right );
114 os << aHit.getEnergy() << ", ";
115
116 os.width( 12 );
117 os.setf( ios::right );
118 os << aHit.getTime() << endl;
119
120 return os;
121}

◆ operator<<() [2/2]

ostream & operator<< ( ostream & os,
const RecEmcHitMap & aHitMap )

Variable Documentation

◆ CLID_RecEmcHit

const CLID& CLID_RecEmcHit
extern

Definition at line 319 of file EventModel.cxx.