CbmRoot
Loading...
Searching...
No Matches
cbm::algo::ca::ParametersIO Class Reference

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 > &parameters, const std::string &fileName)
 Stores parameter to file.
 

Detailed Description

A class for loading/storing the Parameters objects.

Definition at line 200 of file CaParameters.h.

Constructor & Destructor Documentation

◆ ~ParametersIO()

cbm::algo::ca::ParametersIO::~ParametersIO ( )
delete

Destructor.

Member Function Documentation

◆ Load()

template<typename Float>
Parameters< Float > cbm::algo::ca::ParametersIO::Load ( const std::string & fileName)
static

Loads parameters from file.

Parameters
fileNamePath to the file

Definition at line 220 of file CaParameters.h.

Referenced by cbm::algo::TrackingChain::Init(), and CbmL1::Init().

◆ Store()

void cbm::algo::ca::ParametersIO::Store ( const Parameters< double > & parameters,
const std::string & fileName )
static

Stores parameter to file.

Parameters
parametersParameters storable
fileNamePath to the file

Definition at line 372 of file CaParameters.cxx.

Referenced by cbm::ca::ParametersHandler::Init(), and CbmL1::Init().


The documentation for this class was generated from the following files: