FairRoot/PandaRoot
|
#include "json.hpp"
Go to the source code of this file.
Typedefs | |
using | json = nlohmann::json |
Functions | |
std::map< std::string, TGeoHMatrix > * | readRootMatrices (std::string filename) |
void | saveMatricesToJson (std::map< std::string, TGeoHMatrix > matrices, std::string outfilename) |
void | convertRootMatricesToJSON (std::string filename) |
main function More... | |
void | convertRootMatricesToJSON () |
using json = nlohmann::json |
Definition at line 5 of file convertRootMatricesToJSON.C.
void convertRootMatricesToJSON | ( | std::string | filename | ) |
main function
Definition at line 46 of file convertRootMatricesToJSON.C.
References readRootMatrices(), and saveMatricesToJson().
void convertRootMatricesToJSON | ( | ) |
Definition at line 58 of file convertRootMatricesToJSON.C.
References exit().
std::map<std::string, TGeoHMatrix>* readRootMatrices | ( | std::string | filename | ) |
Definition at line 7 of file convertRootMatricesToJSON.C.
References exit().
Referenced by convertRootMatricesToJSON().
void saveMatricesToJson | ( | std::map< std::string, TGeoHMatrix > | matrices, |
std::string | outfilename | ||
) |
Definition at line 22 of file convertRootMatricesToJSON.C.
Referenced by convertRootMatricesToJSON().