| #include "hparrootfileio.h" | 
HParRootFile
class description - source file - inheritance tree (.pdf)
    public:
                      HParRootFile(Text_t* fname, Option_t* option = "READ", Text_t* ftitle, Int_t compress = 1)
                      ~HParRootFile()
       static TClass* Class()
                HRun* getRun()
      virtual TClass* IsA() const
                 void readVersions(HRun*)
         virtual void ShowMembers(TMemberInspector& insp, char* parent)
         virtual void Streamer(TBuffer& b)
                 void StreamerNVirtual(TBuffer& b)
    public:
      HRun* run  ! pointer to current run in ROOT file
 HParRootFileIo
 Interface class for parameter I/O from/to ROOT file
 derived from interface base class HParIo.
 It contains a pointer to the "connection class" of type HParRootFile
 inherited from TFile.  HParRootFile contains an object of type HRun
 which holds the list of container versions for an event file.
 It contains also a list of detector interface classes all having the common
 base type HDetParRootFileIo. Every detector has its own interface class.
 This class replaces the former class HParFileIo.
 HParRootFile(Text_t* fname, Option_t* option,
                           Text_t* ftitle, Int_t compress)
              : TFile(fname,option,ftitle,compress) 
 constructor opens a ROOT file
 ~HParRootFile() 
 destructor
void readVersions(HRun* currentRun) 
 finds the current run containing the parameter container versions
 in the ROOT file
Inline Functions
              HRun* getRun()
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
Last update: 03/02/2000 by Ilse Koenig
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.