Skip to content

Commit

Permalink
MPGD: retire MPGDDIRC (#1380)
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl authored Apr 14, 2024
1 parent 92c42e5 commit 9698b10
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ class HitReconstructionAnalysis {
"SiEndcapTrackerRecHits", // End Cap tracker
// MPGD
"MPGDBarrelRecHits",
"MPGDDIRCRecHits",
"OuterMPGDBarrelRecHits",
"ForwardMPGDEndcapRecHits",
"BackwardMPGDEndcapRecHits",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class TrackingOccupancyAnalysis {
"TrackerEndcapHits", // End Cap tracker
// MPGD
"MPGDBarrelHits",
"MPGDDIRCHits",
"OuterMPGDBarrelHits",
"ForwardMPGDEndcapHits",
"BackwardMPGDEndcapHits",
Expand Down
24 changes: 0 additions & 24 deletions src/detectors/MPGD/MPGD.cc
Original file line number Diff line number Diff line change
Expand Up @@ -41,30 +41,6 @@ void InitPlugin(JApplication *app) {
app
));

// Digitization
app->Add(new JOmniFactoryGeneratorT<SiliconTrackerDigi_factory>(
"MPGDDIRCRawHits",
{"MPGDDIRCHits"},
{"MPGDDIRCRawHits"},
{
.threshold = 0.25 * dd4hep::keV,
.timeResolution = 10,
},
app
));

// Convert raw digitized hits into hits with geometry info (ready for tracking)
app->Add(new JOmniFactoryGeneratorT<TrackerHitReconstruction_factory>(
"MPGDDIRCRecHits",
{"MPGDDIRCRawHits"}, // Input data collection tags
{"MPGDDIRCRecHits"}, // Output data tag
{
.timeResolution = 10,
},
app
));


// Digitization
app->Add(new JOmniFactoryGeneratorT<SiliconTrackerDigi_factory>(
"OuterMPGDBarrelRawHits",
Expand Down
3 changes: 0 additions & 3 deletions src/services/io/podio/JEventProcessorPODIO.cc
Original file line number Diff line number Diff line change
Expand Up @@ -87,19 +87,16 @@ JEventProcessorPODIO::JEventProcessorPODIO() {

// MPGD
"MPGDBarrelRecHits",
"MPGDDIRCRecHits",
"OuterMPGDBarrelRecHits",
"BackwardMPGDEndcapRecHits",
"ForwardMPGDEndcapRecHits",

"MPGDBarrelRawHits",
"MPGDDIRCRawHits",
"OuterMPGDBarrelRawHits",
"BackwardMPGDEndcapRawHits",
"ForwardMPGDEndcapRawHits",

"MPGDBarrelHits",
"MPGDDIRCHits",
"OuterMPGDBarrelHits",
"BackwardMPGDEndcapHits",
"ForwardMPGDEndcapHits",
Expand Down

0 comments on commit 9698b10

Please sign in to comment.