#include "T49EventMCRoot.h"

T49EventMCRoot


class description - source file - inheritance tree (.pdf)

class T49EventMCRoot : public T49EventRoot

Inheritance Chart:
TObject
<-
T49Event
<-
T49EventRoot
<-
T49EventMCRoot

    public:
T49EventMCRoot() T49EventMCRoot(Int_t AllocObjects) T49EventMCRoot(const T49EventMCRoot&) virtual ~T49EventMCRoot() static TClass* Class() virtual void ClearParticleLists() virtual TClonesArray* GetMCParticles() virtual TObjArray* GetMCVertices() virtual TClass* IsA() const T49EventMCRoot& operator=(const T49EventMCRoot&) virtual Bool_t ReCreateArrays() virtual void ResetMCParticles() virtual void ResetMCVertices() virtual void SetMCParticleList(TClonesArray* list) virtual void SetMCVertexList(TObjArray* list) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
TClonesArray* fMCParticles List of Monte Carlo particles TObjArray* fMCVertices List of Monte Carlo vertices static TClonesArray* fgStaticMCParticles

Class Description

                                                                   
    Root mini-DST event class. Includes additional lists for       
    Monte Carlo tracks and vertices                                
                                                                   


T49EventMCRoot():T49EventRoot()
 T49EventMCRoot default constructor


T49EventMCRoot(Int_t AllocObjects) :T49EventRoot(AllocObjects)
 T49EventMCRoot default constructor


~T49EventMCRoot()
 T49EventMCRoot destructor


void ClearParticleLists()
 Clears all particle lists


Bool_t ReCreateArrays()
 Creates new static particle lists


void Streamer(TBuffer &R__b)
 Stream an object of class T49EventMCRoot.




Inline Functions


                   void ResetMCParticles()
                   void ResetMCVertices()
          TClonesArray* GetMCParticles()
             TObjArray* GetMCVertices()
                   void SetMCParticleList(TClonesArray* list)
                   void SetMCVertexList(TObjArray* list)
                TClass* Class()
                TClass* IsA() const
                   void ShowMembers(TMemberInspector& insp, char* parent)
                   void StreamerNVirtual(TBuffer& b)
         T49EventMCRoot T49EventMCRoot(const T49EventMCRoot&)
        T49EventMCRoot& operator=(const T49EventMCRoot&)


Last update: Thu Aug 17 15:28:32 2006


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.