BOSS 7.1.2
BESIII Offline Software System
|
#include <EvtIdxHandler.h>
Public Member Functions | |
EvtIdxHandler () | |
virtual | ~EvtIdxHandler () |
void | next_file () |
uint32_t | nextPos (int nIgnore) |
uint32_t | findPosById (uint32_t evtId) |
int | nEvtLeft (int nIgnore) const |
void | addPos (uint32_t evtId, uint32_t pos) |
void | write (std::string fname) |
Static Public Member Functions | |
static uint32_t | IdxFileStartMarker () |
static uint32_t | IdxIdBlockMarker () |
static uint32_t | IdxPosBlockMarker () |
static EvtIdxHandler * | instance (const std::vector< std::string > &fnames) |
static void | release () |
Definition at line 9 of file EvtIdxHandler.h.
EvtIdxHandler::EvtIdxHandler | ( | ) |
Definition at line 46 of file EvtIdxHandler.cxx.
Referenced by instance().
|
virtual |
Definition at line 55 of file EvtIdxHandler.cxx.
void EvtIdxHandler::addPos | ( | uint32_t | evtId, |
uint32_t | pos ) |
Definition at line 86 of file EvtIdxHandler.cxx.
Referenced by GenRdmTrgIdxAlg::execute(), and main().
uint32_t EvtIdxHandler::findPosById | ( | uint32_t | evtId | ) |
Definition at line 75 of file EvtIdxHandler.cxx.
Referenced by RawFileReader::findEventById().
|
inlinestatic |
Definition at line 13 of file EvtIdxHandler.h.
Referenced by RawFileReader::getEventNumber(), and write().
|
inlinestatic |
|
inlinestatic |
|
static |
Definition at line 15 of file EvtIdxHandler.cxx.
Referenced by RawFileReader::RawFileReader(), RawFileReader::RawFileReader(), RawFileReader::RawFileReader(), and RawFileReader::RawFileReader().
|
inline |
Definition at line 29 of file EvtIdxHandler.h.
Referenced by RawFileReader::nextEvent().
void EvtIdxHandler::next_file | ( | ) |
Definition at line 61 of file EvtIdxHandler.cxx.
uint32_t EvtIdxHandler::nextPos | ( | int | nIgnore | ) |
Definition at line 69 of file EvtIdxHandler.cxx.
Referenced by RawFileReader::nextEvent().
|
static |
Definition at line 26 of file EvtIdxHandler.cxx.
Referenced by RawFileReader::~RawFileReader().
void EvtIdxHandler::write | ( | std::string | fname | ) |
Definition at line 96 of file EvtIdxHandler.cxx.
Referenced by GenRdmTrgIdxAlg::execute(), GenRdmTrgIdxAlg::finalize(), and main().