|
BOSS 7.1.3
BESIII Offline Software System
|
#include <TrkContext.h>
Inheritance diagram for TrkContext:Public Member Functions | |
| TrkContext (const BField *) | |
| TrkContext (const TrkContext &) | |
| virtual | ~TrkContext () |
| TrkContext & | operator= (const TrkContext &) |
| const BField * | bField () const |
| virtual TrkId | getId () const =0 |
| void | setBField (const BField *bf) |
| bool | operator== (const TrkContext &) const |
Definition at line 27 of file TrkContext.h.
| TrkContext::TrkContext | ( | const BField * | bf | ) |
Definition at line 18 of file TrkContext.cxx.
Referenced by getId(), operator=(), operator==(), TrkContext(), and TrkContextEv::TrkContextEv().
| TrkContext::TrkContext | ( | const TrkContext & | rhs | ) |
Definition at line 24 of file TrkContext.cxx.
|
virtual |
Definition at line 39 of file TrkContext.cxx.
|
inline |
Definition at line 35 of file TrkContext.h.
|
pure virtual |
Implemented in TrkContextEv.
| TrkContext & TrkContext::operator= | ( | const TrkContext & | rhs | ) |
Definition at line 31 of file TrkContext.cxx.
| bool TrkContext::operator== | ( | const TrkContext & | rhs | ) | const |
Definition at line 52 of file TrkContext.cxx.
| void TrkContext::setBField | ( | const BField * | bf | ) |
Definition at line 45 of file TrkContext.cxx.