VXD_Hit
class description - source file - inheritance tree
public:
VXD_Hit VXD_Hit(TkID* ID, Float_t* position, Float_t Eloss, Float_t time, Int_t index)
VXD_Hit VXD_Hit()
VXD_Hit VXD_Hit(VXD_Hit&)
virtual void ~VXD_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 Binary descriptor for the hit
Float_t m_position[3] Hit position in the vertex detector
Float_t m_Eloss Energy deposited by particle in vertex detector
Float_t m_time Time of energy deposition
Int_t m_index Index of McPart obj responsible for energy deposition
VXD_Hit
The VXD_Hit class is a copy of the Tracker_Hit class with a few
cosmetic changes to represent the Vertex Detector section of the
detector. The data members have the same meaning as those for the
Tracker_Hit class.
VXD_Hit(TkID* ID,Float_t *position, Float_t Eloss,
Float_t time,Int_t index)
Create a record of an energy deposition in the vertex detector
Inline Functions
VXD_Hit VXD_Hit()
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)
VXD_Hit VXD_Hit(VXD_Hit&)
void ~VXD_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.