|
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 "EVENT/TrackerRawData.h"#include "IMPL/LCEventImpl.h"#include "IMPL/LCCollectionVec.h"#include "IMPL/SimCalorimeterHitImpl.h"#include "IMPL/CalorimeterHitImpl.h"#include "IMPL/MCParticleImpl.h"#include "IMPL/TrackerHitImpl.h"#include "IMPL/TrackImpl.h"#include "IMPL/ClusterImpl.h"#include "IMPL/ReconstructedParticleImpl.h"#include "IMPL/VertexImpl.h"#include "UTIL/LCTOOLS.h"#include "UTIL/PIDHandler.h"#include "IMPL/LCRelationImpl.h"#include "UTIL/LCRelationNavigator.h"#include "UTIL/BitSet32.h"#include "CalibrationConstant.h"#include <iostream>#include <algorithm>
Include dependency graph for recjob.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... | |
Macros | |
| #define | M_PI 3.14159265358979323846 |
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| static std::string | FILEN = "simjob.slcio" |
| static std::string | OUTFILEN = "recjob.slcio" |
| static const int | nRecP = 10 |
| #define M_PI 3.14159265358979323846 |
Definition at line 31 of file recjob.cc.
Referenced by RunEventProcessor::processEvent().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
|
static |
|
static |
Definition at line 41 of file recjob.cc.
Referenced by RunEventProcessor::processEvent(), and SIO::SIOReconstructedParticleHandler::read().
|
static |
Definition at line 40 of file recjob.cc.
Referenced by main(), and RunEventProcessor::RunEventProcessor().
1.8.5