|
EDEpReader
|
Represents a point on a trajectory. More...
#include <EDEPTrajectoryPoint.h>
Public Member Functions | |
| EDEPTrajectoryPoint ()=default | |
| Default constructor for EDEPTrajectoryPoint in dictionaries. | |
| EDEPTrajectoryPoint (const TG4TrajectoryPoint &trajectory_hit) | |
| Constructor for EDEPTrajectoryPoint. | |
| ~EDEPTrajectoryPoint () | |
| Destructor for EDEPTrajectoryPoint. | |
| bool | operator== (const EDEPTrajectoryPoint &p) |
| const TLorentzVector & | GetPosition () const |
| Get the position of the trajectory point. | |
| const TVector3 & | GetMomentum () const |
| Get the momentum of the trajectory point. | |
| const int & | GetProcess () const |
| Get the process associated with the trajectory point. | |
| const int & | GetSubprocess () const |
| Get the subprocess associated with the trajectory point. | |
Represents a point on a trajectory.
This class encapsulates information about a point on a trajectory, such as its position, momentum, process, and subprocess.
|
inline |
Constructor for EDEPTrajectoryPoint.
| trajectory_hit | The TG4TrajectoryPoint object containing hit information. |
|
inline |
Get the momentum of the trajectory point.
|
inline |
Get the position of the trajectory point.
|
inline |
Get the process associated with the trajectory point.
|
inline |
Get the subprocess associated with the trajectory point.