LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
test_splitting.cc File Reference
#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"
 

Function Documentation

int main ( int  ,
char **   
)

Variable Documentation

string FILE_BASENAME = "splitting"
static

Definition at line 28 of file test_splitting.cc.

Referenced by main().

string FILE_EXTENSION = ".slcio"
static

Definition at line 29 of file test_splitting.cc.

Referenced by main().

const int NEVENT = 40
static

Definition at line 24 of file test_splitting.cc.

Referenced by main().

const int NHITS = 100
static

Definition at line 25 of file test_splitting.cc.

Referenced by main().

const int SPLIT_SIZE_KB = 9
static

Definition at line 26 of file test_splitting.cc.

Referenced by main().

const string testname ="test_splitting"
static

Definition at line 32 of file test_splitting.cc.

Referenced by main().