DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
DDEve event classes: Basic hit. More...
#include <DDEveEventData.h>
Public Member Functions | |
DDEveHit () | |
Default constructor. More... | |
DDEveHit (int part, float xx, float yy, float zz, float d) | |
Initializing constructor. More... | |
DDEveHit (const DDEveHit &c) | |
Copy constructor. More... | |
~DDEveHit () | |
Default destructor. More... | |
DDEveHit & | operator= (const DDEveHit &c) |
Assignment operator. More... | |
Public Attributes | |
int | particle {0} |
Track/Particle, which produced this hit. More... | |
float | x = 0e0 |
Hit position. More... | |
float | y = 0e0 |
float | z = 0e0 |
float | deposit {0} |
Energy deposit. More... | |
DDEveHit::DDEveHit | ( | ) |
Default constructor.
Definition at line 20 of file DDEveEventData.cpp.
DDEveHit::DDEveHit | ( | int | part, |
float | xx, | ||
float | yy, | ||
float | zz, | ||
float | d | ||
) |
Initializing constructor.
Definition at line 26 of file DDEveEventData.cpp.
DDEveHit::DDEveHit | ( | const DDEveHit & | c | ) |
Copy constructor.
Definition at line 32 of file DDEveEventData.cpp.
DDEveHit::~DDEveHit | ( | ) |
Default destructor.
Definition at line 38 of file DDEveEventData.cpp.
Assignment operator.
Definition at line 42 of file DDEveEventData.cpp.
float dd4hep::DDEveHit::deposit {0} |
Energy deposit.
Definition at line 36 of file DDEveEventData.h.
int dd4hep::DDEveHit::particle {0} |
Track/Particle, which produced this hit.
Definition at line 32 of file DDEveEventData.h.
float dd4hep::DDEveHit::x = 0e0 |
Hit position.
Definition at line 34 of file DDEveEventData.h.
float dd4hep::DDEveHit::y = 0e0 |
Definition at line 34 of file DDEveEventData.h.
float dd4hep::DDEveHit::z = 0e0 |
Definition at line 34 of file DDEveEventData.h.