#include "hstartlookup.h"

HStartLookupTdc


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

class HStartLookupTdc : public TObject

Inheritance Chart:
TObject
<-
HStartLookupTdc

    public:
HStartLookupTdc(Int_t n = 32) HStartLookupTdc(const HStartLookupTdc&) ~HStartLookupTdc() static TClass* Class() void clear() HStartLookupChan* getChannel(Int_t c) Int_t getCrate() Int_t getSize() Int_t getSlot() virtual TClass* IsA() const HStartLookupTdc& operator=(const HStartLookupTdc&) HStartLookupChan& operator[](Int_t i) void setAddress(Int_t c, Int_t s) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
TObjArray* array pointer array containing HStartLookupChan objects Int_t crate crate number Int_t slot slot number Int_t nChan number of TDC channels

Class Description

 HStartLookup

 Container class for mapping Crate/Tdc/TdcChannel to Module/Strip
   needed by the START unpacker



HStartLookupTdc(Int_t n)
 constructor creates an array of pointers of type HStartLookupChan

~HStartLookupTdc()
 destructor

void clear()
 clears the data members



Inline Functions


        HStartLookupChan* getChannel(Int_t c)
        HStartLookupChan& operator[](Int_t i)
                    Int_t getSize()
                    Int_t getCrate()
                    Int_t getSlot()
                     void setAddress(Int_t c, Int_t s)
                  TClass* Class()
                  TClass* IsA() const
                     void ShowMembers(TMemberInspector& insp, char* parent)
                     void Streamer(TBuffer& b)
                     void StreamerNVirtual(TBuffer& b)
          HStartLookupTdc HStartLookupTdc(const HStartLookupTdc&)
         HStartLookupTdc& operator=(const HStartLookupTdc&)


Last update: Fri Jan 26 12:34:49 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.