![]() |
ATLAS Offline Software
|
#include <ZDC_SimFiberHit.h>
Public Member Functions | |
| ZDC_SimFiberHit () | |
| Default constructor. | |
| ZDC_SimFiberHit (Identifier id, int nphot, double edep) | |
| Standard constructor. | |
| ZDC_SimFiberHit (const ZDC_SimFiberHit &right) | |
| Copy constructor. | |
| Identifier | getID () const |
| double | getEdep () const |
| int | getNPhotons () const |
| ZDC_SimFiberHit & | operator= (const ZDC_SimFiberHit &right) |
| Assignment operator. | |
| bool | operator== (const ZDC_SimFiberHit &h) const |
| Just for checking if the ID is the same. | |
| bool | operator< (const ZDC_SimFiberHit &h) const |
| Check if the ID is less than the compared hit. | |
| ZDC_SimFiberHit | operator+ (const ZDC_SimFiberHit &h) |
| Addition operator. | |
| ZDC_SimFiberHit | operator+= (const ZDC_SimFiberHit &h) |
| void | Add (int nphot, double edep) |
| void | Add (ZDC_SimFiberHit &h) |
| bool | Equals (const ZDC_SimFiberHit &h) const |
Private Attributes | |
| Identifier | m_ID |
| int | m_Nphotons |
| double | m_Edep |
Definition at line 10 of file ZDC_SimFiberHit.h.
|
inline |
Default constructor.
Should never be used
Definition at line 17 of file ZDC_SimFiberHit.h.
|
inline |
Standard constructor.
| id | Volume identifier |
| nphot | Number of photons generated in this volume |
| edep | Energy deposited as light in this volume |
Definition at line 29 of file ZDC_SimFiberHit.h.
|
inline |
Copy constructor.
Definition at line 36 of file ZDC_SimFiberHit.h.
|
inline |
Definition at line 99 of file ZDC_SimFiberHit.h.
|
inline |
Definition at line 104 of file ZDC_SimFiberHit.h.
|
inline |
Definition at line 110 of file ZDC_SimFiberHit.h.
|
inline |
Definition at line 45 of file ZDC_SimFiberHit.h.
|
inline |
Definition at line 44 of file ZDC_SimFiberHit.h.
|
inline |
Definition at line 46 of file ZDC_SimFiberHit.h.
|
inline |
Addition operator.
| h |
Definition at line 84 of file ZDC_SimFiberHit.h.
|
inline |
|
inline |
Check if the ID is less than the compared hit.
If they are the same, check if Nphotons is less than the compared hit
| h | Hit being compared against |
Definition at line 71 of file ZDC_SimFiberHit.h.
|
inline |
|
inline |
Just for checking if the ID is the same.
Definition at line 62 of file ZDC_SimFiberHit.h.
|
private |
Definition at line 119 of file ZDC_SimFiberHit.h.
|
private |
Definition at line 117 of file ZDC_SimFiberHit.h.
|
private |
Definition at line 118 of file ZDC_SimFiberHit.h.