Gaudi Framework, version v23r7

Home   Generated: Wed Mar 20 2013
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Types | Public Member Functions | Protected Attributes | List of all members
NTuple::_Data< TYP > Class Template Referenceabstract

Abstract class describing basic data in an Ntuple. More...

#include <NTuple.h>

Inheritance diagram for NTuple::_Data< TYP >:
Inheritance graph
[legend]
Collaboration diagram for NTuple::_Data< TYP >:
Collaboration graph
[legend]

Public Types

typedef Range< TYP > ItemRange
 Set type definition to make life more easy easy.
 

Public Member Functions

virtual void setDefault (const TYP d)=0
 Set default value.
 
virtual const ItemRangerange () const =0
 Access the range if specified.
 
- Public Member Functions inherited from INTupleItem
virtual ~INTupleItem ()
 destructor
 
virtual void release ()=0
 Destruct object.
 
virtual const std::type_infotypeID () const =0
 Compiler type ID.
 
virtual std::string typeName () const =0
 Proper type name of the object.
 
virtual const void * buffer () const =0
 Access data buffer (CONST)
 
virtual bool hasIndex () const =0
 Is the tuple have an index item?
 
virtual const std::stringindex () const =0
 Access the index _Item.
 
virtual const std::stringname () const =0
 Access _Item name.
 
virtual long type () const =0
 Type information of the item.
 
virtual long length () const =0
 Access the buffer length.
 
virtual void reset ()=0
 Reset column.
 
virtual long ndim () const =0
 Dimension.
 
virtual long dim (long i) const =0
 Access individual dimensions.
 
virtual long size () const =0
 Size of entire object.
 
virtual long filled () const =0
 Number of items filled.
 
virtual INTupleItemindexItem ()=0
 Pointer to index column (if present, 0 else)
 
virtual const INTupleItemindexItem () const =0
 Pointer to index column (if present, 0 else) (CONST)
 
virtual INTupletuple ()=0
 NTuple the item belongs to.
 

Protected Attributes

TYP * m_buffer
 Pointer to data buffer.
 

Additional Inherited Members

- Protected Member Functions inherited from INTupleItem
virtual void setType (long typ)=0
 Set the properties of the INTupleItem.
 

Detailed Description

template<class TYP>
class NTuple::_Data< TYP >

Abstract class describing basic data in an Ntuple.

Definition at line 112 of file NTuple.h.

Member Typedef Documentation

template<class TYP>
typedef Range<TYP> NTuple::_Data< TYP >::ItemRange

Set type definition to make life more easy easy.

Definition at line 118 of file NTuple.h.

Member Function Documentation

template<class TYP>
virtual const ItemRange& NTuple::_Data< TYP >::range ( ) const
pure virtual
template<class TYP>
virtual void NTuple::_Data< TYP >::setDefault ( const TYP  d)
pure virtual

Member Data Documentation

template<class TYP>
TYP* NTuple::_Data< TYP >::m_buffer
protected

Pointer to data buffer.

Definition at line 115 of file NTuple.h.


The documentation for this class was generated from the following file:

Generated at Wed Mar 20 2013 17:59:52 for Gaudi Framework, version v23r7 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004