#include <RecEmcHit.h>
|
| virtual const CLID & | clID () const |
| | RecEmcHit () |
| | RecEmcHit (const RecEmcID &CellId, const RecEmcEnergy &Energy, const RecEmcTime &Time) |
| | ~RecEmcHit () |
| bool | operator< (const RecEmcHit &aHit) const |
| bool | operator> (const RecEmcHit &aHit) const |
| RecEmcID | getCellId () const |
| RecEmcEnergy | getEnergy () const |
| RecEmcTime | getTime () const |
| HepPoint3D | getCenter () const |
| HepPoint3D | getFrontCenter () const |
| RecEmcID | CellId (const RecEmcID &CellId) |
| RecEmcEnergy | Energy (const RecEmcEnergy &Energy) |
| RecEmcTime | Time (const RecEmcTime &Time) |
| void | Assign (const RecEmcID &CellId, const RecEmcEnergy &Energy, const RecEmcTime &Time) |
| void | Dump () const |
| virtual const CLID & | clID () const |
| | RecEmcHit () |
| | RecEmcHit (const RecEmcID &CellId, const RecEmcEnergy &Energy, const RecEmcTime &Time) |
| | ~RecEmcHit () |
| bool | operator< (const RecEmcHit &aHit) const |
| bool | operator> (const RecEmcHit &aHit) const |
| RecEmcID | getCellId () const |
| RecEmcEnergy | getEnergy () const |
| RecEmcTime | getTime () const |
| HepPoint3D | getCenter () const |
| HepPoint3D | getFrontCenter () const |
| RecEmcID | CellId (const RecEmcID &CellId) |
| RecEmcEnergy | Energy (const RecEmcEnergy &Energy) |
| RecEmcTime | Time (const RecEmcTime &Time) |
| void | Assign (const RecEmcID &CellId, const RecEmcEnergy &Energy, const RecEmcTime &Time) |
| void | Dump () const |
| virtual const CLID & | clID () const |
| | RecEmcHit () |
| | RecEmcHit (const RecEmcID &CellId, const RecEmcEnergy &Energy, const RecEmcTime &Time) |
| | ~RecEmcHit () |
| bool | operator< (const RecEmcHit &aHit) const |
| bool | operator> (const RecEmcHit &aHit) const |
| RecEmcID | getCellId () const |
| RecEmcEnergy | getEnergy () const |
| RecEmcTime | getTime () const |
| HepPoint3D | getCenter () const |
| HepPoint3D | getFrontCenter () const |
| RecEmcID | CellId (const RecEmcID &CellId) |
| RecEmcEnergy | Energy (const RecEmcEnergy &Energy) |
| RecEmcTime | Time (const RecEmcTime &Time) |
| void | Assign (const RecEmcID &CellId, const RecEmcEnergy &Energy, const RecEmcTime &Time) |
| void | Dump () const |
◆ RecEmcHit() [1/6]
◆ RecEmcHit() [2/6]
Definition at line 20 of file RecEmcHit.cxx.
21 {
25}
RecEmcEnergy Energy(const RecEmcEnergy &Energy)
RecEmcID CellId(const RecEmcID &CellId)
RecEmcTime Time(const RecEmcTime &Time)
◆ ~RecEmcHit() [1/3]
| RecEmcHit::~RecEmcHit |
( |
| ) |
|
◆ RecEmcHit() [3/6]
◆ RecEmcHit() [4/6]
◆ ~RecEmcHit() [2/3]
| RecEmcHit::~RecEmcHit |
( |
| ) |
|
◆ RecEmcHit() [5/6]
◆ RecEmcHit() [6/6]
◆ ~RecEmcHit() [3/3]
| RecEmcHit::~RecEmcHit |
( |
| ) |
|
◆ Assign() [1/3]
◆ Assign() [2/3]
◆ Assign() [3/3]
◆ CellId() [1/3]
◆ CellId() [2/3]
◆ CellId() [3/3]
◆ classID() [1/3]
| const CLID & RecEmcHit::classID |
( |
| ) |
|
|
inlinestatic |
◆ classID() [2/3]
| const CLID & RecEmcHit::classID |
( |
| ) |
|
|
inlinestatic |
◆ classID() [3/3]
| const CLID & RecEmcHit::classID |
( |
| ) |
|
|
inlinestatic |
◆ clID() [1/3]
| virtual const CLID & RecEmcHit::clID |
( |
| ) |
const |
|
inlinevirtual |
◆ clID() [2/3]
| virtual const CLID & RecEmcHit::clID |
( |
| ) |
const |
|
inlinevirtual |
◆ clID() [3/3]
| virtual const CLID & RecEmcHit::clID |
( |
| ) |
const |
|
inlinevirtual |
◆ Dump() [1/3]
| void RecEmcHit::Dump |
( |
| ) |
const |
Definition at line 93 of file RecEmcHit.cxx.
93 {
94 cout << "Hit: ";
95
97
98 cout.width( 12 );
99 cout.setf( ios::right );
101
102 cout.width( 12 );
103 cout.setf( ios::right );
104 cout <<
fTime << endl;
105}
◆ Dump() [2/3]
| void RecEmcHit::Dump |
( |
| ) |
const |
◆ Dump() [3/3]
| void RecEmcHit::Dump |
( |
| ) |
const |
◆ Energy() [1/3]
◆ Energy() [2/3]
◆ Energy() [3/3]
◆ getCellId() [1/3]
Definition at line 39 of file Emc/EmcRecEventModel/include/EmcRecEventModel/RecEmcHit.h.
Referenced by EmcRecDigit2Hit::Convert(), RecEmcCluster::Erase(), RecEmcShower::Erase(), RecEmcShower::getFractionMap(), RecEmcShower::getFractionMap3x3(), RecEmcShower::getFractionMap5x5(), RecEmcCluster::Insert(), RecEmcShower::Insert(), RecEmcCluster::InsertSeed(), operator<<(), operator<<(), EmcRecSeedEThreshold::Seed(), EmcRecSeedLocalMax::Seed(), and EmcRecSplitWeighted::Split().
◆ getCellId() [2/3]
◆ getCellId() [3/3]
◆ getCenter() [1/3]
Definition at line 53 of file RecEmcHit.cxx.
53 {
54 IEmcRecGeoSvc* iGeoSvc;
55 ISvcLocator* svcLocator = Gaudi::svcLocator();
56 StatusCode sc = svcLocator->service( "EmcRecGeoSvc", iGeoSvc );
57 if ( sc != StatusCode::SUCCESS ) { cout << "Error: Can't get EmcRecGeoSvc" << endl; }
58
60}
virtual HepPoint3D GetCCenter(const Identifier &id) const =0
◆ getCenter() [2/3]
◆ getCenter() [3/3]
◆ getEnergy() [1/3]
◆ getEnergy() [2/3]
◆ getEnergy() [3/3]
◆ getFrontCenter() [1/3]
Definition at line 62 of file RecEmcHit.cxx.
62 {
63 IEmcRecGeoSvc* iGeoSvc;
64 ISvcLocator* svcLocator = Gaudi::svcLocator();
65 StatusCode sc = svcLocator->service( "EmcRecGeoSvc", iGeoSvc );
66 if ( sc != StatusCode::SUCCESS ) { cout << "Error: Can't get EmcRecGeoSvc" << endl; }
67
69}
virtual HepPoint3D GetCFrontCenter(const Identifier &id) const =0
◆ getFrontCenter() [2/3]
◆ getFrontCenter() [3/3]
◆ getTime() [1/3]
◆ getTime() [2/3]
◆ getTime() [3/3]
◆ operator<() [1/3]
| bool RecEmcHit::operator< |
( |
const RecEmcHit & | aHit | ) |
const |
|
inline |
◆ operator<() [2/3]
| bool RecEmcHit::operator< |
( |
const RecEmcHit & | aHit | ) |
const |
|
inline |
◆ operator<() [3/3]
| bool RecEmcHit::operator< |
( |
const RecEmcHit & | aHit | ) |
const |
|
inline |
◆ operator>() [1/3]
| bool RecEmcHit::operator> |
( |
const RecEmcHit & | aHit | ) |
const |
|
inline |
◆ operator>() [2/3]
| bool RecEmcHit::operator> |
( |
const RecEmcHit & | aHit | ) |
const |
|
inline |
◆ operator>() [3/3]
| bool RecEmcHit::operator> |
( |
const RecEmcHit & | aHit | ) |
const |
|
inline |
◆ Time() [1/3]
◆ Time() [2/3]
◆ Time() [3/3]
◆ fCellId
◆ fEnergy
Definition at line 59 of file Emc/EmcRecEventModel/include/EmcRecEventModel/RecEmcHit.h.
Referenced by Assign(), RecEmcFraction::Dump(), Dump(), Energy(), getEnergy(), RecEmcFraction::operator<(), operator<(), RecEmcFraction::operator>(), operator>(), RecEmcHit(), and RecEmcHit().
◆ fTime
The documentation for this class was generated from the following files: