LCIO
02.17
|
#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>
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" |
int main | ( | int | , |
char ** | |||
) |
Definition at line 36 of file test_tracks.cc.
References TEST::FAILED(), FILEN, TEST::LOG(), NEVENT, NTRACKS, std::ref(), std::stringstream::str(), and testname.
|
static |
Definition at line 29 of file test_tracks.cc.
Referenced by main().
|
static |
Definition at line 26 of file test_tracks.cc.
Referenced by main().
|
static |
Definition at line 27 of file test_tracks.cc.
Referenced by main().
|
static |
Definition at line 32 of file test_tracks.cc.
Referenced by main().