| #include "KanVector_Float.hh" |
KanVector_Float
class description - source file - inheritance tree (.pdf)
public:
KanVector_Float()
KanVector_Float(UInt_t size)
KanVector_Float(const KanVector_Float&)
virtual ~KanVector_Float()
void free()
Float_t getVal(UInt_t index) const
UInt_t n() const
KanVector_Float& operator=(const KanVector_Float&)
void resize(UInt_t size)
void setVal(UInt_t index, Float_t value)
A vector of 32 bit Float_t for ROOT persistent storage.
KanVector_Float() //
KanVector_Float(UInt_t size) //
KanVector_Float( const KanVector_Float& other ) //
~KanVector_Float()
d'tor
setVal(UInt_t index, Float_t value)
set float index to value
void free()
Inline Functions
UInt_t n() const
Float_t getVal(UInt_t index) const
void resize(UInt_t size)
KanVector_Float& operator=(const KanVector_Float&)
Author: E. Charles
Last update: KanVector_Float.cc,v 1.4 2004/08/06 06:13:04 bartoldu Exp $
Copyright (C) 2003 LBNL
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.
|