![]() |
ATLAS Offline Software
|
#include <EnergySpot.h>
Public Member Functions | |
| EnergySpot () | |
| EnergySpot (const G4ThreeVector &P, G4double E, G4double t) | |
| virtual | ~EnergySpot () |
| void | SetEnergy (const G4double &E) |
| G4double | GetEnergy () const |
| void | SetPosition (const G4ThreeVector &P) |
| G4ThreeVector | GetPosition () const |
| void | SetTime (const G4double t) |
| G4double | GetTime () const |
| G4bool | operator== (const EnergySpot &eSpot) const |
Private Attributes | |
| G4ThreeVector | m_point |
| G4double | m_energy |
| G4double | m_time |
Definition at line 17 of file EnergySpot.h.
|
inline |
Definition at line 21 of file EnergySpot.h.
|
inline |
Definition at line 27 of file EnergySpot.h.
|
inlinevirtual |
Definition at line 33 of file EnergySpot.h.
|
inline |
Definition at line 37 of file EnergySpot.h.
|
inline |
Definition at line 40 of file EnergySpot.h.
|
inline |
Definition at line 43 of file EnergySpot.h.
|
inline |
|
inline |
Definition at line 36 of file EnergySpot.h.
|
inline |
Definition at line 39 of file EnergySpot.h.
|
inline |
Definition at line 42 of file EnergySpot.h.
|
private |
Definition at line 52 of file EnergySpot.h.
|
private |
Definition at line 51 of file EnergySpot.h.
|
private |
Definition at line 53 of file EnergySpot.h.