|
CbmRoot
|
A class for loading/storing the Parameters objects. More...
#include <CaParameters.h>
Public Member Functions | |
| ~ParametersIO ()=delete | |
| Destructor. | |
Static Public Member Functions | |
| template<typename Float> | |
| static Parameters< Float > | Load (const std::string &fileName) |
| Loads parameters from file. | |
| static void | Store (const Parameters< double > ¶meters, const std::string &fileName) |
| Stores parameter to file. | |
A class for loading/storing the Parameters objects.
Definition at line 200 of file CaParameters.h.
|
delete |
Destructor.
|
static |
Loads parameters from file.
| fileName | Path to the file |
Definition at line 220 of file CaParameters.h.
Referenced by cbm::algo::TrackingChain::Init(), and CbmL1::Init().
|
static |
Stores parameter to file.
| parameters | Parameters storable |
| fileName | Path to the file |
Definition at line 372 of file CaParameters.cxx.
Referenced by cbm::ca::ParametersHandler::Init(), and CbmL1::Init().