LCDEDeposit
class description - source file - inheritance tree
private:
protected:
public:
LCDEDeposit LCDEDeposit()
LCDEDeposit LCDEDeposit(Double_t EDep)
LCDEDeposit LCDEDeposit(Int_t index, Double_t EDep)
LCDEDeposit LCDEDeposit(LCDEDeposit&)
virtual void ~LCDEDeposit()
static TClass* Class()
Double_t GetEDeposit()
Int_t GetPart()
virtual TClass* IsA() const
void SetEDeposit(Double_t edep)
void SetPart(Int_t mcid)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
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
public:
EDeposit
The EDeposit class stores the energy deposited by a particular particle
in a single interaction.
Inline Functions
LCDEDeposit LCDEDeposit()
LCDEDeposit LCDEDeposit(Double_t EDep)
LCDEDeposit LCDEDeposit(Int_t index, Double_t EDep)
Double_t GetEDeposit()
void SetEDeposit(Double_t edep)
Int_t GetPart()
void SetPart(Int_t mcid)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
LCDEDeposit LCDEDeposit(LCDEDeposit&)
void ~LCDEDeposit()
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.