#include "hrtparamfinder.h" |
HRtMatchGrid
class description - source file - inheritance tree (.pdf)
public:
HRtMatchGrid()
HRtMatchGrid(const HRtMatchGrid&)
~HRtMatchGrid()
HRtMatchCell& bin(Int_t* i)
HRtMatchCell& bin(Float_t* a)
static TClass* Class()
void copyTo(TObjArray& list)
HRtMatchCell& getLastBin()
virtual TClass* IsA() const
HRtMatchGrid& operator=(const HRtMatchGrid&)
void setDimension(Int_t n, Int_t* bins)
void setRange(UInt_t i, Float_t min, Float_t max)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
HRtMatchingPar* syntetize()
protected:
HRtMatchCell* fCells [fSize]
UInt_t fSize
UInt_t fTotalBins
UInt_t fDimension
Float_t* fMin [fDimension]
Float_t* fMax [fDimension]
Float_t* fBinSize [fDimension]
Int_t* fBins [fDimension]
HRtMatchGrid(void)
~HRtMatchGrid(void)
void setDimension(Int_t n,Int_t bins[])
void copyTo(TObjArray &list)
void setRange(UInt_t i,Float_t min, Float_t max)
HRtMatchCell& bin(Int_t idx[])
HRtMatchCell& bin(Float_t a[])
HRtMatchingPar* syntetize(void)
Inline Functions
HRtMatchCell& getLastBin()
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
HRtMatchGrid HRtMatchGrid(const HRtMatchGrid&)
HRtMatchGrid& operator=(const HRtMatchGrid&)
Last update: Fri Jan 26 12:31:21 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.