Tracker_Hit
class description - source file - inheritance tree
public:
Tracker_Hit Tracker_Hit(TkID* ID, Float_t* position, Float_t Eloss, Float_t time, Int_t index)
Tracker_Hit Tracker_Hit()
Tracker_Hit Tracker_Hit(Tracker_Hit&)
virtual void ~Tracker_Hit()
TClass* Class()
Float_t GetEloss()
TkID GetLayer()
Int_t GetParticle()
Float_t* GetPosition()
Float_t GetTime()
virtual TClass* IsA()
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
private:
TkID m_ID Hit identifier
Float_t m_position[3] Particle position in the tracker at deposition
Float_t m_Eloss Energy deposited by particle in tracker
Float_t m_time Time of energy deposition
Int_t m_index Index of McPart obj responsible for energy deposition
Tracker_Hit
The Tracker_Hit class is used to store the data from the Tracker
section of the detector. The data includes a binary tag as well as
position, energy deposit, and the index of the corresponding McPart
object in the list of McParts in the Event class.
Tracker_Hit()
Default constructor
Tracker_Hit(TkID* ID,Float_t *position, Float_t Eloss,
Float_t time, Int_t index)
Create a record of an energy deposition in the tracker
Inline Functions
TkID GetLayer()
Float_t* GetPosition()
Float_t GetEloss()
Float_t GetTime()
Int_t GetParticle()
TClass* Class()
TClass* IsA()
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
Tracker_Hit Tracker_Hit(Tracker_Hit&)
void ~Tracker_Hit()
ROOT page - Class index - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.