#include "hstartparrootfileio.h"

HStartParRootFileIo


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

class HStartParRootFileIo : public HDetParRootFileIo

Inheritance Chart:
TObject
<-
TNamed
<-
HDetParIo
<-
HDetParRootFileIo
<-
HStartParRootFileIo

    public:
HStartParRootFileIo(HParRootFile* f) HStartParRootFileIo(const HStartParRootFileIo&) ~HStartParRootFileIo() static TClass* Class() virtual Bool_t init(HParSet*, Int_t*) virtual TClass* IsA() const HStartParRootFileIo& operator=(const HStartParRootFileIo&) Bool_t read(HStartLookup*, Int_t*) Bool_t read(HStartCalPar*, Int_t*) Bool_t readStartModule(HStartSelfCoPar*, Int_t*) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members




Class Description

  HStartParRootFileIo

  Class for Start parameter input/output from/into ROOT file

  It is derived from the base class HDetParRootFileIo and
  inherits from it basic functions e.g. write(...)



HStartParRootFileIo(HParRootFile* f) : HDetParRootFileIo(f)
 constructor sets the name of the detector I/O "HStartParIo"

~HStartParRootFileIo()
 destructor

Bool_t init(HParSet* pPar,Int_t* set)
 Initializes a container called by name, but only the modules defined
   in the array 'set.
 Calls the special read function for this container.
 If it is called the first time, it reads the setup found in the file.

Bool_t read(HStartLookup* pPar,Int_t* set)
 Reads and fills the container "StartLookup" needed by the unpacker.
 Returns an error, when not initialized completely from this input

Bool_t read(HStartCalPar* pPar,Int_t* set)
 Reads and fills the container "StartCalPar"

Bool_t readStartModule(HStartSelfCoPar* pPar,Int_t* set)
 Reads and fills the container "StartSelfCoPar"



Inline Functions


                     TClass* Class()
                     TClass* IsA() const
                        void ShowMembers(TMemberInspector& insp, char* parent)
                        void Streamer(TBuffer& b)
                        void StreamerNVirtual(TBuffer& b)
         HStartParRootFileIo HStartParRootFileIo(const HStartParRootFileIo&)
        HStartParRootFileIo& operator=(const HStartParRootFileIo&)


Last update: 06/10/2000 by I.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.