![]() |
ATLAS Offline Software
|
#include <LArG4H6LeakHit.h>
Public Member Functions | |
| LArG4H6LeakHit ()=default | |
| LArG4H6LeakHit (int d) | |
| LArG4H6LeakHit (int dir, int pcode, float ekin, float etot) | |
| LArG4H6LeakHit (const LArG4H6LeakHit &right) | |
| LArG4H6LeakHit & | operator= (const LArG4H6LeakHit &right) |
| int | operator== (const LArG4H6LeakHit &right) |
| void | SetEkin (double ed) |
| void | AddEkin (double ed) |
| double | GetEkin () const |
| void | SetEtot (double ed) |
| void | AddEtot (double ed) |
| double | GetEtot () const |
| void | SetCode (int cod) |
| int | GetCode () const |
| void | SetPos (CLHEP::Hep3Vector p) |
| CLHEP::Hep3Vector | GetPos () const |
| void | SetDir (int d) |
| int | GetDir () const |
Private Attributes | |
| double | m_ekin {0} |
| double | m_etot {0} |
| int | m_pcode {0} |
| CLHEP::Hep3Vector | m_pos |
| int | m_dir {0} |
Definition at line 20 of file LArG4H6LeakHit.h.
|
default |
|
inline |
Definition at line 24 of file LArG4H6LeakHit.h.
| LArG4H6LeakHit::LArG4H6LeakHit | ( | int | dir, |
| int | pcode, | ||
| float | ekin, | ||
| float | etot ) |
Definition at line 8 of file LArG4H6LeakHit.cxx.
| LArG4H6LeakHit::LArG4H6LeakHit | ( | const LArG4H6LeakHit & | right | ) |
|
inline |
Definition at line 34 of file LArG4H6LeakHit.h.
|
inline |
Definition at line 37 of file LArG4H6LeakHit.h.
|
inline |
Definition at line 42 of file LArG4H6LeakHit.h.
|
inline |
Definition at line 50 of file LArG4H6LeakHit.h.
|
inline |
Definition at line 35 of file LArG4H6LeakHit.h.
|
inline |
Definition at line 38 of file LArG4H6LeakHit.h.
|
inline |
Definition at line 46 of file LArG4H6LeakHit.h.
| LArG4H6LeakHit & LArG4H6LeakHit::operator= | ( | const LArG4H6LeakHit & | right | ) |
| int LArG4H6LeakHit::operator== | ( | const LArG4H6LeakHit & | right | ) |
|
inline |
Definition at line 41 of file LArG4H6LeakHit.h.
|
inline |
Definition at line 49 of file LArG4H6LeakHit.h.
|
inline |
Definition at line 33 of file LArG4H6LeakHit.h.
|
inline |
Definition at line 36 of file LArG4H6LeakHit.h.
|
inline |
Definition at line 45 of file LArG4H6LeakHit.h.
|
private |
Definition at line 60 of file LArG4H6LeakHit.h.
|
private |
Definition at line 53 of file LArG4H6LeakHit.h.
|
private |
Definition at line 54 of file LArG4H6LeakHit.h.
|
private |
Definition at line 55 of file LArG4H6LeakHit.h.
|
private |
Definition at line 59 of file LArG4H6LeakHit.h.