Skip to content
Snippets Groups Projects
Commit eeab02d6 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

exposed PYLIST to print event info

parent 62cc9584
Branches
Tags
No related merge requests found
......@@ -30,6 +30,14 @@ extern PyJetsDef pyjets_;
int pychge_(int* kf);
#define PYCHGE(kf) pychge_(&kf)
// print out event info
void pylist_(int* mlist);
#define PYLIST(mlist) \
{ \
int mlist_ = mlist; \
pylist_(&mlist_); \
}
#ifdef __cplusplus
}
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment