ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
TTOnlineID::HashCalc Class Reference

small class holding the starting hash value, the min eta and the number of phi bins of each region
used to CPU-optimize the conversion from an identifier to a hash index More...

Collaboration diagram for TTOnlineID::HashCalc:

Public Member Functions

 HashCalc ()
 

Public Attributes

IdentifierHash m_hash
 
size_type m_channelmin
 

Detailed Description

small class holding the starting hash value, the min eta and the number of phi bins of each region
used to CPU-optimize the conversion from an identifier to a hash index

Definition at line 186 of file TTOnlineID.h.

Constructor & Destructor Documentation

◆ HashCalc()

TTOnlineID::HashCalc::HashCalc ( )
inline

Definition at line 189 of file TTOnlineID.h.

189  :
190  m_hash(0),
191  m_channelmin(0) {}

Member Data Documentation

◆ m_channelmin

size_type TTOnlineID::HashCalc::m_channelmin

Definition at line 193 of file TTOnlineID.h.

◆ m_hash

IdentifierHash TTOnlineID::HashCalc::m_hash

Definition at line 192 of file TTOnlineID.h.


The documentation for this class was generated from the following file:
TTOnlineID::HashCalc::m_channelmin
size_type m_channelmin
Definition: TTOnlineID.h:193
TTOnlineID::HashCalc::m_hash
IdentifierHash m_hash
Definition: TTOnlineID.h:192