LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Functions | Variables
lcio_merge_files.cc File Reference
#include "lcio.h"
#include "IO/LCWriter.h"
#include "IO/LCReader.h"
#include "IO/LCEventListener.h"
#include "IO/LCRunListener.h"
#include "EVENT/LCIO.h"
#include <cstdlib>
#include <iostream>
+ Include dependency graph for lcio_merge_files.cc:

Go to the source code of this file.

Classes

class  RunEventProcessor
 Little tool that copies LCIO files on an event by event and run by run basis, thus fixing files that have incomplete records at the end due to a program crash. More...
 

Functions

int main (int argc, char **argv)
 

Variables

static std::vector< std::stringFILEN
 

Function Documentation

int main ( int  argc,
char **  argv 
)

Variable Documentation

std::vector<std::string> FILEN
static

Definition at line 13 of file lcio_merge_files.cc.