#include "hldfilesourcebase.h"

HldFileDesc


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

class HldFileDesc : public TObject

Inheritance Chart:
TObject
<-
HldFileDesc
    private:
HldFileDesc() public:
HldFileDesc(const Text_t* name, const Int_t runId, const Int_t refId = -1) HldFileDesc(const HldFileDesc&) ~HldFileDesc() static TClass* Class() virtual const Text_t* GetName() const Int_t getRefId() Int_t getRunId() virtual TClass* IsA() const HldFileDesc& operator=(const HldFileDesc&) void setRefId(Int_t r) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
TString fName File name Int_t fRunId RunId Int_t fRefId Reference run Id for initialization

Class Description

HLdFileSource

  This "data source" reads the LMD data from files on disk.
  (further information in base class HldSource)





Inline Functions


                 void ~HldFileDesc()
          HldFileDesc HldFileDesc()
          HldFileDesc HldFileDesc(const Text_t* name, const Int_t runId, const Int_t refId = -1)
        const Text_t* GetName() const
                Int_t getRunId()
                Int_t getRefId()
                 void setRefId(Int_t r)
              TClass* Class()
              TClass* IsA() const
                 void ShowMembers(TMemberInspector& insp, char* parent)
                 void Streamer(TBuffer& b)
                 void StreamerNVirtual(TBuffer& b)
          HldFileDesc HldFileDesc(const HldFileDesc&)
         HldFileDesc& operator=(const HldFileDesc&)


Author: Ilse Koenig
Last update: 26/11/98 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.