ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
ActsTrk::IPixelClusteringTool::Cell Struct Reference

#include <IPixelClusteringTool.h>

Collaboration diagram for ActsTrk::IPixelClusteringTool::Cell:

Public Member Functions

 Cell (int row, int col, int tot, int lvl1, Identifier::value_type id)
 

Public Attributes

int ROW
 
int COL
 
int TOT
 
int LVL1
 
Identifier::value_type ID
 

Detailed Description

Definition at line 30 of file Tracking/Acts/ActsToolInterfaces/ActsToolInterfaces/IPixelClusteringTool.h.

Constructor & Destructor Documentation

◆ Cell()

ActsTrk::IPixelClusteringTool::Cell::Cell ( int  row,
int  col,
int  tot,
int  lvl1,
Identifier::value_type  id 
)
inline

Definition at line 31 of file Tracking/Acts/ActsToolInterfaces/ActsToolInterfaces/IPixelClusteringTool.h.

31  :
32  ROW(row), COL(col), TOT(tot), LVL1(lvl1), ID(id) {};

Member Data Documentation

◆ COL

int ActsTrk::IPixelClusteringTool::Cell::COL

◆ ID

Identifier::value_type ActsTrk::IPixelClusteringTool::Cell::ID

◆ LVL1

int ActsTrk::IPixelClusteringTool::Cell::LVL1

◆ ROW

int ActsTrk::IPixelClusteringTool::Cell::ROW

◆ TOT

int ActsTrk::IPixelClusteringTool::Cell::TOT

The documentation for this struct was generated from the following file:
ActsTrk::IPixelClusteringTool::Cell::ROW
int ROW
Definition: Tracking/Acts/ActsToolInterfaces/ActsToolInterfaces/IPixelClusteringTool.h:32
ActsTrk::IPixelClusteringTool::Cell::TOT
int TOT
Definition: Tracking/Acts/ActsToolInterfaces/ActsToolInterfaces/IPixelClusteringTool.h:36
keylayer_zslicemap.row
row
Definition: keylayer_zslicemap.py:155
ActsTrk::IPixelClusteringTool::Cell::LVL1
int LVL1
Definition: Tracking/Acts/ActsToolInterfaces/ActsToolInterfaces/IPixelClusteringTool.h:37
ActsTrk::IPixelClusteringTool::Cell::ID
Identifier::value_type ID
Definition: Tracking/Acts/ActsToolInterfaces/ActsToolInterfaces/IPixelClusteringTool.h:38
ActsTrk::IPixelClusteringTool::Cell::COL
int COL
Definition: Tracking/Acts/ActsToolInterfaces/ActsToolInterfaces/IPixelClusteringTool.h:35
PixelCalibrationConfig.tot
tot
Definition: PixelCalibrationConfig.py:28