#include "hmdcevreadout.h"

HMdcEvReadoutBus


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

class HMdcEvReadoutBus : public TObject

Inheritance Chart:
TObject
<-
HMdcEvReadoutBus

    public:
HMdcEvReadoutBus(Int_t s = -1, Int_t m = -1, Int_t l = -1) HMdcEvReadoutBus(const HMdcEvReadoutBus&) ~HMdcEvReadoutBus() static TClass* Class() void clear() void fill(Int_t s, Int_t m, Int_t l) Int_t getMbo() Int_t getMod() Int_t getSec() virtual TClass* IsA() const HMdcEvReadoutBus& operator=(const HMdcEvReadoutBus&) void setMbo(Int_t n) void setMod(Int_t n) void setSec(Int_t n) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
Int_t sec module index Int_t mod sector index Int_t mbo Motherboard index

Class Description

HMdcEvReadout

  Container for lookup table needed by the unpacker to map
  the readout addresses to a motherboard.
  This container has no read functions in the I/O classes,
  but is initialized from the lookup table HMdcMboReadout,
  which contains the same information but accesssible with
  the sector, module and motherboard number.





Inline Functions


                     void ~HMdcEvReadoutBus()
         HMdcEvReadoutBus HMdcEvReadoutBus(Int_t s = -1, Int_t m = -1, Int_t l = -1)
                     void setSec(Int_t n)
                     void setMod(Int_t n)
                     void setMbo(Int_t n)
                     void fill(Int_t s, Int_t m, Int_t l)
                    Int_t getSec()
                    Int_t getMod()
                    Int_t getMbo()
                     void clear()
                  TClass* Class()
                  TClass* IsA() const
                     void ShowMembers(TMemberInspector& insp, char* parent)
                     void Streamer(TBuffer& b)
                     void StreamerNVirtual(TBuffer& b)
         HMdcEvReadoutBus HMdcEvReadoutBus(const HMdcEvReadoutBus&)
        HMdcEvReadoutBus& operator=(const HMdcEvReadoutBus&)


Last update: 17/01/2002


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.