CbmRoot
Loading...
Searching...
No Matches
cbm::ca::tools::LinkKey Struct Reference

#include <CaToolsLinkKey.h>

Public Member Functions

 LinkKey (int index, int event, int file)
 

Public Attributes

int fIndex = cbm::algo::ca::constants::Undef<int>
 Index of MC point/track in external data structures.
 
int fEvent = cbm::algo::ca::constants::Undef<int>
 Index of MC event.
 
int fFile = cbm::algo::ca::constants::Undef<int>
 Index of MC file.
 

Friends

bool operator== (const LinkKey &lhs, const LinkKey &rhs)
 Comparison operator.
 

Detailed Description

Definition at line 19 of file CaToolsLinkKey.h.

Constructor & Destructor Documentation

◆ LinkKey()

cbm::ca::tools::LinkKey::LinkKey ( int index,
int event,
int file )
inline

Constructor from index, event and file of a link

Parameters
indexIndex of MC track/point in external data structure
eventIndex of MC event
fileIndex of MC file

Definition at line 24 of file CaToolsLinkKey.h.

Friends And Related Symbol Documentation

◆ operator==

bool operator== ( const LinkKey & lhs,
const LinkKey & rhs )
friend

Comparison operator.

Definition at line 27 of file CaToolsLinkKey.h.

Member Data Documentation

◆ fEvent

◆ fFile

◆ fIndex


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