BOSS 7.0.3
BESIII Offline Software System
|
#include <RawFileReader.h>
Public Types | |
typedef const VFileNames_t | ReaderArgType |
typedef const VFileNames_t | ReaderArgType |
Public Member Functions | |
RawFileReader (const std::string &fname) | |
RawFileReader (const VFileNames_t &fnames) | |
RawFileReader (const std::string &fname, const std::string &idxfname) | |
RawFileReader (const VFileNames_t &fnames, const VFileNames_t &idxfnames) | |
virtual | ~RawFileReader () |
const uint32_t * | nextEvent () |
const uint32_t * | currentEvent () const |
const uint32_t * | nextEvent (int nIgnore) |
const uint32_t * | findEventById (uint32_t evtId) |
const uint32_t * | roughlyNextEvent (int nIgnore, int evtByte=0) |
uint32_t | runNo () |
std::string | currentFile () |
uint32_t | tellg () |
uint32_t | stat () |
RawFileReader (const std::string &fname) | |
RawFileReader (const VFileNames_t &fnames) | |
RawFileReader (const std::string &fname, const std::string &idxfname) | |
RawFileReader (const VFileNames_t &fnames, const VFileNames_t &idxfnames) | |
virtual | ~RawFileReader () |
const uint32_t * | nextEvent () |
const uint32_t * | currentEvent () const |
const uint32_t * | nextEvent (int nIgnore) |
const uint32_t * | findEventById (uint32_t evtId) |
const uint32_t * | roughlyNextEvent (int nIgnore, int evtByte=0) |
uint32_t | runNo () |
std::string | currentFile () |
uint32_t | tellg () |
uint32_t | stat () |
Public Member Functions inherited from IRawReader | |
virtual | ~IRawReader () |
virtual const uint32_t * | nextEvent ()=0 |
virtual const uint32_t * | currentEvent () const =0 |
virtual uint32_t | runNo ()=0 |
virtual std::string | currentFile ()=0 |
virtual uint32_t | stat ()=0 |
virtual | ~IRawReader () |
virtual const uint32_t * | nextEvent ()=0 |
virtual const uint32_t * | currentEvent () const =0 |
virtual uint32_t | runNo ()=0 |
virtual std::string | currentFile ()=0 |
virtual uint32_t | stat ()=0 |
Static Public Member Functions | |
static std::vector< int > | getEventNumber (const VFileNames_t &idxfnames) |
static std::vector< int > | getEventNumber (const VFileNames_t &idxfnames) |
Definition at line 16 of file Event/RawFile/RawFile-00-00-10/RawFile/RawFileReader.h.
typedef const VFileNames_t RawFileReader::ReaderArgType |
Definition at line 20 of file Event/RawFile/RawFile-00-00-10/RawFile/RawFileReader.h.
typedef const VFileNames_t RawFileReader::ReaderArgType |
Definition at line 20 of file InstallArea/include/RawFile/RawFile/RawFileReader.h.
RawFileReader::RawFileReader | ( | const std::string & | fname | ) |
Definition at line 38 of file RawFileReader.cxx.
Referenced by RawFileReader().
RawFileReader::RawFileReader | ( | const VFileNames_t & | fnames | ) |
Definition at line 48 of file RawFileReader.cxx.
RawFileReader::RawFileReader | ( | const std::string & | fname, |
const std::string & | idxfname | ||
) |
Definition at line 58 of file RawFileReader.cxx.
RawFileReader::RawFileReader | ( | const VFileNames_t & | fnames, |
const VFileNames_t & | idxfnames | ||
) |
Definition at line 74 of file RawFileReader.cxx.
|
virtual |
Definition at line 90 of file RawFileReader.cxx.
RawFileReader::RawFileReader | ( | const std::string & | fname | ) |
RawFileReader::RawFileReader | ( | const VFileNames_t & | fnames | ) |
RawFileReader::RawFileReader | ( | const std::string & | fname, |
const std::string & | idxfname | ||
) |
RawFileReader::RawFileReader | ( | const VFileNames_t & | fnames, |
const VFileNames_t & | idxfnames | ||
) |
|
virtual |
|
inlinevirtual |
Implements IRawReader.
Definition at line 33 of file Event/RawFile/RawFile-00-00-10/RawFile/RawFileReader.h.
Referenced by MixerAlg::nextEvent().
|
inlinevirtual |
Implements IRawReader.
Definition at line 33 of file InstallArea/include/RawFile/RawFile/RawFileReader.h.
|
virtual |
Implements IRawReader.
Definition at line 229 of file RawFileReader.cxx.
Referenced by MixerAlg::execute(), findEventById(), main(), nextEvent(), and roughlyNextEvent().
|
virtual |
Implements IRawReader.
const uint32_t * RawFileReader::findEventById | ( | uint32_t | evtId | ) |
Definition at line 155 of file RawFileReader.cxx.
Referenced by findEventById(), and main().
const uint32_t * RawFileReader::findEventById | ( | uint32_t | evtId | ) |
|
static |
Definition at line 11 of file RawFileReader.cxx.
Referenced by MixerAlg::execute().
|
static |
|
virtual |
Implements IRawReader.
Definition at line 97 of file RawFileReader.cxx.
Referenced by main(), nextEvent(), MixerAlg::nextEvent(), and RawEventReader::readEvent().
|
virtual |
Implements IRawReader.
const uint32_t * RawFileReader::nextEvent | ( | int | nIgnore | ) |
Definition at line 120 of file RawFileReader.cxx.
const uint32_t * RawFileReader::nextEvent | ( | int | nIgnore | ) |
const uint32_t * RawFileReader::roughlyNextEvent | ( | int | nIgnore, |
int | evtByte = 0 |
||
) |
Definition at line 187 of file RawFileReader.cxx.
Referenced by MixerAlg::nextEvent(), and roughlyNextEvent().
const uint32_t * RawFileReader::roughlyNextEvent | ( | int | nIgnore, |
int | evtByte = 0 |
||
) |
|
virtual |
|
virtual |
Implements IRawReader.
|
virtual |
Implements IRawReader.
Definition at line 239 of file RawFileReader.cxx.
Referenced by stat().
|
virtual |
Implements IRawReader.
uint32_t RawFileReader::tellg | ( | ) |
Definition at line 234 of file RawFileReader.cxx.
Referenced by main().
uint32_t RawFileReader::tellg | ( | ) |