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

Go to the source code of this file.

Namespaces

 RootHistCnv
 

Macros

#define INSTANTIATE(TYP)
 Make the compiler instantiate the code... More...
 

Functions

template<class TYP >
INTupleItemRootHistCnv::createNTupleItem (std::string itemName, std::string blockName, std::string indexName, int indexRange, int arraySize, TYP minimum, TYP maximum, INTuple *tuple)
 Add an item of a given type to the N tuple. More...
 
 RootHistCnv::INSTANTIATE (float)
 
 RootHistCnv::INSTANTIATE (double)
 
 RootHistCnv::INSTANTIATE (bool)
 
 RootHistCnv::INSTANTIATE (char)
 
 RootHistCnv::INSTANTIATE (int)
 
 RootHistCnv::INSTANTIATE (short)
 
 RootHistCnv::INSTANTIATE (long)
 
 RootHistCnv::INSTANTIATE (unsigned char)
 
 RootHistCnv::INSTANTIATE (unsigned long long)
 

Macro Definition Documentation

#define INSTANTIATE (   TYP)
Value:
template INTupleItem* createNTupleItem<TYP>( std::string itemName, std::string blockName, std::string index_name, \
int indexRange, int arraySize, TYP minimum, TYP maximum, \
INTuple* tuple )
STL class.
NTuple interface class definition.
Definition: INTuple.h:27

Make the compiler instantiate the code...

Definition at line 263 of file RNTupleCnv.cpp.