![]() |
The Gaudi Framework
v39r3 (979e3109)
|
#include "RNTupleCnv.h"#include "RootObjAddress.h"#include <GaudiKernel/DataObject.h>#include <GaudiKernel/IDataManagerSvc.h>#include <GaudiKernel/IDataProviderSvc.h>#include <GaudiKernel/INTupleSvc.h>#include <GaudiKernel/IOpaqueAddress.h>#include <GaudiKernel/IRegistry.h>#include <GaudiKernel/MsgStream.h>#include <GaudiKernel/NTuple.h>#include <GaudiKernel/SmartIF.h>#include <TTree.h>
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 > | |
| INTupleItem * | RootHistCnv::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) | |
| #define INSTANTIATE | ( | TYP | ) |
Make the compiler instantiate the code...
Definition at line 258 of file RNTupleCnv.cpp.