Go to the source code of this file.
|
| namespace | o2 |
| | a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
|
| |
| namespace | o2::its3 |
| |
| namespace | o2::its3::ioutils |
| |
|
| template<class iterator , typename T = float> |
| o2::math_utils::Point3D< T > | o2::its3::ioutils::extractClusterData (const itsmft::CompClusterExt &c, iterator &iter, const its3::TopologyDictionary *dict, T &sig2y, T &sig2z) |
| |
| template<class iterator , typename T = float> |
| o2::math_utils::Point3D< T > | o2::its3::ioutils::extractClusterData (const itsmft::CompClusterExt &c, iterator &iter, const its3::TopologyDictionary *dict, T &sig2y, T &sig2z, uint8_t &cls) |
| |
| void | o2::its3::ioutils::convertCompactClusters (gsl::span< const itsmft::CompClusterExt > clusters, gsl::span< const unsigned char >::iterator &pattIt, std::vector< o2::BaseCluster< float > > &output, const its3::TopologyDictionary *dict) |
| | convert compact clusters to 3D spacepoints
|
| |
| int | o2::its3::ioutils::loadROFrameDataITS3 (its::TimeFrame< 7 > *tf, gsl::span< const o2::itsmft::ROFRecord > rofs, gsl::span< const itsmft::CompClusterExt > clusters, gsl::span< const unsigned char >::iterator &pattIt, const its3::TopologyDictionary *dict, const dataformats::MCTruthContainer< MCCompLabel > *mcLabels=nullptr) |
| |