Skip to content

Commit beb9aff

Browse files
authored
Remove some of the drift chamber types (#205)
1 parent 7a0469d commit beb9aff

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

k4FWCore/components/PodioInput.cpp

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,9 @@
3636
#include "edm4hep/RawCalorimeterHitCollection.h"
3737
#include "edm4hep/RawTimeSeriesCollection.h"
3838
#include "edm4hep/RecDqdxCollection.h"
39-
#include "edm4hep/RecIonizationClusterCollection.h"
4039
#include "edm4hep/RecoParticleVertexAssociationCollection.h"
4140
#include "edm4hep/ReconstructedParticleCollection.h"
4241
#include "edm4hep/SimCalorimeterHitCollection.h"
43-
#include "edm4hep/SimPrimaryIonizationClusterCollection.h"
4442
#include "edm4hep/SimTrackerHitCollection.h"
4543
#include "edm4hep/TimeSeriesCollection.h"
4644
#include "edm4hep/TrackCollection.h"
@@ -53,7 +51,6 @@ namespace edm4hep {
5351
} // namespace edm4hep
5452
#endif
5553
#include "edm4hep/TrackerHitPlaneCollection.h"
56-
#include "edm4hep/TrackerPulseCollection.h"
5754
#include "edm4hep/VertexCollection.h"
5855

5956
#include "podio/UserDataCollection.h"
@@ -130,15 +127,6 @@ void PodioInput::fillReaders() {
130127
m_readers["edm4hep::RecoParticleVertexAssociationCollection"] = [&](std::string_view collName) {
131128
maybeRead<edm4hep::RecoParticleVertexAssociationCollection>(collName);
132129
};
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-
};
142130
m_readers["edm4hep::TimeSeriesCollection"] = [&](std::string_view collName) {
143131
maybeRead<edm4hep::TimeSeriesCollection>(collName);
144132
};

0 commit comments

Comments
 (0)