The Gaudi Framework  master (d98a2936)
NTupleItems.cpp File Reference
Include dependency graph for NTupleItems.cpp:

Go to the source code of this file.

Macros

#define INSTANTIATE(TYP)
 

Typedefs

typedef const std::string & CSTR
 
typedef const std::type_info & CTYPE
 

Macro Definition Documentation

◆ INSTANTIATE

#define INSTANTIATE (   TYP)
Value:
template class NTuple::_Item<TYP>; \
template class NTuple::_Array<TYP>; \
template class NTuple::_Matrix<TYP>;

Definition at line 41 of file NTupleItems.cpp.

Typedef Documentation

◆ CSTR

typedef const std::string& CSTR

Definition at line 15 of file NTupleItems.cpp.

◆ CTYPE

typedef const std::type_info& CTYPE

Definition at line 16 of file NTupleItems.cpp.

NTuple::_Item
Abstract class describing a column in a N tuple.
Definition: NTuple.h:42
NTuple::_Array
Abstract class describing a column-array in a N tuple.
Definition: NTuple.h:44
NTuple::_Matrix
Abstract class describing a matrix column in a N tuple.
Definition: NTuple.h:46