|
LCIO
02.17
|
#include "tutil.h"#include "lcio.h"#include "EVENT/LCIO.h"#include "IO/LCReader.h"#include "IO/LCWriter.h"#include "UTIL/LCSplitWriter.h"#include "IMPL/LCEventImpl.h"#include "IMPL/LCCollectionVec.h"#include "IMPL/ClusterImpl.h"#include "IMPL/LCFlagImpl.h"#include <cstdio>
Include dependency graph for test_splitting.cc:Go to the source code of this file.
Functions | |
| int | main (int, char **) |
Variables | |
| static const int | NEVENT = 40 |
| static const int | NHITS = 100 |
| static const int | SPLIT_SIZE_KB = 9 |
| static string | FILE_BASENAME = "splitting" |
| static string | FILE_EXTENSION = ".slcio" |
| static const string | testname ="test_splitting" |
| int main | ( | int | , |
| char ** | |||
| ) |
Definition at line 36 of file test_splitting.cc.
References UTIL::Cluster, std::endl(), TEST::FAILED(), FILE_BASENAME, FILE_EXTENSION, TEST::LOG(), NEVENT, NHITS, std::vector< T >::push_back(), std::vector< T >::size(), SPLIT_SIZE_KB, and testname.
|
static |
Definition at line 28 of file test_splitting.cc.
Referenced by main().
|
static |
Definition at line 29 of file test_splitting.cc.
Referenced by main().
|
static |
Definition at line 24 of file test_splitting.cc.
Referenced by main().
|
static |
Definition at line 25 of file test_splitting.cc.
Referenced by main().
|
static |
Definition at line 26 of file test_splitting.cc.
Referenced by main().
|
static |
Definition at line 32 of file test_splitting.cc.
Referenced by main().
1.8.5