12 #include <boost/python.hpp> 13 #include <boost/python/suite/indexing/vector_indexing_suite.hpp> 19 enum_<MsgSvc::MsgLevel>(
"MsgLevel")
29 class_<MsgSvc>(
"MsgSvc")
35 enum_<StatusCode::Type>(
"Code")
40 class_<StatusCode>(
"StatusCode")
45 class_<Options>(
"Options")
95 class_<ProcDataBase>(
"ProcDb")
96 .def(
"list", listElement)
97 .def(
"list", listFull )
104 class_< std::vector< DLL* > >(
"DLLPtrVec")
105 .def(vector_indexing_suite< std::vector< DLL* > >())
111 class_<DLLMgr>(
"DLLMgr")
115 .def(
"dll", &
DLLMgr::dll,return_value_policy<reference_existing_object>())
120 .def(
"destroy",destroyElement)
121 .def(
"destroy",destroyProcessus)
void setPlotFreq(unsigned long plotFreq)
void setStorageDir(std::string filename)
void setStopOnError(bool stopOnError)
void setNEvt(unsigned long nEvt)
Element * createElement(std::string)
std::string dataFileFullName()
StatusCode unload(std::string)
bool runNumberManagement()
void setCurrentPath(std::string currentPath)
void setLogDefFile(std::string defFile)
void setLogOutputLevel(MsgSvc::MsgLevel logOutputLevel)
std::string storagePath()
unsigned long runNumber()
std::string currentPath()
void setRunNumberManagement(bool runNumberManagement)
StatusCode destroy(Element *)
void setStoragePath(std::string storagePath)
std::vector< Processus * > list()
StatusCode load(std::string)
void setNEvtMax(int nEvtMax)
MsgSvc::MsgLevel logOutputLevel()
void setLogStorage(bool logStorage)
DLL * libraryOfObject(std::string)
void setCallSize(int callSize)
void setPrintFreq(unsigned long printFreq)
std::string storageFile()
void setNErrors(unsigned long nErrors)
unsigned long printFreq()
void setLineLength(int linelength)
void setStorageFile(std::string filename=std::string(""))
std::string storageFullPath()
void setRunNumber(unsigned long runNumber)
void setDataStorage(bool dataStorage)
void setStream(std::string file=std::string(""))
void setDefFile(std::string def)
std::vector< DLL * > dlls(std::string)
std::string storageFileFullName()
void msgSvc(MsgSvc::MsgLevel, std::string, std::string call=std::string(""))
Processus * createProcessus(std::string)