Skip to content

Commit

Permalink
Update collection name in tof_efficiency benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
simonge committed Oct 30, 2024
1 parent 09132d5 commit a33e379
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ void TofEfficiency_processor::InitWithGlobalRootLock(){
void TofEfficiency_processor::ProcessSequential(const std::shared_ptr<const JEvent>& event) {
const auto &mcParticles = *(event->GetCollection<edm4hep::MCParticle>("MCParticles"));
const auto &trackSegments = *(event->GetCollection<edm4eic::TrackSegment>("CentralTrackSegments"));
const auto &barrelHits = *(event->GetCollection<edm4eic::TrackerHit>("TOFBarrelRecHit"));
const auto &barrelHits = *(event->GetCollection<edm4eic::TrackerHit>("TOFBarrelRecHits"));
const auto &endcapHits = *(event->GetCollection<edm4eic::TrackerHit>("TOFEndcapRecHits"));

// List TOF Barrel hits from barrel
Expand Down

0 comments on commit a33e379

Please sign in to comment.