Interface for vertex classes processed in VtxMap.
More...
#include <IWrkVrt.h>
|
| virtual | ~IWrkVrt ()=default |
| virtual std::deque< size_t > & | selectedTrackIndices ()=0 |
| | Return indices of tracks associated with the vertex.
|
| virtual const std::deque< size_t > & | selectedTrackIndices () const =0 |
| | Return indices of tracks associated with the vertex.
|
| virtual double | x () const =0 |
| virtual double | y () const =0 |
| virtual double | z () const =0 |
Interface for vertex classes processed in VtxMap.
Definition at line 29 of file IWrkVrt.h.
◆ ~IWrkVrt()
| virtual TrigVSI::IWrkVrt::~IWrkVrt |
( |
| ) |
|
|
virtualdefault |
◆ selectedTrackIndices() [1/2]
| virtual const std::deque< size_t > & TrigVSI::IWrkVrt::selectedTrackIndices |
( |
| ) |
const |
|
pure virtual |
◆ selectedTrackIndices() [2/2]
| virtual std::deque< size_t > & TrigVSI::IWrkVrt::selectedTrackIndices |
( |
| ) |
|
|
pure virtual |
◆ x()
| virtual double TrigVSI::IWrkVrt::x |
( |
| ) |
const |
|
pure virtual |
◆ y()
| virtual double TrigVSI::IWrkVrt::y |
( |
| ) |
const |
|
pure virtual |
◆ z()
| virtual double TrigVSI::IWrkVrt::z |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: