fire
v0.19.0
Framework for sImulation and Reconstruction of Events
Python.h
1
#ifndef FRAMEWORK_CONFIGUREPYTHON_H
2
#define FRAMEWORK_CONFIGUREPYTHON_H
3
4
#include "fire/config/Parameters.h"
5
17
namespace
fire::config
{
18
41
Parameters
run
(
const
std::string
& root_object,
const
std::string
& pythonScript,
char
* args[],
int
nargs);
42
43
}
// namespace fire::config
44
45
#endif
// FRAMEWORK_CONFIGURE_PYTHON_H
std::string
fire::config
python execution and parameter extraction
Definition:
Parameters.h:18
fire::config::run
Parameters run(const std::string &root_object, const std::string &pythonScript, char *args[], int nargs)
run the python script and extract the parameters
Definition:
Python.cxx:175
include
fire
config
Python.h
Generated by
1.9.2