#include "hrun.h"

HParVersion


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

class HParVersion : public TNamed

Inheritance Chart:
TObject
<-
TNamed
<-
HParVersion

    public:
HParVersion() HParVersion(Text_t* name) HParVersion(const HParVersion&) ~HParVersion() static TClass* Class() Int_t getInputVersion(Int_t i) Int_t getRootVersion() virtual TClass* IsA() const HParVersion& operator=(const HParVersion&) void resetInputVersions() void setInputVersion(Int_t v = -1, Int_t i = 0) void setRootVersion(Int_t v) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
Int_t inputVersions[3] ! version of the container in the 2 possible inputs Int_t rootVersion version of the container in ROOT output file

Class Description

  HRun

  class for the parameter versions of an event file

  The name of each run is the run id converted to a string.
  The run id number identifies the event file. Each event has
  this number in the event header. It is also stored in Oracle
  and can be used to find the name of the corresponding LMD-file
  and the valid parameter versions.
  In the parameter ROOT file the valid parameter versions are
  accessible via the name.
  Associated with the run is a list of container
  names with the versions of the containers in the two
  possible inputs and the output (class HParVersions).
  The input versions are used during the initialisation
  used during the initialisation of the containers.



HParVersion(Text_t* name) : TNamed(name,"version info")
 constructor with the name of the container



Inline Functions


                void ~HParVersion()
         HParVersion HParVersion(Text_t* name)
                void setInputVersion(Int_t v = -1, Int_t i = 0)
               Int_t getInputVersion(Int_t i)
                void resetInputVersions()
                void setRootVersion(Int_t v)
               Int_t getRootVersion()
             TClass* Class()
             TClass* IsA() const
                void ShowMembers(TMemberInspector& insp, char* parent)
                void Streamer(TBuffer& b)
                void StreamerNVirtual(TBuffer& b)
         HParVersion HParVersion(const HParVersion&)
        HParVersion& operator=(const HParVersion&)


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.