#include "hhodolookup.h"

HHodoLookupCrate


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

class HHodoLookupCrate : public TObject

Inheritance Chart:
TObject
<-
HHodoLookupCrate

    public:
HHodoLookupCrate(Int_t numSlots = 1) HHodoLookupCrate(const HHodoLookupCrate&) ~HHodoLookupCrate() static TClass* Class() void fill(Int_t, Int_t, Int_t, Int_t) Int_t getMaxSize() Int_t getSize() HHodoLookupSlot* getSlot(Int_t s) virtual TClass* IsA() const HHodoLookupCrate& operator=(const HHodoLookupCrate&) HHodoLookupSlot& 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 HHodoLookupSlot objects Int_t maxSlot actual maximum index of slots Int_t nSlots maximum number of slots in a crate

Class Description


  HHodoLookup

  Parameter container for mapping Crate/Slot/Channel to Module/Fiber
  needed by the unpacker for the Pion Hodoscopes



HHodoLookupCrate(Int_t numSlots)
 constructor creates an array of pointers of type HHodoLookupSlot

~HHodoLookupCrate(void)
 destructor

void fill(Int_t slot, Int_t channel, Int_t module, Int_t fiber)
 Expands the array, if necessary, creates the objects of type HHodoLookupSlot,
 and then calls the fill function of the objects with index slot.



Inline Functions


         HHodoLookupSlot& operator[](Int_t i)
         HHodoLookupSlot* getSlot(Int_t s)
                    Int_t getSize()
                    Int_t getMaxSize()
                  TClass* Class()
                  TClass* IsA() const
                     void ShowMembers(TMemberInspector& insp, char* parent)
                     void Streamer(TBuffer& b)
                     void StreamerNVirtual(TBuffer& b)
         HHodoLookupCrate HHodoLookupCrate(const HHodoLookupCrate&)
        HHodoLookupCrate& operator=(const HHodoLookupCrate&)


Last update: Fri Jan 26 11:56:05 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.