ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
TRT_ID::HashCalc Class Reference
Collaboration diagram for TRT_ID::HashCalc:

Public Member Functions

 HashCalc ()
 

Public Attributes

IdentifierHash m_hash
 
size_type m_deltaPhi
 
size_type m_layerMin
 
size_type m_strLayerMin
 
size_type m_nStrawLayers
 
size_type m_nstraws
 

Detailed Description

Definition at line 344 of file TRT_ID.h.

Constructor & Destructor Documentation

◆ HashCalc()

TRT_ID::HashCalc::HashCalc ( )
inline

Definition at line 347 of file TRT_ID.h.

347  :
348  m_hash(0),
349  m_deltaPhi(0),
350  m_layerMin(0),
351  m_strLayerMin(0),
352  m_nStrawLayers(0),
353  m_nstraws(0)
354  {}

Member Data Documentation

◆ m_deltaPhi

size_type TRT_ID::HashCalc::m_deltaPhi

Definition at line 356 of file TRT_ID.h.

◆ m_hash

IdentifierHash TRT_ID::HashCalc::m_hash

Definition at line 355 of file TRT_ID.h.

◆ m_layerMin

size_type TRT_ID::HashCalc::m_layerMin

Definition at line 357 of file TRT_ID.h.

◆ m_nStrawLayers

size_type TRT_ID::HashCalc::m_nStrawLayers

Definition at line 359 of file TRT_ID.h.

◆ m_nstraws

size_type TRT_ID::HashCalc::m_nstraws

Definition at line 360 of file TRT_ID.h.

◆ m_strLayerMin

size_type TRT_ID::HashCalc::m_strLayerMin

Definition at line 358 of file TRT_ID.h.


The documentation for this class was generated from the following file:
TRT_ID::HashCalc::m_deltaPhi
size_type m_deltaPhi
Definition: TRT_ID.h:356
TRT_ID::HashCalc::m_layerMin
size_type m_layerMin
Definition: TRT_ID.h:357
TRT_ID::HashCalc::m_nStrawLayers
size_type m_nStrawLayers
Definition: TRT_ID.h:359
TRT_ID::HashCalc::m_nstraws
size_type m_nstraws
Definition: TRT_ID.h:360
TRT_ID::HashCalc::m_hash
IdentifierHash m_hash
Definition: TRT_ID.h:355
TRT_ID::HashCalc::m_strLayerMin
size_type m_strLayerMin
Definition: TRT_ID.h:358