HepMC3 event record library
root_binders.h
1#ifndef ROOT_BINDERS_H
2#define ROOT_BINDERS_H
3#include <HepMC3/WriterRoot.h>
5#include <HepMC3/ReaderRoot.h>
7#include <pybind11/pybind11.h>
8namespace binder {
9 void WriterRootTree_binder(pybind11::module &M);
10 void WriterRoot_binder(pybind11::module &M);
11 void ReaderRootTree_binder(pybind11::module &M);
12 void ReaderRoot_binder(pybind11::module &M);
13} // namespace binder
14#endif // _INCLUDED_root_binders_hpp_
Definition of class ReaderRootTree.
Definition of class ReaderRoot.
Definition of class WriterRootTree.
Definition of class WriterRoot.