Skip to content

Commit 831ddf0

Browse files
authored
remove JEventSourcePODIOLegacy (#1324)
EventStore is removed as of PODIO 00-17-04
1 parent fc0711f commit 831ddf0

File tree

4 files changed

+0
-351
lines changed

4 files changed

+0
-351
lines changed

src/services/io/podio/JEventSourcePODIO.cc

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
//
55
// This is a JANA event source that uses PODIO to read from a ROOT
66
// file created using the EDM4hep Data Model.
7-
//
8-
// This uses the podio supplied RootReader and EventStore classes. Thus,
9-
// it is limited to processing only a single event at a time.
107

118
#include "JEventSourcePODIO.h"
129

src/services/io/podio/JEventSourcePODIOLegacy.cc

-298
This file was deleted.

src/services/io/podio/JEventSourcePODIOLegacy.h

-48
This file was deleted.

src/services/io/podio/podio.cc

-2
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@
88

99
#include "JEventProcessorPODIO.h"
1010
#include "JEventSourcePODIO.h"
11-
#include "JEventSourcePODIOLegacy.h"
1211

1312

1413
// Make this a JANA plugin
1514
extern "C" {
1615
void InitPlugin(JApplication *app) {
1716
InitJANAPlugin(app);
1817
app->Add(new JEventSourceGeneratorT<JEventSourcePODIO>());
19-
app->Add(new JEventSourceGeneratorT<JEventSourcePODIOLegacy>());
2018

2119
// Disable this behavior for now so one can run eicrecon with only the
2220
// input file as an argument.

0 commit comments

Comments
 (0)