#include "hshowerparrootfileio.h"

HShowerParRootFileIo


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

class HShowerParRootFileIo : public HDetParRootFileIo

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

    public:
HShowerParRootFileIo(HParRootFile* f) HShowerParRootFileIo(const HShowerParRootFileIo&) ~HShowerParRootFileIo() static TClass* Class() virtual Bool_t init(HParSet*, Int_t*) virtual TClass* IsA() const HShowerParRootFileIo& operator=(const HShowerParRootFileIo&) Bool_t read(HShowerGeometry* pPar, Int_t* set) Bool_t read(HShowerDigiDetPar* pPar, Int_t* set) Bool_t read(HShowerHitFPar* pPar, Int_t* set) Bool_t read(HShowerCalPar* pPar, Int_t* set) Bool_t read(HShowerHist* pPar, Int_t* set) Bool_t read(HShowerUnpackParam* pPar, Int_t* set) void readContainer(HShowerParSet* pPar, char* name, Int_t version) Bool_t readObject(HShowerParSet* pPar) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members




Class Description

HShowerParRootFileIo

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

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



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

~HShowerParRootFileIo()
 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 readObject(HShowerParSet *pPar)

Bool_t readObject(HShowerParSet *pPar)

Bool_t read(HShowerGeometry* pPar,Int_t* set)
if (!readObject(pPar))

Bool_t read(HShowerDigiDetPar* pPar,Int_t* set)

Bool_t read(HShowerHitFPar* pPar,Int_t* set)

Bool_t read(HShowerCalPar* pPar,Int_t* set)

Bool_t read(HShowerHist* pPar,Int_t* set)

Bool_t read(HShowerUnpackParam* pPar,Int_t* set)

void readContainer(HShowerParSet *pPar,char *name,Int_t version)



Inline Functions


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


Last update: 02/11/98


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.