#include "NTupleInfo.h"
#include "RNTupleCnv.h"
#include "RootObjAddress.h"
#include "GaudiKernel/DataObject.h"
#include "GaudiKernel/IOpaqueAddress.h"
#include "GaudiKernel/IDataProviderSvc.h"
#include "GaudiKernel/IDataManagerSvc.h"
#include "GaudiKernel/INTupleSvc.h"
#include "GaudiKernel/IRegistry.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/SmartIF.h"
#include "GaudiKernel/NTuple.h"
#include "TTree.h"
Go to the source code of this file.
|
#define | INSTANTIATE(TYP) template INTupleItem* createNTupleItem<TYP>(std::string itemName, std::string blockName, std::string index_name, int indexRange, int arraySize, TYP minimum, TYP maximum, INTuple* tuple) |
| Make the compiler instantiate the code... More...
|
|
#define INSTANTIATE |
( |
|
TYP | ) |
template INTupleItem* createNTupleItem<TYP>(std::string itemName, std::string blockName, std::string index_name, int indexRange, int arraySize, TYP minimum, TYP maximum, INTuple* tuple) |
Make the compiler instantiate the code...
Definition at line 262 of file RNTupleCnv.cpp.