Classes | Functions | Variables
fwkPython.cc File Reference
#include <boost/python.hpp>
#include <boost/preprocessor.hpp>
#include <evt/Event.h>
#include <fwk/RunController.h>
#include <fwk/CentralConfig.h>
#include <fwk/VModule.h>
#include <string>

Go to the source code of this file.

Classes

struct  VModuleWrap
 

Functions

void Config (const std::string &infile)
 
void fwkPython ()
 
std::string GetConfig ()
 
void WriteConfig (std::string filename)
 

Variables

fwk::VModule
&(fwk::RunController::* 
get_module )(const std::string &) const = &fwk::RunController::GetModule
 
fwk::VModule::ResultFlag(fwk::VModule::* run )(evt::Event &) = &fwk::VModule::Run
 

Function Documentation

void Config ( const std::string &  infile)

Definition at line 13 of file fwkPython.cc.

References fwk::CentralConfig::GetInstance().

Referenced by fwkPython().

void fwkPython ( )
std::string GetConfig ( )
void WriteConfig ( std::string  filename)

Definition at line 18 of file fwkPython.cc.

References fwk::CentralConfig::GetInstance(), and fwk::CentralConfig::WriteConfig().

Referenced by fwkPython().

Variable Documentation

fwk::VModule&(fwk::RunController::* get_module)(const std::string &) const = &fwk::RunController::GetModule

Definition at line 56 of file fwkPython.cc.

Referenced by fwkPython().

void run = &fwk::VModule::Run

, generated on Tue Sep 26 2023.