Skip to content
Snippets Groups Projects
Commit f73724c3 authored by Zhenyu Ye's avatar Zhenyu Ye
Browse files

adapt to new TOFEndcap Hits

parent afc23c87
No related branches found
No related tags found
1 merge request!100Resolve "Add BTOF benchmarks"
......@@ -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"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment