LCDVXD_Hit


class description - source file - inheritance tree

class LCDVXD_Hit : public TObject

    private:
protected:
public:
LCDVXD_Hit LCDVXD_Hit(LCDTkID* ID, Double_t* position, Double_t Eloss, Double_t time, Int_t index) LCDVXD_Hit LCDVXD_Hit() LCDVXD_Hit LCDVXD_Hit(LCDVXD_Hit&) virtual void ~LCDVXD_Hit() static TClass* Class() Double_t GetEloss() LCDTkID GetLayer() 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)

Data Members

private:
LCDTkID m_ID Binary descriptor for the hit Double_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 protected:
public:

Class Description

 LCDVXD_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.



LCDVXD_Hit(LCDTkID* ID, Double_t *position, Double_t Eloss, Double_t time,Int_t index)
Create a record of an energy deposition in the vertex detector



Inline Functions


         LCDVXD_Hit LCDVXD_Hit()
            LCDTkID GetLayer()
          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)
         LCDVXD_Hit LCDVXD_Hit(LCDVXD_Hit&)
               void ~LCDVXD_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.