diff --git a/benchmarks/tof/scripts/sim_tof_forward_hits.cxx b/benchmarks/tof/scripts/sim_tof_forward_hits.cxx index dc8f508cebc9094ffb83713cba87fadffaf84a14..d77a57ef045edada28c030b72f5bf415afcb8f7b 100644 --- a/benchmarks/tof/scripts/sim_tof_forward_hits.cxx +++ b/benchmarks/tof/scripts/sim_tof_forward_hits.cxx @@ -112,7 +112,7 @@ int sim_tof_forward_hits(const char* fname = "sim_tof_forward_hits.root") { std::cout << "sim_tof_forward_hits: detector set to " << detector << std::endl; // minimal hit collection setup - std::vector<std::pair<std::string, std::string>> hitCollections{{"tof_forward", "TOFForwardHits"}}; + std::vector<std::pair<std::string, std::string>> hitCollections{{"tof_forward", "TOFEndcapHits"}}; //{"vtx_barrel", "VertexBarrelHits"}, //{"trk_barrel", "TrackerBarrelHits"}, //{"tof_barrel", "TOFBarrelHits"},