OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
PyTrackRun.h
Go to the documentation of this file.
1#ifndef PYTRACKRUN_h
2#define PYTRACKRUN_h
3
4#include "PyOpal/Globals.h"
6#include "Track/TrackRun.h"
7
8namespace PyOpal {
9namespace PyTrackRunNS {
10
11boost::python::object execute(PyOpalObjectNS::PyOpalObject<TrackRun>& trackRun);
12}
13}
14
15#endif
boost::python::object execute(PyOpalObjectNS::PyOpalObject< TrackRun > &trackRun)