LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
lcio_event_counter.cc File Reference
#include "lcio.h"
#include "IO/LCReader.h"
#include "UTIL/LCStdHepRdr.h"
#include "IMPL/LCEventImpl.h"
#include <cstdlib>
+ Include dependency graph for lcio_event_counter.cc:

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::stringFILEN
 

Function Documentation

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().

Variable Documentation

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

Definition at line 9 of file lcio_event_counter.cc.