|
LCIO
02.17
|
#include "tutil.h"#include "lcio.h"#include <cstdlib>#include "IMPL/LCRunHeaderImpl.h"#include "SIO/LCIORandomAccess.h"#include "SIO/LCIORandomAccessMgr.h"#include "SIO/RunEventMap.h"#include "UTIL/LCTOOLS.h"#include <iostream>#include <set>#include <vector>#include <algorithm>
Include dependency graph for test_randomaccess.cc:Go to the source code of this file.
Functions | |
| int | main (int, char **) |
Variables | |
| static const string | testname ="random_access" |
| int main | ( | int | , |
| char ** | |||
| ) |
Definition at line 37 of file test_randomaccess.cc.
References SIO::RunEventMap::add(), std::back_inserter(), std::set< K >::begin(), std::copy(), std::count(), IO::LCReader::directAccess, std::set< K >::end(), std::endl(), TEST::FAILED(), SIO::RunEventMap::getNumberOfEventRecords(), SIO::RunEventMap::getNumberOfRunRecords(), SIO::RunEventMap::getPosition(), std::set< K >::insert(), lcReader, TEST::LOG(), IMPL::LCRunHeaderImpl::setRunNumber(), std::set< K >::size(), SIO::RunEventMap::size(), std::system(), and testname.
|
static |
Definition at line 33 of file test_randomaccess.cc.
Referenced by main().
1.8.5