#include <VMStubME.h>
Public Member Functions | |
const FPGAWord & | bend () const |
const FPGAWord & | finephi () const |
const FPGAWord & | finerz () const |
bool | isPSmodule () const |
std::string | str () const |
const Stub * | stub () const |
const FPGAWord & | stubindex () const |
VMStubME () | |
VMStubME (const Stub *stub, FPGAWord finephi, FPGAWord finerz, FPGAWord bend, FPGAWord allstubindex) | |
~VMStubME ()=default | |
Private Attributes | |
FPGAWord | allStubIndex_ |
FPGAWord | bend_ |
FPGAWord | finephi_ |
FPGAWord | finerz_ |
const Stub * | stub_ |
Definition at line 15 of file VMStubME.h.
|
inline |
Definition at line 17 of file VMStubME.h.
VMStubME::VMStubME | ( | const Stub * | stub, |
FPGAWord | finephi, | ||
FPGAWord | finerz, | ||
FPGAWord | bend, | ||
FPGAWord | allstubindex | ||
) |
Definition at line 6 of file VMStubME.cc.
|
default |
|
inline |
Definition at line 26 of file VMStubME.h.
References bend_.
Referenced by trklet::MatchEngine::execute(), and trklet::MatchEngineUnit::processPipeline().
|
inline |
Definition at line 23 of file VMStubME.h.
References finephi_.
Referenced by trklet::MatchEngine::execute(), and trklet::MatchEngineUnit::processPipeline().
|
inline |
Definition at line 24 of file VMStubME.h.
References finerz_.
Referenced by trklet::MatchEngine::execute(), and trklet::MatchEngineUnit::processPipeline().
|
inline |
Definition at line 30 of file VMStubME.h.
References trklet::Stub::isPSmodule(), and stub_.
Referenced by trklet::MatchEngine::execute(), and trklet::MatchEngineUnit::processPipeline().
std::string VMStubME::str | ( | ) | const |
Definition at line 14 of file VMStubME.cc.
|
inline |
Definition at line 28 of file VMStubME.h.
References stub_.
Referenced by trklet::MatchEngine::execute(), and trklet::MatchEngineUnit::processPipeline().
|
inline |
|
private |
Definition at line 38 of file VMStubME.h.
Referenced by stubindex().
|
private |
Definition at line 41 of file VMStubME.h.
Referenced by bend().
|
private |
Definition at line 39 of file VMStubME.h.
Referenced by finephi().
|
private |
Definition at line 40 of file VMStubME.h.
Referenced by finerz().
|
private |
Definition at line 42 of file VMStubME.h.
Referenced by isPSmodule(), and stub().