ATLAS Offline Software
|
Classes | |
class | CompositeAlgorithm |
class | ConditionsSingleton |
class | CorrelationYX |
class | CountsBinsGreaterThan |
class | DatabaseConfig |
class | DisableMustClean |
class | HanAlgorithmConfig |
class | HanApp |
class | HanConfig |
class | HanConfigAlgLimit |
class | HanConfigAlgPar |
class | HanConfigAssessor |
class | HanConfigCompAlg |
class | HanConfigGroup |
class | HanConfigMetadata |
class | HanConfigParMap |
class | HanHistogramLink |
class | HanInputRootFile |
class | HanOutput |
class | HanRuntimeConfigSingleton |
class | MiniConfig |
description More... | |
class | MiniConfigTreeNode |
A node of a tree structure holding a configuration, where each node may be given attributes, and a node inherits the attributes of parent nodes if those attributes are not redefined. More... | |
Functions | |
nlohmann::ordered_json | to_JSON (TSeqCollection *tseq) |
Converts sequense, containing TDirectories and strings to JSON file. More... | |
TSeqCollection * | newTList (const char *name, TObject *obj=0) |
TSeqCollection * | newTObjArray (const char *name, TObject *obj=0, Int_t size=TCollection::kInitCapacity) |
TKey * | getObjKey (TDirectory *dir, const std::string &path) |
void | dolsr (const TDirectory *dir, std::vector< std::string > &hists, const TDirectory *topdir=nullptr) |
bool | setNameGeneral (TObject *obj, const std::string &name) |
Variables | |
std::mutex | root_mutex |
void dqi::dolsr | ( | const TDirectory * | dir, |
std::vector< std::string > & | hists, | ||
const TDirectory * | topdir = nullptr |
||
) |
Definition at line 80 of file HanUtils.cxx.
TKey * dqi::getObjKey | ( | TDirectory * | dir, |
const std::string & | path | ||
) |
Definition at line 36 of file HanUtils.cxx.
TSeqCollection * dqi::newTList | ( | const char * | name, |
TObject * | obj = 0 |
||
) |
Definition at line 18 of file HanUtils.cxx.
TSeqCollection * dqi::newTObjArray | ( | const char * | name, |
TObject * | obj = 0 , |
||
Int_t | size = TCollection::kInitCapacity |
||
) |
bool dqi::setNameGeneral | ( | TObject * | obj, |
const std::string & | name | ||
) |
Definition at line 44 of file HanOutput.cxx.
nlohmann::ordered_json dqi::to_JSON | ( | TSeqCollection * | tseq | ) |
Converts sequense, containing TDirectories and strings to JSON file.
Definition at line 539 of file HanOutput.cxx.
std::mutex dqi::root_mutex |
Definition at line 16 of file HanUtils.cxx.