36
36
#include " edm4hep/RawCalorimeterHitCollection.h"
37
37
#include " edm4hep/RawTimeSeriesCollection.h"
38
38
#include " edm4hep/RecDqdxCollection.h"
39
- #include " edm4hep/RecIonizationClusterCollection.h"
40
39
#include " edm4hep/RecoParticleVertexAssociationCollection.h"
41
40
#include " edm4hep/ReconstructedParticleCollection.h"
42
41
#include " edm4hep/SimCalorimeterHitCollection.h"
43
- #include " edm4hep/SimPrimaryIonizationClusterCollection.h"
44
42
#include " edm4hep/SimTrackerHitCollection.h"
45
43
#include " edm4hep/TimeSeriesCollection.h"
46
44
#include " edm4hep/TrackCollection.h"
@@ -53,7 +51,6 @@ namespace edm4hep {
53
51
} // namespace edm4hep
54
52
#endif
55
53
#include " edm4hep/TrackerHitPlaneCollection.h"
56
- #include " edm4hep/TrackerPulseCollection.h"
57
54
#include " edm4hep/VertexCollection.h"
58
55
59
56
#include " podio/UserDataCollection.h"
@@ -130,15 +127,6 @@ void PodioInput::fillReaders() {
130
127
m_readers[" edm4hep::RecoParticleVertexAssociationCollection" ] = [&](std::string_view collName) {
131
128
maybeRead<edm4hep::RecoParticleVertexAssociationCollection>(collName);
132
129
};
133
- m_readers[" edm4hep::SimPrimaryIonizationClusterCollection" ] = [&](std::string_view collName) {
134
- maybeRead<edm4hep::SimPrimaryIonizationClusterCollection>(collName);
135
- };
136
- m_readers[" edm4hep::TrackerPulseCollection" ] = [&](std::string_view collName) {
137
- maybeRead<edm4hep::TrackerPulseCollection>(collName);
138
- };
139
- m_readers[" edm4hep::RecIonizationClusterCollection" ] = [&](std::string_view collName) {
140
- maybeRead<edm4hep::RecIonizationClusterCollection>(collName);
141
- };
142
130
m_readers[" edm4hep::TimeSeriesCollection" ] = [&](std::string_view collName) {
143
131
maybeRead<edm4hep::TimeSeriesCollection>(collName);
144
132
};
0 commit comments