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

#include <StripClusteringTool.h>

Collaboration diagram for ActsTrk::StripClusteringTool::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
 
Acts::Ccl::Label label {Acts::Ccl::NO_LABEL}
 

Detailed Description

Definition at line 32 of file StripClusteringTool.h.

Constructor & Destructor Documentation

◆ Cell()

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

Definition at line 38 of file StripClusteringTool.h.

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

Member Data Documentation

◆ id

Identifier ActsTrk::StripClusteringTool::Cell::id

Definition at line 34 of file StripClusteringTool.h.

◆ index

size_t ActsTrk::StripClusteringTool::Cell::index

Definition at line 33 of file StripClusteringTool.h.

◆ label

Acts::Ccl::Label ActsTrk::StripClusteringTool::Cell::label {Acts::Ccl::NO_LABEL}

Definition at line 36 of file StripClusteringTool.h.

◆ timeBits

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

Definition at line 35 of file StripClusteringTool.h.


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