LCDTracker_Hit
class description - source file - inheritance tree
private:
protected:
public:
LCDTracker_Hit LCDTracker_Hit(LCDTkID* ID, Double_t* position, Double_t Eloss, Double_t time, Int_t index)
LCDTracker_Hit LCDTracker_Hit()
LCDTracker_Hit LCDTracker_Hit(LCDTracker_Hit&)
virtual void ~LCDTracker_Hit()
static TClass* Class()
Double_t GetEloss()
LCDTkID* GetID()
Int_t GetParticle()
Double_t* GetPosition()
Double_t GetTime()
virtual TClass* IsA() const
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
LCDTkID m_ID Hit identifier
Double_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
protected:
public:
LCDTracker_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.
LCDTracker_Hit()
Default constructor
LCDTracker_Hit(LCDTkID* ID,Double_t *position, Double_t Eloss,
Double_t time, Int_t index)
Create a record of an energy deposition in the tracker
Inline Functions
LCDTkID* GetID()
Double_t* GetPosition()
Double_t GetEloss()
Double_t GetTime()
Int_t GetParticle()
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
LCDTracker_Hit LCDTracker_Hit(LCDTracker_Hit&)
void ~LCDTracker_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.