Project
Loading...
Searching...
No Matches
o2::itsmft::ioutils Namespace Reference

Classes

struct  ClusterData
 

Functions

template<typename T = float>
ClusterData< T > extractClusterData (const CompClusterExt &c, gsl::span< const unsigned char >::iterator &patterns, const TopologyDictionary *dict)
 

Variables

constexpr float DefClusErrorRow = o2::itsmft::SegmentationAlpide::PitchRow * 0.5f
 
constexpr float DefClusErrorCol = o2::itsmft::SegmentationAlpide::PitchCol * 0.5f
 
constexpr float DefClusError2Row = DefClusErrorRow * DefClusErrorRow
 
constexpr float DefClusError2Col = DefClusErrorCol * DefClusErrorCol
 

Function Documentation

◆ extractClusterData()

template<typename T = float>
ClusterData< T > o2::itsmft::ioutils::extractClusterData ( const CompClusterExt &  c,
gsl::span< const unsigned char >::iterator &  patterns,
const TopologyDictionary *  dict 
)

Definition at line 81 of file IOUtils.h.

Variable Documentation

◆ DefClusError2Col

constexpr float o2::itsmft::ioutils::DefClusError2Col = DefClusErrorCol * DefClusErrorCol
constexpr

Definition at line 67 of file IOUtils.h.

◆ DefClusError2Row

constexpr float o2::itsmft::ioutils::DefClusError2Row = DefClusErrorRow * DefClusErrorRow
constexpr

Definition at line 66 of file IOUtils.h.

◆ DefClusErrorCol

constexpr float o2::itsmft::ioutils::DefClusErrorCol = o2::itsmft::SegmentationAlpide::PitchCol * 0.5f
constexpr

Definition at line 65 of file IOUtils.h.

◆ DefClusErrorRow

constexpr float o2::itsmft::ioutils::DefClusErrorRow = o2::itsmft::SegmentationAlpide::PitchRow * 0.5f
constexpr

Definition at line 64 of file IOUtils.h.