LCIO
02.17
|
#include "lcio.h"
#include "IO/LCReader.h"
#include "UTIL/LCStdHepRdr.h"
#include "IMPL/LCEventImpl.h"
#include <cstdlib>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Small utility to count the number of events in lcio files. More... | |
Variables | |
static std::vector< std::string > | FILEN |
int main | ( | int | argc, |
char ** | argv | ||
) |
Small utility to count the number of events in lcio files.
Definition at line 17 of file lcio_event_counter.cc.
References std::endl(), std::exit(), lcReader, and std::vector< T >::push_back().
|
static |
Definition at line 9 of file lcio_event_counter.cc.