![]() |
ATLAS Offline Software
|
#include <iostream>#include <nlohmann/json.hpp>#include <TFile.h>#include <TFolder.h>#include <TH1.h>#include <TKey.h>#include <TObjString.h>#include <TROOT.h>#include <unistd.h>#include <chrono>#include <cstring>Go to the source code of this file.
Functions | |
| int | include_hist (TObject *obj) |
| Instructions: COMPILE g++ -std=c++11 HanOutputFile_translation.cxx -O2 root-config --cflags root-config --libs --glibs -o HanOutputFile_translation. | |
| int | number_of_objects_in_dir (TIter next) |
| nlohmann::ordered_json | to_JSON (TObject *obj) |
| int | work_with_no_hist_dir (TObject *obj, TObject *destination_to_save) |
| int | work_with_results_dir (TObject *obj_in, TObject *obj_to) |
| int | convert_file (TObject *obj_in, TObject *obj_to) |
| int | main (int argc, char *argv[]) |
| int convert_file | ( | TObject * | obj_in, |
| TObject * | obj_to ) |
Definition at line 134 of file HanOutputFile_translation.cxx.
| int include_hist | ( | TObject * | obj | ) |
Instructions: COMPILE g++ -std=c++11 HanOutputFile_translation.cxx -O2 root-config --cflags root-config --libs --glibs -o HanOutputFile_translation.
RUN ./HanOutputFile_translation or ./HanOutputFile_translation <input_file_name> or ./HanOutputFile_translation <input_file_name> <output_dir_path> or ./HanOutputFile_translation <input_dir_path> <input_file_name> <output_dir_path> Declarations of functions protoypes
Definition at line 241 of file HanOutputFile_translation.cxx.
| int main | ( | int | argc, |
| char * | argv[] ) |
Definition at line 60 of file HanOutputFile_translation.cxx.
| int number_of_objects_in_dir | ( | TIter | next | ) |
Definition at line 274 of file HanOutputFile_translation.cxx.
| nlohmann::ordered_json to_JSON | ( | TObject * | obj | ) |
Definition at line 281 of file HanOutputFile_translation.cxx.
| int work_with_no_hist_dir | ( | TObject * | obj, |
| TObject * | destination_to_save ) |
Definition at line 217 of file HanOutputFile_translation.cxx.
| int work_with_results_dir | ( | TObject * | obj_in, |
| TObject * | obj_to ) |
Definition at line 185 of file HanOutputFile_translation.cxx.