Jpp
18.4.0
the software that should make you happy
|
Auxiliary class to test whether given track has specified history. More...
#include <reconstruction.hh>
Public Member Functions | |
has_history (const int type, const rec_stages_range range) | |
Constructor. More... | |
bool | operator() (const Trk &track) const |
Public Attributes | |
const int | type |
reconstruction type More... | |
const rec_stages_range | range |
range of application types More... | |
Auxiliary class to test whether given track has specified history.
The history of a track consists of a reconstruction type and a range of application types.
Definition at line 109 of file tools/reconstruction.hh.
|
inline |
Constructor.
type | reconstruction type |
range | range of application types |
Definition at line 116 of file tools/reconstruction.hh.
|
inline |
track | track |
Definition at line 125 of file tools/reconstruction.hh.
const int has_history::type |
reconstruction type
Definition at line 133 of file tools/reconstruction.hh.
const rec_stages_range has_history::range |
range of application types
Definition at line 134 of file tools/reconstruction.hh.