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::its |
|
namespace | o2::its::ioutils |
|
|
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
|
|
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) |
|