#include <RecEmcHit.h>
◆ RecEmcHit() [1/4]
Definition at line 14 of file RecEmcHit.cxx.
15{
19}
void clear()
Reset to invalid state.
◆ RecEmcHit() [2/4]
Definition at line 21 of file RecEmcHit.cxx.
24{
28}
RecEmcEnergy Energy(const RecEmcEnergy &Energy)
RecEmcID CellId(const RecEmcID &CellId)
RecEmcTime Time(const RecEmcTime &Time)
◆ ~RecEmcHit() [1/2]
RecEmcHit::~RecEmcHit |
( |
| ) |
|
◆ RecEmcHit() [3/4]
◆ RecEmcHit() [4/4]
◆ ~RecEmcHit() [2/2]
RecEmcHit::~RecEmcHit |
( |
| ) |
|
◆ Assign() [1/2]
◆ Assign() [2/2]
◆ CellId() [1/2]
◆ CellId() [2/2]
◆ classID() [1/2]
static const CLID & RecEmcHit::classID |
( |
| ) |
|
|
inlinestatic |
◆ classID() [2/2]
static const CLID & RecEmcHit::classID |
( |
| ) |
|
|
inlinestatic |
◆ clID() [1/2]
virtual const CLID & RecEmcHit::clID |
( |
| ) |
const |
|
inlinevirtual |
◆ clID() [2/2]
virtual const CLID & RecEmcHit::clID |
( |
| ) |
const |
|
inlinevirtual |
◆ Dump() [1/2]
void RecEmcHit::Dump |
( |
| ) |
const |
Definition at line 108 of file RecEmcHit.cxx.
109{
110 cout<<"Hit: ";
111
113
114 cout.width(12);
115 cout.setf(ios::right);
117
118 cout.width(12);
119 cout.setf(ios::right);
121}
◆ Dump() [2/2]
void RecEmcHit::Dump |
( |
| ) |
const |
◆ Energy() [1/2]
◆ Energy() [2/2]
◆ getCellId() [1/2]
Definition at line 47 of file Emc/EmcRecEventModel/EmcRecEventModel-01-01-18/EmcRecEventModel/RecEmcHit.h.
Referenced by EmcRecDigit2Hit::Convert(), RecEmcShower::Erase(), RecEmcCluster::Erase(), RecEmcShower::getFractionMap(), RecEmcShower::getFractionMap3x3(), RecEmcShower::getFractionMap5x5(), RecEmcShower::Insert(), RecEmcCluster::Insert(), RecEmcCluster::InsertSeed(), operator<<(), EmcRecSeedEThreshold::Seed(), EmcRecSeedLocalMax::Seed(), and EmcRecSplitWeighted::Split().
◆ getCellId() [2/2]
◆ getCenter() [1/2]
Definition at line 57 of file RecEmcHit.cxx.
58{
60 ISvcLocator* svcLocator = Gaudi::svcLocator();
61 StatusCode sc = svcLocator->service("EmcRecGeoSvc",iGeoSvc);
62 if(sc!=StatusCode::SUCCESS) {
63 cout<<"Error: Can't get EmcRecGeoSvc"<<endl;
64 }
65
67}
virtual HepPoint3D GetCCenter(const Identifier &id) const =0
◆ getCenter() [2/2]
◆ getEnergy() [1/2]
◆ getEnergy() [2/2]
◆ getFrontCenter() [1/2]
Definition at line 69 of file RecEmcHit.cxx.
70{
72 ISvcLocator* svcLocator = Gaudi::svcLocator();
73 StatusCode sc = svcLocator->service("EmcRecGeoSvc",iGeoSvc);
74 if(sc!=StatusCode::SUCCESS) {
75 cout<<"Error: Can't get EmcRecGeoSvc"<<endl;
76 }
77
79}
virtual HepPoint3D GetCFrontCenter(const Identifier &id) const =0
◆ getFrontCenter() [2/2]
◆ getTime() [1/2]
◆ getTime() [2/2]
◆ operator<() [1/2]
◆ operator<() [2/2]
◆ operator>() [1/2]
◆ operator>() [2/2]
◆ Time() [1/2]
◆ Time() [2/2]
◆ fCellId
◆ fEnergy
◆ fTime
The documentation for this class was generated from the following files: