/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Emc/EmcRecEventModel/EmcRecEventModel-01-01-18/EmcRecEventModel/RecEmcHit.h File Reference

#include <map>
#include "GaudiKernel/ContainedObject.h"
#include "GaudiKernel/ObjectVector.h"
#include "EmcRecEventModel/RecEmcDataType.h"

Go to the source code of this file.

Classes

class  RecEmcHit

Typedefs

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

Functions

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

Variables

const CLID & CLID_RecEmcHit


Typedef Documentation

typedef ObjectVector<RecEmcHit> RecEmcHitCol

Definition at line 76 of file RecEmcHit.h.

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

Definition at line 75 of file RecEmcHit.h.


Function Documentation

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

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

Definition at line 123 of file RecEmcHit.cxx.

00124 {
00125    os<<"Hit: ";
00126 
00127    os<<aHit.getCellId()<<", ";
00128 
00129    os.width(12);
00130    os.setf(ios::right);
00131    os<<aHit.getEnergy()<<", ";
00132 
00133    os.width(12);
00134    os.setf(ios::right);
00135    os<<aHit.getTime()<<endl;
00136 
00137    return os;
00138 }


Variable Documentation

const CLID& CLID_RecEmcHit

Definition at line 320 of file EventModel.cxx.

Referenced by RecEmcHit::classID().


Generated on Tue Nov 29 23:15:01 2016 for BOSS_7.0.2 by  doxygen 1.4.7