|
void | o2::its::ioutils::loadEventData (ROframe &events, gsl::span< const itsmft::CompClusterExt > clusters, gsl::span< const unsigned char >::iterator &pattIt, const itsmft::TopologyDictionary *dict, const dataformats::MCTruthContainer< MCCompLabel > *clsLabels=nullptr) |
|
int | o2::its::ioutils::loadROFrameData (const o2::itsmft::ROFRecord &rof, ROframe &events, gsl::span< const itsmft::CompClusterExt > clusters, gsl::span< const unsigned char >::iterator &pattIt, const itsmft::TopologyDictionary *dict, const dataformats::MCTruthContainer< MCCompLabel > *mClsLabels=nullptr) |
|
void | o2::its::ioutils::convertCompactClusters (gsl::span< const itsmft::CompClusterExt > clusters, gsl::span< const unsigned char >::iterator &pattIt, std::vector< o2::BaseCluster< float > > &output, const itsmft::TopologyDictionary *dict) |
| convert compact clusters to 3D spacepoints
|
|
std::vector< std::unordered_map< int, Label > > | o2::its::ioutils::loadLabels (const int, const std::string &) |
|
void | o2::its::ioutils::writeRoadsReport (std::ofstream &, std::ofstream &, std::ofstream &, const std::vector< std::vector< Road< 5 > > > &, const std::unordered_map< int, Label > &) |
|
template<class iterator , typename T > |
o2::math_utils::Point3D< T > | o2::its::ioutils::extractClusterData (const itsmft::CompClusterExt &c, iterator &iter, const itsmft::TopologyDictionary *dict, T &sig2y, T &sig2z) |
|
template<class iterator , typename T > |
std::array< T, 3 > | o2::its::ioutils::extractClusterDataA (const itsmft::CompClusterExt &c, iterator &iter, const itsmft::TopologyDictionary *dict, T &sig2y, T &sig2z) |
|