Skip to content

Implement HEPEVT interface wrapper that can handle HEPEVT block with sizes known in runtime.

Andrii Verbytskyi requested to merge hepevet_runtime into master

In this MR:

  • Implemented HEPEVT interface wrapper that can handle HEPEVT block with sizes known in runtime. The implementation is contained in two classes. One class is just an ordinary class, while the second has all members static.
  • Added python interface to handle HEPEVT.
  • Some renaming in the interfaces.
  • Added one test.

This MR should resolve #23 (closed).

Edited by Andrii Verbytskyi

Merge request reports