1#ifndef FRAMEWORK_CONFIGUREPYTHON_H
2#define FRAMEWORK_CONFIGUREPYTHON_H
7#include "Framework/Configure/Parameters.h"
50 ConfigurePython(
const std::string& pythonScript,
char* args[],
int nargs);
Class which represents the process under execution.
Class encapsulating parameters for configuring a processor.
All classes in the ldmx-sw project use this namespace.
std::unique_ptr< Process > ProcessHandle
A handle to the current process Used to pass a process from ConfigurePython to fire....