#include <io/FDasEventFile.h>
#include <evt/Event.h>
#include <fwk/CentralConfig.h>
#include <det/Detector.h>
#include <iostream>
#include <utl/Trace.h>
#include <utl/Photon.h>
#include <utl/TimeStamp.h>
#include <utl/UTCDateTime.h>
#include <utl/ErrorLogger.h>
#include <fevt/FEvent.h>
#include <fevt/Eye.h>
#include <fevt/Telescope.h>
#include <fevt/Channel.h>
#include <fevt/Pixel.h>
#include <fevt/ChannelSimData.h>
#include <fevt/PixelSimData.h>
#include <fevt/PixelRecData.h>
#include <AugerEvent.h>
#include <EyeEvent.hh>
#include <boost/filesystem/operations.hpp>
#include <boost/filesystem/path.hpp>
Go to the source code of this file.
testFDasEventFile.cc
- Author
- Stefano Argiro'
- Date
- 29 May 2003
Test program for the i/o from FDas
Definition in file testFDasEventFile.cc.
#define PRINTFADCTRACES 0 |
void Dump |
( |
const FEvent & |
fevent | ) |
|
int main |
( |
int |
, |
|
|
char * |
argv[] |
|
) |
| |