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::dataformats |
| Definition of a container to keep/associate and arbitrary number of labels associated to an index with contiguous or non-contiguous label storage.
|
|
namespace | o2::its |
|
namespace | o2::its::ioutils |
|
|
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
|
|
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) |
|