readRootFile


class description - source file - inheritance tree

class readRootFile : public EventSource


    public:
readRootFile readRootFile(Char_t* rootFileName) readRootFile readRootFile(readRootFile&) virtual void ~readRootFile() TClass* Class() virtual Int_t getEvent(Event* event) Event* getEventPointer() virtual TClass* IsA() virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b)

Data Members

private:
Event* m_event current event Char_t* m_rootFileName input Root filename TFile* m_rootFile Root TFile TTree* T Root TTree Int_t m_nEvent current event number in file

Class Description

 readRootFile

 EventSource reading from root file

readRootFile(Char_t* rootFileName)
 constructor

~readRootFile()

Int_t getEvent(Event* event)
 get next event



Inline Functions


              Event* getEventPointer()
             TClass* Class()
             TClass* IsA()
                void ShowMembers(TMemberInspector& insp, char* parent)
                void Streamer(TBuffer& b)
        readRootFile readRootFile(readRootFile&)


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.