|
|
| EDEPHit ()=default |
| | Default constructor for EDEPHit in dictionaries.
|
| |
| | EDEPHit (TG4HitSegment hit) |
| | Constructor for EDEPHit.
|
| |
| | EDEPHit (TG4HitSegment hit, int i) |
| | Constructor for EDEPHit.
|
| |
|
| ~EDEPHit () |
| | Destructor for EDEPHit.
|
| |
| const TLorentzVector & | GetStart () const |
| | Get the start position of the hit.
|
| |
| const TLorentzVector & | GetStop () const |
| | Get the stop position of the hit.
|
| |
| const TVector3 & | GetStartMomentum () const |
| | Get the true momentum at the start position of the hit.
|
| |
| const TVector3 & | GetStopMomentum () const |
| | Get the true momentum at the stop position of the hit.
|
| |
| const double & | GetEnergyDeposit () const |
| | Get the energy deposited by the hit.
|
| |
| const double & | GetSecondaryDeposit () const |
| | Get the secondary deposition of the hit.
|
| |
| const double & | GetTrackLength () const |
| | Get the track length of the hit.
|
| |
| const int & | GetGetContrib () const |
| | Get the main contributor to the hit.
|
| |
| const int & | GetPrimaryId () const |
| | Get the ID of the primary particle generating the hit.
|
| |
| const int & | GetId () const |
| | Get the ID of the hit.
|
| |
Represents a hit in a detector.
This class encapsulates information about a hit in a detector, such as its start and stop positions, energy deposition, secondary deposition, track length, contribution, primary ID, and index.