BOSS 7.0.1
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) |
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 () |
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 Event/RawFile/RawFile-00-00-10/RawFile/EvtIdxHandler.h.
EvtIdxHandler::EvtIdxHandler | ( | ) |
Definition at line 42 of file EvtIdxHandler.cxx.
Referenced by instance().
|
virtual |
Definition at line 51 of file EvtIdxHandler.cxx.
EvtIdxHandler::EvtIdxHandler | ( | ) |
|
virtual |
void EvtIdxHandler::addPos | ( | uint32_t | evtId, |
uint32_t | pos | ||
) |
Definition at line 82 of file EvtIdxHandler.cxx.
Referenced by main().
void EvtIdxHandler::addPos | ( | uint32_t | evtId, |
uint32_t | pos | ||
) |
uint32_t EvtIdxHandler::findPosById | ( | uint32_t | evtId | ) |
Definition at line 71 of file EvtIdxHandler.cxx.
Referenced by RawFileReader::findEventById().
uint32_t EvtIdxHandler::findPosById | ( | uint32_t | evtId | ) |
|
inlinestatic |
Definition at line 13 of file Event/RawFile/RawFile-00-00-10/RawFile/EvtIdxHandler.h.
Referenced by RawFileReader::getEventNumber(), and write().
|
inlinestatic |
Definition at line 13 of file InstallArea/include/RawFile/RawFile/EvtIdxHandler.h.
|
inlinestatic |
Definition at line 14 of file Event/RawFile/RawFile-00-00-10/RawFile/EvtIdxHandler.h.
Referenced by write().
|
inlinestatic |
Definition at line 14 of file InstallArea/include/RawFile/RawFile/EvtIdxHandler.h.
|
inlinestatic |
Definition at line 15 of file Event/RawFile/RawFile-00-00-10/RawFile/EvtIdxHandler.h.
Referenced by write().
|
inlinestatic |
Definition at line 15 of file InstallArea/include/RawFile/RawFile/EvtIdxHandler.h.
|
static |
Definition at line 11 of file EvtIdxHandler.cxx.
Referenced by RawFileReader::RawFileReader().
|
static |
|
inline |
Definition at line 29 of file Event/RawFile/RawFile-00-00-10/RawFile/EvtIdxHandler.h.
Referenced by RawFileReader::nextEvent().
|
inline |
Definition at line 29 of file InstallArea/include/RawFile/RawFile/EvtIdxHandler.h.
void EvtIdxHandler::next_file | ( | ) |
Definition at line 57 of file EvtIdxHandler.cxx.
void EvtIdxHandler::next_file | ( | ) |
uint32_t EvtIdxHandler::nextPos | ( | int | nIgnore | ) |
Definition at line 65 of file EvtIdxHandler.cxx.
Referenced by RawFileReader::nextEvent().
uint32_t EvtIdxHandler::nextPos | ( | int | nIgnore | ) |
|
static |
Definition at line 22 of file EvtIdxHandler.cxx.
Referenced by RawFileReader::~RawFileReader().
|
static |
void EvtIdxHandler::write | ( | std::string | fname | ) |
Definition at line 92 of file EvtIdxHandler.cxx.
Referenced by main().
void EvtIdxHandler::write | ( | std::string | fname | ) |