Main Page
Class Categories
Classes
Namespaces
File List
File Members
exper-sw
cosmosw
AugerSW
Offline
source
main
Python
BoostPython
offlinePython.cc
Go to the documentation of this file.
1
#include <boost/python.hpp>
2
#include <boost/preprocessor.hpp>
3
using namespace
boost::python;
4
5
void
evtPython
();
6
void
fwkPython
();
7
void
utlPython
();
8
9
BOOST_PYTHON_MODULE
(liboffline)
10
{
11
evtPython
();
12
fwkPython
();
13
utlPython
();
14
}
evtPython
void evtPython()
Definition:
evtPython.cc:34
BOOST_PYTHON_MODULE
BOOST_PYTHON_MODULE(liboffline)
Definition:
offlinePython.cc:9
fwkPython
void fwkPython()
Definition:
fwkPython.cc:61
utlPython
void utlPython()
Definition:
utlPython.cc:50
, generated on Tue Sep 26 2023.