CbmRoot
Loading...
Searching...
No Matches
CbmL1LinkKey Struct Reference

Internal structure to handle link keys. More...

#include <CbmL1.h>

Public Member Functions

 CbmL1LinkKey (int32_t index, int32_t entry, int32_t file)
 Constructor from links.
 
bool operator== (const CbmL1LinkKey &other) const
 

Public Attributes

int32_t fIndex = -1
 index of point/track, saved to link
 
int32_t fEntry = -1
 index of link entry
 
int32_t fFile = -1
 index of link file
 

Detailed Description

Internal structure to handle link keys.

Definition at line 72 of file CbmL1.h.

Constructor & Destructor Documentation

◆ CbmL1LinkKey()

CbmL1LinkKey::CbmL1LinkKey ( int32_t index,
int32_t entry,
int32_t file )
inline

Constructor from links.

Definition at line 74 of file CbmL1.h.

Member Function Documentation

◆ operator==()

bool CbmL1LinkKey::operator== ( const CbmL1LinkKey & other) const
inline

Definition at line 75 of file CbmL1.h.

References fEntry, fFile, and fIndex.

Member Data Documentation

◆ fEntry

int32_t CbmL1LinkKey::fEntry = -1

index of link entry

Definition at line 81 of file CbmL1.h.

Referenced by std::hash< CbmL1LinkKey >::operator()(), and operator==().

◆ fFile

int32_t CbmL1LinkKey::fFile = -1

index of link file

Definition at line 82 of file CbmL1.h.

Referenced by std::hash< CbmL1LinkKey >::operator()(), and operator==().

◆ fIndex

int32_t CbmL1LinkKey::fIndex = -1

index of point/track, saved to link

Definition at line 80 of file CbmL1.h.

Referenced by std::hash< CbmL1LinkKey >::operator()(), and operator==().


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