LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
test_tracks.cc File Reference
#include "tutil.h"
#include "lcio.h"
#include "EVENT/LCIO.h"
#include "IO/LCReader.h"
#include "IO/LCWriter.h"
#include "IMPL/LCEventImpl.h"
#include "IMPL/LCCollectionVec.h"
#include "IMPL/TrackImpl.h"
#include "IMPL/TrackStateImpl.h"
#include "UTIL/Operators.h"
#include "UTIL/LCIterator.h"
#include <sstream>
#include <assert.h>
+ Include dependency graph for test_tracks.cc:

Go to the source code of this file.

Functions

int main (int, char **)
 

Variables

static const int NEVENT = 3
 
static const int NTRACKS = 10
 
static string FILEN = "tracks.slcio"
 
static const string testname ="test_tracks"
 

Function Documentation

int main ( int  ,
char **   
)

Variable Documentation

string FILEN = "tracks.slcio"
static

Definition at line 29 of file test_tracks.cc.

Referenced by main().

const int NEVENT = 3
static

Definition at line 26 of file test_tracks.cc.

Referenced by main().

const int NTRACKS = 10
static

Definition at line 27 of file test_tracks.cc.

Referenced by main().

const string testname ="test_tracks"
static

Definition at line 32 of file test_tracks.cc.

Referenced by main().