The Gaudi Framework  master (37c0b60a)
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 (const std::string &itemName, const std::string &blockName, const std::string &indexName, int indexRange, int arraySize, TYP minimum, TYP maximum, INTuple *tuple, bool hasRange)
 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 (long long)
 
 RootHistCnv::INSTANTIATE (unsigned char)
 
 RootHistCnv::INSTANTIATE (unsigned int)
 
 RootHistCnv::INSTANTIATE (unsigned short)
 
 RootHistCnv::INSTANTIATE (unsigned long)
 
 RootHistCnv::INSTANTIATE (unsigned long long)
 

Macro Definition Documentation

◆ INSTANTIATE

#define INSTANTIATE (   TYP)
Value:
template INTupleItem* createNTupleItem<TYP>( const std::string& itemName, const std::string& blockName, \
const std::string& index_name, int indexRange, int arraySize, \
TYP minimum, TYP maximum, INTuple* tuple, bool hasRange )

Make the compiler instantiate the code...

Definition at line 258 of file RNTupleCnv.cpp.

std::string
STL class.
INTuple
Definition: INTuple.h:91
INTupleItem
Definition: INTuple.h:37