key4hep / k4SimDelphes

Apache License 2.0
3 stars 13 forks source link

Update to PODIO Frame #101

Open jmcarcell opened 1 year ago

jmcarcell commented 1 year ago

The EventStore has been deprecated (https://github.com/AIDASoft/podio/pull/378) and will be removed. At least the following places in this repo have to be updated if we want the examples to keep running:

k4SimDelphes/examples/higgs_recoil_plots.C
7:#include "podio/EventStore.h"
61:  auto store = podio::EventStore();

k4SimDelphes/examples/read_edm4hep.C
20:#include "podio/EventStore.h"
105:  auto store = podio::EventStore();