#include <InputLinkMemory.h>
|
void | addStub (Stub *stub) |
|
void | clean () override |
|
Stub * | getStub (unsigned int i) |
|
| InputLinkMemory (std::string name, Settings const &settings, double, double) |
|
unsigned int | nStubs () const |
|
void | writeStubs (bool first, unsigned int iSector) |
|
| ~InputLinkMemory () override=default |
|
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 |
|
Definition at line 16 of file InputLinkMemory.h.
◆ InputLinkMemory()
InputLinkMemory::InputLinkMemory |
( |
std::string |
name, |
|
|
Settings const & |
settings, |
|
|
double |
, |
|
|
double |
|
|
) |
| |
Definition at line 15 of file InputLinkMemory.cc.
MemoryBase(std::string name, Settings const &settings)
◆ ~InputLinkMemory()
trklet::InputLinkMemory::~InputLinkMemory |
( |
| ) |
|
|
overridedefault |
◆ addStub()
void InputLinkMemory::addStub |
( |
Stub * |
stub | ) |
|
◆ clean()
void InputLinkMemory::clean |
( |
| ) |
|
|
overridevirtual |
◆ getStub()
Stub* trklet::InputLinkMemory::getStub |
( |
unsigned int |
i | ) |
|
|
inline |
◆ nStubs()
unsigned int trklet::InputLinkMemory::nStubs |
( |
| ) |
const |
|
inline |
◆ writeStubs()
void InputLinkMemory::writeStubs |
( |
bool |
first, |
|
|
unsigned int |
iSector |
|
) |
| |
Definition at line 19 of file InputLinkMemory.cc.
References TauDecayModes::dec, first, trklet::hexFormat(), trklet::MemoryBase::iSector_, dqmiolumiharvest::j, trklet::Settings::memPath(), trklet::MemoryBase::openFile(), trklet::MemoryBase::out_, trklet::MemoryBase::settings_, and stubs_.
24 for (
unsigned int j = 0;
j <
stubs_.size();
j++) {
26 out_ << std::setfill(
'0') << std::setw(2);
void openFile(bool first, std::string dirName, std::string filebase)
std::string hexFormat(const std::string &binary)
std::string memPath() const
Settings const & settings_
◆ stubs_
std::vector<Stub*> trklet::InputLinkMemory::stubs_ |
|
private |