ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
InDet::UnpackedPixelRDO Class Reference

#include <PixelRDOTool.h>

Collaboration diagram for InDet::UnpackedPixelRDO:

Public Member Functions

 UnpackedPixelRDO (int ncl, int row, int col, int tot, int lvl1, Identifier id)
 

Public Attributes

int NCL
 
int ROW
 
int COL
 
int TOT
 
int LVL1
 
Identifier ID
 

Detailed Description

Definition at line 31 of file PixelRDOTool.h.

Constructor & Destructor Documentation

◆ UnpackedPixelRDO()

InDet::UnpackedPixelRDO::UnpackedPixelRDO ( int  ncl,
int  row,
int  col,
int  tot,
int  lvl1,
Identifier  id 
)
inline

Definition at line 34 of file PixelRDOTool.h.

34  :
35  NCL(ncl), ROW(row), COL(col), TOT(tot), LVL1(lvl1), ID(id) {};

Member Data Documentation

◆ COL

int InDet::UnpackedPixelRDO::COL

Definition at line 39 of file PixelRDOTool.h.

◆ ID

Identifier InDet::UnpackedPixelRDO::ID

Definition at line 42 of file PixelRDOTool.h.

◆ LVL1

int InDet::UnpackedPixelRDO::LVL1

Definition at line 41 of file PixelRDOTool.h.

◆ NCL

int InDet::UnpackedPixelRDO::NCL

Definition at line 37 of file PixelRDOTool.h.

◆ ROW

int InDet::UnpackedPixelRDO::ROW

Definition at line 38 of file PixelRDOTool.h.

◆ TOT

int InDet::UnpackedPixelRDO::TOT

Definition at line 40 of file PixelRDOTool.h.


The documentation for this class was generated from the following file:
InDet::UnpackedPixelRDO::LVL1
int LVL1
Definition: PixelRDOTool.h:41
query_example.row
row
Definition: query_example.py:24
InDet::UnpackedPixelRDO::TOT
int TOT
Definition: PixelRDOTool.h:40
InDet::UnpackedPixelRDO::ROW
int ROW
Definition: PixelRDOTool.h:38
query_example.col
col
Definition: query_example.py:7
InDet::UnpackedPixelRDO::NCL
int NCL
Definition: PixelRDOTool.h:35
InDet::UnpackedPixelRDO::COL
int COL
Definition: PixelRDOTool.h:39
InDet::UnpackedPixelRDO::ID
Identifier ID
Definition: PixelRDOTool.h:42