LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Macros | Functions | Variables
recjob.cc File Reference
#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
 

Macro Definition Documentation

#define M_PI   3.14159265358979323846

Definition at line 31 of file recjob.cc.

Referenced by RunEventProcessor::processEvent().

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 738 of file recjob.cc.

References FILEN, lcReader, OUTFILEN, and std::srand().

Variable Documentation

std::string FILEN = "simjob.slcio"
static

Definition at line 39 of file recjob.cc.

Referenced by main().

const int nRecP = 10
static
std::string OUTFILEN = "recjob.slcio"
static

Definition at line 40 of file recjob.cc.

Referenced by main(), and RunEventProcessor::RunEventProcessor().