#include "hmdclookupraw.h"

HMdcLookupCell


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

class HMdcLookupCell : public TObject

Inheritance Chart:
TObject
<-
HMdcLookupCell

    public:
HMdcLookupCell(Int_t m = -1, Int_t c = -1) HMdcLookupCell(const HMdcLookupCell&) ~HMdcLookupCell() static TClass* Class() void clear() void fill(Int_t m, Int_t c) Int_t getNChan() Int_t getNMoth() virtual TClass* IsA() const HMdcLookupCell& operator=(const HMdcLookupCell&) void setNChan(Int_t c) void setNMoth(Int_t m) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
Int_t nMoth number of the Motherboard Int_t nChan number of the TDC channel

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.





Inline Functions


                   void ~HMdcLookupCell()
         HMdcLookupCell HMdcLookupCell(Int_t m = -1, Int_t c = -1)
                   void setNMoth(Int_t m)
                   void setNChan(Int_t c)
                   void fill(Int_t m, Int_t c)
                  Int_t getNMoth()
                  Int_t getNChan()
                   void clear()
                TClass* Class()
                TClass* IsA() const
                   void ShowMembers(TMemberInspector& insp, char* parent)
                   void Streamer(TBuffer& b)
                   void StreamerNVirtual(TBuffer& b)
         HMdcLookupCell HMdcLookupCell(const HMdcLookupCell&)
        HMdcLookupCell& operator=(const HMdcLookupCell&)


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.