class TFBinVector<float>


  File:      TFColumn.cpp

  Version:   1.0

  Author:    Reiner Rohlfs (GADC)

  History:   1.0   18.07.03  first released version


Function Members (Methods)

public:
TFBinVector<float>()
TFBinVector<float>(Int_t num)
TFBinVector<float>(const TFBinVector<float>& bv)
~TFBinVector<float>()
static TClass*Class()
virtual TClass*IsA() const
TFBinVector<float>&operator=(const TFBinVector<float>& bv)
booloperator==(const TFBinVector<float>& bv) const
float&operator[](UInt_t row) const
float&operator[](UInt_t row)
voidresize(Int_t num)
virtual voidShowMembers(TMemberInspector& insp, char* parent)
Int_tsize() const
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)

Data Members

protected:
vector<float,allocator<float> >fData

Class Charts

Inheritance Chart:
TFBinVector<float>

Function documentation

Double_t operator[](UInt_t row)
{return ToDouble(row);}
TFSetDbl operator[](UInt_t row)
{return TFSetDbl(this, row);}
friend Double_t operator=(const TFBinVector<float>& bv)
return operator==(const TFBinVector<float>& bv) const
void resize(Int_t num)
{fData.resize(num);}
Int_t size()
{return fData.size();}
IsA()

Author: (GADC)
Last update: Fri Mar 14 13:55:09 2008

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.