library: libVMC #include "TVirtualMCStack.h" |
TVirtualMCStack
class description - source file - inheritance tree (.pdf)
This is an abstract class, constructors will not be documented.
Look at the header to check for available constructors.
public:
virtual ~TVirtualMCStack()
static TClass* Class()
virtual Int_t GetCurrentParentTrackNumber() const
virtual TParticle* GetCurrentTrack() const
virtual Int_t GetCurrentTrackNumber() const
virtual Int_t GetNprimary() const
virtual Int_t GetNtrack() const
virtual TClass* IsA() const
TVirtualMCStack& operator=(const TVirtualMCStack&)
virtual TParticle* PopNextTrack(Int_t& itrack)
virtual TParticle* PopPrimaryForTracking(Int_t i)
virtual void PushTrack(Int_t toBeDone, Int_t parent, Int_t pdg, Double_t px, Double_t py, Double_t pz, Double_t e, Double_t vx, Double_t vy, Double_t vz, Double_t tof, Double_t polx, Double_t poly, Double_t polz, TMCProcess mech, Int_t& ntr, Double_t weight, Int_t is)
virtual void SetCurrentTrack(Int_t trackNumber)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
Interface to a user defined particles stack.
______________________________________________________________________________
~TVirtualMCStack()
Inline Functions
void PushTrack(Int_t toBeDone, Int_t parent, Int_t pdg, Double_t px, Double_t py, Double_t pz, Double_t e, Double_t vx, Double_t vy, Double_t vz, Double_t tof, Double_t polx, Double_t poly, Double_t polz, TMCProcess mech, Int_t& ntr, Double_t weight, Int_t is)
TParticle* PopNextTrack(Int_t& itrack)
TParticle* PopPrimaryForTracking(Int_t i)
void SetCurrentTrack(Int_t trackNumber)
Int_t GetNtrack() const
Int_t GetNprimary() const
TParticle* GetCurrentTrack() const
Int_t GetCurrentTrackNumber() const
Int_t GetCurrentParentTrackNumber() const
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
TVirtualMCStack& operator=(const TVirtualMCStack&)
Author: Ivana Hrivnacova, 27/03/2002
Last update: root/vmc:$Name: $:$Id: TVirtualMCStack.cxx,v 1.2 2003/09/23 14:03:15 brun Exp $
ROOT page - Class index - Class Hierarchy - 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.