![]() |
Project
|
Functions | |
| template<class iterator , typename T = float> | |
| o2::math_utils::Point3D< T > | 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 > | extractClusterData (const itsmft::CompClusterExt &c, iterator &iter, const its3::TopologyDictionary *dict, T &sig2y, T &sig2z, uint8_t &cls) |
| void | 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 | 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) |
Variables | |
| constexpr float | DefClusErrorRow = o2::its3::SegmentationMosaix::PitchRow * 0.5 |
| constexpr float | DefClusErrorCol = o2::its3::SegmentationMosaix::PitchCol * 0.5 |
| constexpr float | DefClusError2Row = DefClusErrorRow * DefClusErrorRow |
| constexpr float | DefClusError2Col = DefClusErrorCol * DefClusErrorCol |
| 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
Definition at line 30 of file IOUtils.cxx.
| o2::math_utils::Point3D< T > o2::its3::ioutils::extractClusterData | ( | const itsmft::CompClusterExt & | c, |
| iterator & | iter, | ||
| const its3::TopologyDictionary * | dict, | ||
| T & | sig2y, | ||
| T & | sig2z | ||
| ) |
| 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 | ||
| ) |
| 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 |
||
| ) |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |