#include "RConverter.h"
Include dependency graph for RNTupleCnv.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | RootHistCnv |
Classes | |
class | RootHistCnv::RNTupleCnv |
Defines | |
#define | ROOTHISTCNV_RNTUPLECNV_H 1 |
Functions | |
template<class TYP> | |
INTupleItem * | RootHistCnv::createNTupleItem (NTUPLEINFO &tags, long i, INTuple *tuple, TYP minimum, TYP maximum, long &size) |
Add an item of a given type to the N tuple. | |
template<class TYP> | |
INTupleItem * | RootHistCnv::createNTupleItem (std::string itemName, std::string blockName, std::string indexName, int indexRange, int arraySize, TYP min, TYP max, INTuple *ntup) |
bool | RootHistCnv::parseName (std::string full, std::string &blk, std::string &var) |
#define ROOTHISTCNV_RNTUPLECNV_H 1 |
Definition at line 2 of file RNTupleCnv.h.