#include "htofparrootfileio.h"

HTofParRootFileIo


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

class HTofParRootFileIo : public HDetParRootFileIo

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

    public:
HTofParRootFileIo(HParRootFile* f) HTofParRootFileIo(const HTofParRootFileIo&) ~HTofParRootFileIo() static TClass* Class() virtual Bool_t init(HParSet*, Int_t*) virtual TClass* IsA() const HTofParRootFileIo& operator=(const HTofParRootFileIo&) Bool_t read(HTofCalPar*, Int_t*) Bool_t read(HTofDigiPar*, Int_t*) Bool_t read(HTofLookup*, Int_t*) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members




Class Description

  HTofParRootFileIo

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

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



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

~HTofParRootFileIo()
 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(HTofLookup* pPar,Int_t* set)
 reads and fills the container "TofLookup" needed by the unpacker.
 Returns kFalse, when not initialized completely from this input

Bool_t read(HTofCalPar* pPar,Int_t* set)
 reads and fills the container "TofCalPar" for calibration parameters

Bool_t read(HTofDigiPar* pPar,Int_t* set)
 reads and fills the container "TofDigitPar" for digitization parameters



Inline Functions


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


Last update: 08/12/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.