|
LCIO
02.17
|
#include "lcio.h"#include <stdio.h>#include "IO/LCReader.h"#include "IMPL/LCTOOLS.h"#include "EVENT/LCRunHeader.h"#include "EVENT/SimCalorimeterHit.h"#include "EVENT/CalorimeterHit.h"#include "EVENT/RawCalorimeterHit.h"#include "UTIL/CellIDDecoder.h"#include <cstdlib>
Include dependency graph for dumpevent.cc:Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| dump the given event to screen More... | |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
dump the given event to screen
Definition at line 23 of file dumpevent.cc.
References std::atoi(), std::endl(), std::exit(), FILEN, std::getenv(), lcReader, and std::vector< T >::push_back().
1.8.5