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 |
![]() | |
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 | |
![]() | |
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 |