EDeposit


class description - source file - inheritance tree

class EDeposit : public TObject


    public:
EDeposit EDeposit(Int_t index, Float_t EDep) EDeposit EDeposit(Float_t EDep) EDeposit EDeposit() EDeposit EDeposit(EDeposit&) virtual void ~EDeposit() TClass* Class() Float_t GetEDeposit() Int_t GetPart() virtual TClass* IsA() virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b)

Data Members

private:
Int_t m_index Index in particle TObjArray of particle making deposit Float_t m_EDep Energy deposited by the particle in a single interaction

Class Description

 The EDeposit class stores the energy deposited by a particular particle
 in a single interaction.



EDeposit()
 Default constructor

EDeposit(Int_t index,Float_t EDep)
 Constructor to catalogue an energy deposition of EDep

Float_t GetEDeposit()
 Return the energy deposited in this instance

Int_t GetPart()
 Return the index of the particle doing the deposition.



Inline Functions


           EDeposit EDeposit()
            TClass* Class()
            TClass* IsA()
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
           EDeposit EDeposit(EDeposit&)
               void ~EDeposit()


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.