#include "hwalllookup.h"

HWallLookupSlot


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

class HWallLookupSlot : public TObject

Inheritance Chart:
TObject
<-
HWallLookupSlot

    public:
HWallLookupSlot(Int_t numChannels = 1) HWallLookupSlot(const HWallLookupSlot&) ~HWallLookupSlot() static TClass* Class() void clear() void fill(Char_t, Int_t, Int_t) HWallLookupChan* getChannel(Int_t c) Int_t getMaxSize() Int_t getSize() Char_t getType() virtual TClass* IsA() const HWallLookupSlot& operator=(const HWallLookupSlot&) HWallLookupChan& 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 pointer array containing HWallLookupChan objects Char_t modType type of digital converter (A=ADC, T=TDC, U=undefined) Int_t maxChannel actual maximum index of channel Int_t nChannels maximum number of channels in a slot

Class Description


  HWallLookup

  Container class for mapping Crate/TdcAdc/Channel to Cell
  needed by the unpacker for the Forward Wall



HWallLookupSlot(Int_t nChan)
 constructor creates an array of nChan pointers of type HWallLookupChan

~HWallLookupSlot(void)
 destructor

void clear(void)
 sets the module type to 'U' (unknown) and clears the array

void fill(Char_t dcType, Int_t channel, Int_t cell)
 Sets the module type and fills the HLookupChan objects with index channel
 The array is automatically expanded to 32 channels.



Inline Functions


        HWallLookupChan& operator[](Int_t i)
        HWallLookupChan* getChannel(Int_t c)
                   Int_t getSize()
                   Int_t getMaxSize()
                  Char_t getType()
                 TClass* Class()
                 TClass* IsA() const
                    void ShowMembers(TMemberInspector& insp, char* parent)
                    void Streamer(TBuffer& b)
                    void StreamerNVirtual(TBuffer& b)
         HWallLookupSlot HWallLookupSlot(const HWallLookupSlot&)
        HWallLookupSlot& operator=(const HWallLookupSlot&)


Last update: Fri Jan 26 12:38:26 2007


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.