The Gaudi Framework  v30r3 (a5ef0a68)
NTupleItems.cpp File Reference
Include dependency graph for NTupleItems.cpp:

Go to the source code of this file.

Macros

#define GAUDI_NTUPLEITEMS_CPP   1
 
#define INSTANTIATE(TYP)
 

Typedefs

typedef const std::stringCSTR
 
typedef const std::type_infoCTYPE
 

Macro Definition Documentation

#define GAUDI_NTUPLEITEMS_CPP   1

Definition at line 14 of file NTupleItems.cpp.

#define INSTANTIATE (   TYP)
Value:
template class NTuple::_Item<TYP>; \
template class NTuple::_Array<TYP>; \
template class NTuple::_Matrix<TYP>;
Abstract class describing a matrix column in a N tuple.
Definition: NTuple.h:45
Abstract class describing a column in a N tuple.
Definition: NTuple.h:41
Abstract class describing a column-array in a N tuple.
Definition: NTuple.h:43

Definition at line 49 of file NTupleItems.cpp.

Typedef Documentation

typedef const std::string& CSTR

Definition at line 21 of file NTupleItems.cpp.

typedef const std::type_info& CTYPE

Definition at line 22 of file NTupleItems.cpp.