#include <TrkId.h>
◆ TrkId() [1/6]
Definition at line 24 of file TrkId.cxx.
24 : _value(myval), _idman(man) {
25
26}
◆ TrkId() [2/6]
Definition at line 29 of file TrkId.cxx.
29 : _value(man->nextId()), _idman(man) {
30
31}
◆ TrkId() [3/6]
TrkId::TrkId |
( |
const TrkId & |
rhs | ) |
|
Definition at line 40 of file TrkId.cxx.
40 {
41
43 _value = rhs._value;
44}
TrkIdManager * idManager() const
◆ ~TrkId() [1/2]
◆ TrkId() [4/6]
◆ TrkId() [5/6]
◆ TrkId() [6/6]
TrkId::TrkId |
( |
const TrkId & |
| ) |
|
◆ ~TrkId() [2/2]
◆ idManager() [1/2]
◆ idManager() [2/2]
◆ operator long() [1/2]
TrkId::operator long |
( |
| ) |
const |
|
inline |
◆ operator long() [2/2]
TrkId::operator long |
( |
| ) |
const |
|
inline |
◆ operator<() [1/2]
bool TrkId::operator< |
( |
const TrkId & |
other | ) |
const |
Definition at line 56 of file TrkId.cxx.
57 {
58
59
60
61
62
63
64
65
66
67
68 std::cout << " TrkId::operator<(const TrkId& other) const needs to be checked " << std::endl;
69 if(_value <
other._value)
return true;
70 return false;
71}
Index other(Index i, Index j)
◆ operator<() [2/2]
bool TrkId::operator< |
( |
const TrkId & |
| ) |
const |
◆ operator=() [1/2]
Definition at line 48 of file TrkId.cxx.
48 {
49
51 _value = rhs._value;
52 return *this;
53}
◆ operator=() [2/2]
◆ setIdManager() [1/2]
◆ setIdManager() [2/2]
◆ setNewValue() [1/2]
void TrkId::setNewValue |
( |
const TrkId & |
source | ) |
|
◆ setNewValue() [2/2]
void TrkId::setNewValue |
( |
const TrkId & |
| ) |
|
The documentation for this class was generated from the following files: