#include <DTCLinkMemory.h>
Public Member Functions | |
void | addStub (const L1TStub &al1stub, const Stub &stub) |
void | clean () override |
DTCLinkMemory (std::string name, Settings const &settings, double, double) | |
Stub * | getStub (unsigned int i) |
unsigned int | nStubs () const |
void | writeStubs (bool first, unsigned int iSector) |
~DTCLinkMemory () override=default | |
Public Member Functions inherited from trklet::MemoryBase | |
void | findAndReplaceAll (std::string &data, std::string toSearch, std::string replaceStr) |
std::string | getLastPartOfName () const |
std::string const & | getName () const |
void | initLayerDisk (unsigned int pos, int &layer, int &disk) |
unsigned int | initLayerDisk (unsigned int pos) |
void | initSpecialSeeding (unsigned int pos, bool &overlap, bool &extra, bool &extended) |
MemoryBase (std::string name, Settings const &settings) | |
void | openFile (bool first, std::string dirName, std::string filebase) |
virtual | ~MemoryBase ()=default |
Private Attributes | |
std::vector< Stub * > | stubs_ |
Additional Inherited Members | |
Static Public Member Functions inherited from trklet::MemoryBase | |
static size_t | find_nth (const std::string &haystack, size_t pos, const std::string &needle, size_t nth) |
static std::string | hexstr (unsigned int index) |
Protected Attributes inherited from trklet::MemoryBase | |
int | bx_ |
int | event_ |
unsigned int | iSector_ |
std::string | name_ |
std::ofstream | out_ |
Settings const & | settings_ |
Definition at line 17 of file DTCLinkMemory.h.
DTCLinkMemory::DTCLinkMemory | ( | std::string | name, |
Settings const & | settings, | ||
double | , | ||
double | |||
) |
Definition at line 17 of file DTCLinkMemory.cc.
|
overridedefault |
Definition at line 19 of file DTCLinkMemory.cc.
References trklet::Settings::maxStep(), trklet::Stub::setl1tstub(), trklet::MemoryBase::settings_, and stubs_.
|
overridevirtual |
|
inline |
Definition at line 27 of file DTCLinkMemory.h.
References mps_fire::i, and stubs_.
Referenced by trklet::InputRouter::execute().
|
inline |
Definition at line 25 of file DTCLinkMemory.h.
References stubs_.
Referenced by trklet::InputRouter::execute().
void DTCLinkMemory::writeStubs | ( | bool | first, |
unsigned int | iSector | ||
) |
Definition at line 29 of file DTCLinkMemory.cc.
References cms::cuda::assert(), trklet::Settings::dtcLayers(), dqmdumpme::first, trklet::hexFormat(), trklet::MemoryBase::hexstr(), trklet::MemoryBase::iSector_, dqmiolumiharvest::j, hgcalTBTopologyTester_cfi::layers, trklet::Settings::memPath(), trklet::MemoryBase::openFile(), trklet::MemoryBase::out_, trklet::MemoryBase::settings_, command_line::start, trklet::FPGAWord::str(), and stubs_.
|
private |
Definition at line 34 of file DTCLinkMemory.h.
Referenced by addStub(), clean(), getStub(), nStubs(), and writeStubs().