Skip to content

Event tags

This MR:

  • adds the possibilty to store arbitrary tags within the event, similar to the functionality in eudaq
  • updates the EventLoaderEUDAQ2 module to read tags from the eudaq::StandardEvent and to add them to the corry event.

The implementation in the event class to add and retrieve tags is similar to the triggerList map.

I didn't see another simple solution to keep the tag information from eudaq on the clipboard. But if there is I'm happy to look at it. Otherwise, do you have any objections against this?

Unfortunately, the githook for formating does not work for me on ubuntu 18.04, due to the (outdated) clang-format version. Do you have a suggestion on how to fix the formating pipeline? The make format target is somehow not available. Thanks.

(cc) @chengc

Merge request reports