#include <TrkId.h>
Definition at line 21 of file TrkId.h.
◆ TrkId() [1/3]
◆ TrkId() [2/3]
Definition at line 29 of file TrkId.cxx.
29 : _value(man->nextId()), _idman(man) {
30
31}
◆ TrkId() [3/3]
TrkId::TrkId |
( |
const TrkId & | rhs | ) |
|
Definition at line 40 of file TrkId.cxx.
40 {
41
43 _value = rhs._value;
44}
TrkIdManager * idManager() const
◆ ~TrkId()
◆ idManager()
◆ operator long()
TrkId::operator long |
( |
| ) |
const |
|
inline |
◆ operator<()
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=()
Definition at line 48 of file TrkId.cxx.
48 {
49
51 _value = rhs._value;
52 return *this;
53}
◆ setIdManager()
Definition at line 93 of file TrkId.cxx.
93 {
94
95 _idman = idMan;
96}
◆ setNewValue()
void TrkId::setNewValue |
( |
const TrkId & | source | ) |
|
Definition at line 77 of file TrkId.cxx.
77 {
78
80 assert (_idman != 0);
82}
The documentation for this class was generated from the following files: