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

#include <IStripClusteringTool.h>

Collaboration diagram for ActsTrk::IStripClusteringTool::Cell:

Public Member Functions

 Cell (size_t i, Identifier id, const std::bitset< 3 > &timeBits)
 

Public Attributes

size_t index
 
Identifier id
 
std::bitset< 3 > timeBits
 

Detailed Description

Definition at line 31 of file IStripClusteringTool.h.

Constructor & Destructor Documentation

◆ Cell()

ActsTrk::IStripClusteringTool::Cell::Cell ( size_t  i,
Identifier  id,
const std::bitset< 3 > &  timeBits 
)
inline

Definition at line 36 of file IStripClusteringTool.h.

37  : index(i), id(id), timeBits(timeBits) {}

Member Data Documentation

◆ id

Identifier ActsTrk::IStripClusteringTool::Cell::id

Definition at line 33 of file IStripClusteringTool.h.

◆ index

size_t ActsTrk::IStripClusteringTool::Cell::index

Definition at line 32 of file IStripClusteringTool.h.

◆ timeBits

std::bitset<3> ActsTrk::IStripClusteringTool::Cell::timeBits

Definition at line 34 of file IStripClusteringTool.h.


The documentation for this struct was generated from the following file:
ActsTrk::IStripClusteringTool::Cell::id
Identifier id
Definition: IStripClusteringTool.h:33
lumiFormat.i
int i
Definition: lumiFormat.py:85
ActsTrk::IStripClusteringTool::Cell::timeBits
std::bitset< 3 > timeBits
Definition: IStripClusteringTool.h:34
ActsTrk::IStripClusteringTool::Cell::index
size_t index
Definition: IStripClusteringTool.h:32