#include "hmdclookupraw.h"

HMdcLookupLayer


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

class HMdcLookupLayer : public TObject

Inheritance Chart:
TObject
<-
HMdcLookupLayer

    public:
HMdcLookupLayer(Int_t n = 0) HMdcLookupLayer(const HMdcLookupLayer&) ~HMdcLookupLayer() static TClass* Class() Int_t getSize() virtual TClass* IsA() const HMdcLookupLayer& operator=(const HMdcLookupLayer&) HMdcLookupCell& operator[](Int_t i) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
TObjArray* array

Class Description

  HMdcLookupRaw

  Container class for lookup parameters to map the
  geometrical tree of the Mdc (sectors, modules, layers,
  cells) to the hardware tree of the Mdc (sectors, modules,
  motherboards, TDC channels).
  This information is needed for data mapping from cal1
  level to raw level.
  This container has no read functions in the I/O classes,
  but is initialized from the lookup table HMdcLookupGeom,
  which contains the same information but accesssible with
  hardware addresses. This garanties the consistency when
  both containers are needed.
  A write function is only privided for an Ascii I/O.



HMdcLookupLayer(Int_t n)
 constructor creates an array of pointers of type
 HMdcLookupCell (array of all cells in a layer)

~HMdcLookupLayer()
 destructor



Inline Functions


         HMdcLookupCell& operator[](Int_t i)
                   Int_t getSize()
                 TClass* Class()
                 TClass* IsA() const
                    void ShowMembers(TMemberInspector& insp, char* parent)
                    void Streamer(TBuffer& b)
                    void StreamerNVirtual(TBuffer& b)
         HMdcLookupLayer HMdcLookupLayer(const HMdcLookupLayer&)
        HMdcLookupLayer& operator=(const HMdcLookupLayer&)


Last update: 17/01/2002 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.