readStdFile


class description - source file - inheritance tree

class readStdFile : public EventSource

    private:
Int_t readEvent() public:
readStdFile readStdFile() readStdFile readStdFile(Char_t*) readStdFile readStdFile(readStdFile&) virtual void ~readStdFile() TClass* Class() virtual Int_t getEvent(Event* event) virtual TClass* IsA() Int_t makeMCs(Event* event) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b)

Data Members

private:
Event* m_event current event Char_t* inputfile stdHEP file from which we read Int_t ierr last IO status Int_t istr

Class Description

 readStdFile

 This class is one type of event source.  It can get an event from a stdHEP
 file and feed the MC particle information into instances of MC

readStdFile(char* filein)

~readStdFile()

int readEvent()
 reading the binary file to fill the common block

int getEvent(Event* event)
 From stdHEP file representation to MCpart instances

int makeMCs(Event* event)
 This method makes McPart objects from the stdHEP common
 Someday if we have an MCdiag which also wants to output to the
 stdHEP common this method should be moved to a utility base
 class from which readStdFile and MCdiag could both inherit.



Inline Functions


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


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.