#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 |
| void Config | ( | const std::string & | infile | ) |
Definition at line 13 of file fwkPython.cc.
References fwk::CentralConfig::GetInstance().
Referenced by fwkPython().
| void fwkPython | ( | ) |
Definition at line 61 of file fwkPython.cc.
References Config(), fwk::VModule::eBreakLoop, fwk::VModule::eContinueLoop, fwk::VModule::eFailure, fwk::VModule::eSuccess, fwk::RunController::Finish(), fwk::VModule::Finish(), get_module, GetConfig(), fwk::RunController::GetNumberOfRegisteredModules(), fwk::RunController::GetRegisteredModuleNames(), fwk::RunController::Init(), fwk::VModule::Init(), run, fwk::RunController::Run(), and WriteConfig().
Referenced by BOOST_PYTHON_MODULE().
| std::string GetConfig | ( | ) |
Definition at line 23 of file fwkPython.cc.
References fwk::CentralConfig::GetConfig(), and fwk::CentralConfig::GetInstance().
Referenced by otoa::SD2ADST::AddStations(), fwkPython(), and fwk::CentralConfig::WriteConfig().
| void WriteConfig | ( | std::string | filename | ) |
Definition at line 18 of file fwkPython.cc.
References fwk::CentralConfig::GetInstance(), and fwk::CentralConfig::WriteConfig().
Referenced by fwkPython().
| 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 |
Definition at line 59 of file fwkPython.cc.
Referenced by fwkPython(), FdEventSelectorKG::FdEventSelector::Init(), main(), readAmplitudeFile(), ReadRunInfo(), revt::Header::SetRunNumber(), and TestTime::TestConversions3().