LCIO
02.17
|
Public Member Functions | |
EventTable () | |
EventTable (const EventTable &)=delete | |
no copy constructor More... | |
EventTable & | operator= (const EventTable &)=delete |
no assignment operator More... | |
~EventTable () | |
void | cleanup (void) |
long | read (lStdHep &ls) |
long | print (FILE *fp) |
Public Attributes | |
long | isEmpty |
long | ievt |
long | blockid |
long | ntot |
const char * | version |
long | nextlocator |
long | numEvts |
long * | evtnums |
long * | storenums |
long * | runnums |
long * | trigMasks |
long * | ptrEvents |
Definition at line 286 of file lStdHep.hh.
UTIL::lStdHep::EventTable::EventTable | ( | ) |
Definition at line 296 of file lStdHep.cc.
|
delete |
no copy constructor
UTIL::lStdHep::EventTable::~EventTable | ( | ) |
Definition at line 304 of file lStdHep.cc.
void UTIL::lStdHep::EventTable::cleanup | ( | void | ) |
Definition at line 310 of file lStdHep.cc.
References UTIL::lStdHep::ntot, and UTIL::lStdHep::version.
|
delete |
no assignment operator
long UTIL::lStdHep::EventTable::print | ( | FILE * | fp | ) |
Definition at line 348 of file lStdHep.cc.
References UTIL::lStdHep::ntot, and UTIL::lStdHep::version.
Referenced by UTIL::lStdHep::printEventTable().
long UTIL::lStdHep::EventTable::read | ( | lStdHep & | ls | ) |
Definition at line 323 of file lStdHep.cc.
References UTIL::lXDR::getError(), LSH_EVENTTABLE, LSH_NOEVENTTABLE, UTIL::lStdHep::ntot, UTIL::lXDR::readLong(), UTIL::lXDR::readLongArray(), UTIL::lXDR::readString(), UTIL::lXDR::setError(), and UTIL::lStdHep::version.
Referenced by UTIL::lStdHep::readEvent(), and UTIL::lStdHep::readFileHeader().
long UTIL::lStdHep::EventTable::blockid |
Definition at line 308 of file lStdHep.hh.
long* UTIL::lStdHep::EventTable::evtnums |
Definition at line 319 of file lStdHep.hh.
long UTIL::lStdHep::EventTable::ievt |
Definition at line 304 of file lStdHep.hh.
Referenced by UTIL::lStdHep::readEvent().
long UTIL::lStdHep::EventTable::isEmpty |
Definition at line 300 of file lStdHep.hh.
Referenced by UTIL::lStdHep::readEvent().
long UTIL::lStdHep::EventTable::nextlocator |
Definition at line 314 of file lStdHep.hh.
Referenced by UTIL::lStdHep::readEvent().
long UTIL::lStdHep::EventTable::ntot |
Definition at line 309 of file lStdHep.hh.
long UTIL::lStdHep::EventTable::numEvts |
Definition at line 318 of file lStdHep.hh.
Referenced by UTIL::lStdHep::readEvent().
long* UTIL::lStdHep::EventTable::ptrEvents |
Definition at line 323 of file lStdHep.hh.
Referenced by UTIL::lStdHep::readEvent().
long* UTIL::lStdHep::EventTable::runnums |
Definition at line 321 of file lStdHep.hh.
long* UTIL::lStdHep::EventTable::storenums |
Definition at line 320 of file lStdHep.hh.
long* UTIL::lStdHep::EventTable::trigMasks |
Definition at line 322 of file lStdHep.hh.
const char* UTIL::lStdHep::EventTable::version |
Definition at line 310 of file lStdHep.hh.