![]() |
ATLAS Offline Software
|
#include <iostream>#include <nlohmann/json.hpp>#include <typeinfo>#include <TFile.h>#include <TH1.h>#include <TKey.h>#include <TObjString.h>#include <TROOT.h>#include <gperftools/profiler.h>#include <chrono>#include <cstring>Go to the source code of this file.
Functions | |
| void | from_JSON_to_TDirectory (nlohmann::json str_content, TDirectory *place_to_save) |
| void | conversion_back (TObject *obj_in, TObject *obj_to) |
| int | dir_exists (TString dirname, TObject *obj_in) |
| int | main () |
| void conversion_back | ( | TObject * | obj_in, |
| TObject * | obj_to ) |
Definition at line 44 of file HanOutputFile_V2toV1_translation.cxx.
| int dir_exists | ( | TString | dirname, |
| TObject * | obj_in ) |
Definition at line 154 of file HanOutputFile_V2toV1_translation.cxx.
| void from_JSON_to_TDirectory | ( | nlohmann::json | str_content, |
| TDirectory * | place_to_save ) |
Definition at line 122 of file HanOutputFile_V2toV1_translation.cxx.
| int main | ( | ) |
Definition at line 28 of file HanOutputFile_V2toV1_translation.cxx.