#include <TrkId.h>
Definition at line 21 of file TrkId.h.
◆ TrkId() [1/3]
Definition at line 24 of file TrkId.cxx.
24 : _value(myval), _idman(man) {
25
26}
◆ 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()
◆ setNewValue()
void TrkId::setNewValue |
( |
const TrkId & |
source | ) |
|
The documentation for this class was generated from the following files: