Closed krasznaa closed 1 week ago
Following up from #772, in order for @paradajzblond (Neza's actual username... 😛) to be able to write ITk cell info in Athena, I taught traccc::io how to write traccc::edm::silicon_cell_collection into CSV files.
traccc::io
traccc::edm::silicon_cell_collection
SonarCloud may complain, but I'm absolutely happy using std::filesystem::temp_directory_path() in our unit tests... So I consider the PR ready.
std::filesystem::temp_directory_path()
Failed conditions 1 Security Hotspot
See analysis details on SonarQube Cloud
Following up from #772, in order for @paradajzblond (Neza's actual username... 😛) to be able to write ITk cell info in Athena, I taught
traccc::io
how to writetraccc::edm::silicon_cell_collection
into CSV files.