ATLAS Offline Software
Loading...
Searching...
No Matches
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 178 of file TTOnlineID.h.

Constructor & Destructor Documentation

◆ HashCalc()

TTOnlineID::HashCalc::HashCalc ( )
inline

Definition at line 181 of file TTOnlineID.h.

181 :
182 m_hash(0),
183 m_channelmin(0) {}
IdentifierHash m_hash
Definition TTOnlineID.h:184

Member Data Documentation

◆ m_channelmin

size_type TTOnlineID::HashCalc::m_channelmin

Definition at line 185 of file TTOnlineID.h.

◆ m_hash

IdentifierHash TTOnlineID::HashCalc::m_hash

Definition at line 184 of file TTOnlineID.h.


The documentation for this class was generated from the following file: