#include <TrkContext.h>
Definition at line 27 of file TrkContext.h.
◆ TrkContext() [1/2]
TrkContext::TrkContext |
( |
const BField * |
bf | ) |
|
◆ TrkContext() [2/2]
◆ ~TrkContext()
TrkContext::~TrkContext |
( |
| ) |
|
|
virtual |
◆ bField()
const BField * TrkContext::bField |
( |
| ) |
const |
|
inline |
◆ getId()
virtual TrkId TrkContext::getId |
( |
| ) |
const |
|
pure virtual |
◆ operator=()
Definition at line 31 of file TrkContext.cxx.
31 {
32
33 if (&rhs == this) return *this;
34 _bf = rhs._bf;
35 return *this;
36}
◆ operator==()
Definition at line 52 of file TrkContext.cxx.
52 {
53
54 return (_bf == rhs._bf);
55}
◆ setBField()
void TrkContext::setBField |
( |
const BField * |
bf | ) |
|
The documentation for this class was generated from the following files: