|
travex
|
A simple class to contain basic properties of a hit registered by an active material in a detector. More...
#include <Hit.h>
Public Member Functions | |
| Hit () | |
| const TVector3 & | GetPosition () const |
| virtual void | Print (Option_t *opt="") const |
Public Member Functions inherited from tvx::GenericHit< TVector3 > | |
| virtual | ~GenericHit () |
Private Attributes | |
| TVector3 | fPosition |
| Global coordinates of the hit in the STAR CS. More... | |
| std::uint8_t | fTimesUsed |
| The number of tracks this hit was assigned to. More... | |
Friends | |
| bool | operator< (const Hit &lhs, const Hit &rhs) |
Additional Inherited Members | |
Public Types inherited from tvx::GenericHit< TVector3 > | |
| enum | Status |
| typedef TVector3 | Coordinates_t |
A simple class to contain basic properties of a hit registered by an active material in a detector.
|
inlinevirtual |
Implements tvx::GenericHit< TVector3 >.
|
private |
|
private |
1.8.8