LCDStripHit


class description - source file - inheritance tree

class LCDStripHit : public TObject

    private:
protected:
public:
LCDStripHit LCDStripHit() LCDStripHit LCDStripHit(UInt_t tag) LCDStripHit LCDStripHit(LCDStripHit&) virtual void ~LCDStripHit() void AddHit(Int_t hit, Int_t index) static TClass* Class() Int_t* GetMC() Int_t GetMCEntries() LCDstripID* GetStripPtr() virtual TClass* IsA() const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

private:
LCDstripID m_strip TowerID tag Int_t m_nMC # of MC particles Int_t m_MC[20] List of particles m_MC protected:
public:

Class Description

 LCDStripHit
 The StripHit class contains the information about a single calorimeter
 tower. This includes the stripID tag and the list of particles which
 hit the strip.



void AddHit(Int_t hit, Int_t index)
 Add a particle to the list of those hitting the strip



Inline Functions


        LCDStripHit LCDStripHit()
        LCDStripHit LCDStripHit(UInt_t tag)
              Int_t GetMCEntries()
             Int_t* GetMC()
        LCDstripID* GetStripPtr()
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
        LCDStripHit LCDStripHit(LCDStripHit&)
               void ~LCDStripHit()


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.