ATLAS Offline Software
Loading...
Searching...
No Matches
Hgtd Namespace Reference

Classes

struct  UnpackedHgtdRDO

Functions

static int getCellRow (const Hgtd::UnpackedHgtdRDO &cell)
static int getCellColumn (const Hgtd::UnpackedHgtdRDO &cell)
static double getCellTime (const Hgtd::UnpackedHgtdRDO &cell)
static void clusterAddCell (ActsTrk::HgtdTimedClusteringTool::Cluster &cl, const ActsTrk::HgtdTimedClusteringTool::Cell &cell)

Function Documentation

◆ clusterAddCell()

void Hgtd::clusterAddCell ( ActsTrk::HgtdTimedClusteringTool::Cluster & cl,
const ActsTrk::HgtdTimedClusteringTool::Cell & cell )
inlinestatic

Definition at line 20 of file HgtdTimedClusteringTool.cxx.

22 {
23 cl.ids.push_back(cell.ID);
24 cl.tots.push_back(cell.TOT);
25 cl.times.push_back(cell.TOA);
26 }

◆ getCellColumn()

int Hgtd::getCellColumn ( const Hgtd::UnpackedHgtdRDO & cell)
inlinestatic

Definition at line 14 of file HgtdTimedClusteringTool.cxx.

15 { return cell.COL; }

◆ getCellRow()

int Hgtd::getCellRow ( const Hgtd::UnpackedHgtdRDO & cell)
inlinestatic

Definition at line 11 of file HgtdTimedClusteringTool.cxx.

12 { return cell.ROW; }

◆ getCellTime()

double Hgtd::getCellTime ( const Hgtd::UnpackedHgtdRDO & cell)
inlinestatic

Definition at line 17 of file HgtdTimedClusteringTool.cxx.

18 { return cell.TOA; }