The Gaudi Framework
v30r3 (a5ef0a68)
|
Namespaces | |
RootHistCnvConf | |
Classes | |
class | DirectoryCnv |
class | PersSvc |
Persistency service - to store histograms in ROOT format. More... | |
class | RConverter |
Root Converter. More... | |
class | RCWNTupleCnv |
Converter of Column-wise NTuple into ROOT format. More... | |
class | RDirectoryCnv |
Create persistent and transient representations of data store directories. More... | |
class | RFileCnv |
NTuple converter class definition. More... | |
class | RHistogramCnv |
Generic converter to save/read AIDA_ROOT histograms using ROOT. More... | |
class | RNTupleCnv |
NTuple converter class definition. More... | |
class | RootCompressionSettings |
Simple class to decode a ROOT compression settings string, of the form '<Alg>:<level>' into the integer code to pass to ROOT. More... | |
class | RootObjAddress |
class | RRWNTupleCnv |
Row wise NTuple converter class definition. More... | |
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 (std::string itemName, std::string blockName, std::string indexName, int indexRange, int arraySize, TYP minimum, TYP maximum, INTuple *tuple) |
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 (unsigned char) | |
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 33 of file RHistogramCnv.cpp.
typedef RHistogramCnv<TH2D, TH2, Gaudi::HistogramBase> RootHistCnv.RootHistCnvH2DCnv |
Definition at line 46 of file RHistogramCnv.cpp.
typedef RootHistCnv::RHistogramCnv<TH3D, TH3, Gaudi::HistogramBase> RootHistCnv.RootHistCnvH3DCnv |
Definition at line 59 of file RHistogramCnv.cpp.
typedef RHistogramCnv<TProfile, TProfile, Gaudi::HistogramBase> RootHistCnv.RootHistCnvP1DCnv |
Definition at line 7 of file RHistogramCnv.cpp.
typedef RHistogramCnv<TProfile2D, TProfile2D, Gaudi::HistogramBase> RootHistCnv.RootHistCnvP2DCnv |
Definition at line 20 of file RHistogramCnv.cpp.
INTupleItem * RootHistCnv::createNTupleItem | ( | std::string | itemName, |
std::string | blockName, | ||
std::string | indexName, | ||
int | indexRange, | ||
int | arraySize, | ||
TYP | min, | ||
TYP | max, | ||
INTuple * | ntup | ||
) |
Add an item of a given type to the N tuple.
Definition at line 272 of file RNTupleCnv.cpp.
RootHistCnv::INSTANTIATE | ( | float | ) |
RootHistCnv::INSTANTIATE | ( | double | ) |
RootHistCnv::INSTANTIATE | ( | bool | ) |
RootHistCnv::INSTANTIATE | ( | char | ) |
RootHistCnv::INSTANTIATE | ( | int | ) |
RootHistCnv::INSTANTIATE | ( | short | ) |
RootHistCnv::INSTANTIATE | ( | long | ) |
RootHistCnv::INSTANTIATE | ( | unsigned | char | ) |
RootHistCnv::INSTANTIATE | ( | unsigned long | long | ) |
bool RootHistCnv::parseName | ( | const std::string & | full, |
std::string & | blk, | ||
std::string & | var | ||
) |
Definition at line 245 of file RNTupleCnv.cpp.
bool RootHistCnv::RootCd | ( | const std::string & | full | ) |
Definition at line 15 of file RootDirFcn.cpp.
bool RootHistCnv::RootMkdir | ( | const std::string & | full | ) |
Definition at line 34 of file RootDirFcn.cpp.
std::string RootHistCnv::RootPwd | ( | ) |
Definition at line 70 of file RootDirFcn.cpp.
bool RootHistCnv::RootTrimLeadingDir | ( | std::string & | full, |
std::string | dir | ||
) |
Definition at line 79 of file RootDirFcn.cpp.