The Gaudi Framework
master (37c0b60a)
|
Classes | |
class | DirectoryCnv |
class | PersSvc |
class | RConverter |
class | RCWNTupleCnv |
class | RDirectoryCnv |
class | RFileCnv |
class | RHistogramCnv |
class | RNTupleCnv |
class | RootCompressionSettings |
class | RootObjAddress |
class | RRWNTupleCnv |
Typedefs | |
typedef RHistogramCnv< TProfile, TProfile, Gaudi::HistogramBase > | RootHistCnvP1DCnv |
typedef RHistogramCnv< TProfile2D, TProfile2D, Gaudi::HistogramBase > | RootHistCnvP2DCnv |
typedef RHistogramCnv< TH1D, TH1, Gaudi::HistogramBase > | RootHistCnvH1DCnv |
typedef RHistogramCnv< TH2D, TH2, Gaudi::HistogramBase > | RootHistCnvH2DCnv |
typedef RootHistCnv::RHistogramCnv< TH3D, TH3, Gaudi::HistogramBase > | RootHistCnvH3DCnv |
Functions | |
template<class TYP > | |
INTupleItem * | 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... | |
INSTANTIATE (float) | |
INSTANTIATE (double) | |
INSTANTIATE (bool) | |
INSTANTIATE (char) | |
INSTANTIATE (int) | |
INSTANTIATE (short) | |
INSTANTIATE (long) | |
INSTANTIATE (long long) | |
INSTANTIATE (unsigned char) | |
INSTANTIATE (unsigned int) | |
INSTANTIATE (unsigned short) | |
INSTANTIATE (unsigned long) | |
INSTANTIATE (unsigned long long) | |
bool | parseName (const std::string &full, std::string &blk, std::string &var) |
bool | RootCd (const std::string &full) |
bool | RootMkdir (const std::string &full) |
std::string | RootPwd () |
bool | RootTrimLeadingDir (std::string &full, std::string dir) |
typedef RHistogramCnv<TH1D, TH1, Gaudi::HistogramBase> RootHistCnv::RootHistCnvH1DCnv |
Definition at line 38 of file RHistogramCnv.cpp.
typedef RHistogramCnv<TH2D, TH2, Gaudi::HistogramBase> RootHistCnv::RootHistCnvH2DCnv |
Definition at line 49 of file RHistogramCnv.cpp.
typedef RootHistCnv::RHistogramCnv<TH3D, TH3, Gaudi::HistogramBase> RootHistCnv::RootHistCnvH3DCnv |
Definition at line 60 of file RHistogramCnv.cpp.
typedef RHistogramCnv<TProfile, TProfile, Gaudi::HistogramBase> RootHistCnv::RootHistCnvP1DCnv |
Definition at line 16 of file RHistogramCnv.cpp.
typedef RHistogramCnv<TProfile2D, TProfile2D, Gaudi::HistogramBase> RootHistCnv::RootHistCnvP2DCnv |
Definition at line 27 of file RHistogramCnv.cpp.
INTupleItem * RootHistCnv::createNTupleItem | ( | const std::string & | itemName, |
const std::string & | blockName, | ||
const std::string & | indexName, | ||
int | indexRange, | ||
int | arraySize, | ||
TYP | min, | ||
TYP | max, | ||
INTuple * | ntup, | ||
bool | hasRange | ||
) |
Add an item of a given type to the N tuple.
Definition at line 265 of file RNTupleCnv.cpp.
RootHistCnv::INSTANTIATE | ( | bool | ) |
RootHistCnv::INSTANTIATE | ( | char | ) |
RootHistCnv::INSTANTIATE | ( | double | ) |
RootHistCnv::INSTANTIATE | ( | float | ) |
RootHistCnv::INSTANTIATE | ( | int | ) |
RootHistCnv::INSTANTIATE | ( | long long | ) |
RootHistCnv::INSTANTIATE | ( | long | ) |
RootHistCnv::INSTANTIATE | ( | short | ) |
RootHistCnv::INSTANTIATE | ( | unsigned char | ) |
RootHistCnv::INSTANTIATE | ( | unsigned int | ) |
RootHistCnv::INSTANTIATE | ( | unsigned long long | ) |
RootHistCnv::INSTANTIATE | ( | unsigned long | ) |
RootHistCnv::INSTANTIATE | ( | unsigned short | ) |
bool RootHistCnv::parseName | ( | const std::string & | full, |
std::string & | blk, | ||
std::string & | var | ||
) |
Definition at line 240 of file RNTupleCnv.cpp.
bool RootHistCnv::RootCd | ( | const std::string & | full | ) |
Definition at line 24 of file RootDirFcn.cpp.
bool RootHistCnv::RootMkdir | ( | const std::string & | full | ) |
Definition at line 41 of file RootDirFcn.cpp.
std::string RootHistCnv::RootPwd | ( | ) |
Definition at line 75 of file RootDirFcn.cpp.
bool RootHistCnv::RootTrimLeadingDir | ( | std::string & | full, |
std::string | dir | ||
) |
Definition at line 84 of file RootDirFcn.cpp.