#include <DTCLink.h>
Public Member Functions | |
void | addStub (std::pair< Stub *, L1TStub * > stub) |
void | clean () |
DTCLink (double phimin, double phimax) | |
Stub * | getFPGAStub (unsigned int i) const |
L1TStub * | getL1TStub (unsigned int i) const |
std::pair< Stub *, L1TStub * > | getStub (unsigned int i) const |
bool | inRange (double phi, bool overlaplayer) |
unsigned int | nStubs () const |
~DTCLink ()=default | |
Private Attributes | |
double | phimax_ |
double | phimin_ |
std::vector< std::pair< Stub *, L1TStub * > > | stubs_ |
DTCLink::DTCLink | ( | double | phimin, |
double | phimax | ||
) |
|
default |
Definition at line 16 of file DTCLink.cc.
|
inline |
|
inline |
|
inline |
bool DTCLink::inRange | ( | double | phi, |
bool | overlaplayer | ||
) |
|
inline |
Definition at line 31 of file DTCLink.h.
Referenced by clean(), getFPGAStub(), getL1TStub(), getStub(), and nStubs().