|
LCIO
02.17
|
#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::string > | FILEN |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 84 of file lcio_merge_files.cc.
References std::endl(), std::exit(), lcReader, std::vector< T >::push_back(), and std::exception::what().
|
static |
Definition at line 13 of file lcio_merge_files.cc.
1.8.5