#include <iostream>
#include <fstream>
#include <string>
#include <TCanvas.h>
#include <TH2F.h>
#include <TMath.h>
#include <TFile.h>
#include <TGraph.h>
#include <TROOT.h>
#include <TStyle.h>
#include <TColor.h>
#include <TTimeStamp.h>
#include "RecEventFile.h"
#include "RecEvent.h"
#include "RdEvent.h"
#include "DetectorGeometry.h"
#include "SDEvent.h"
#include "SdRecStation.h"
#include "ShowerRRecDataQuantities.h"
#include "StationRRecDataQuantities.h"
#include "PolarHist.h"
#include <TVector3.h>
#include <TProfile.h>
#include <RdTrace.h>
Go to the source code of this file.
Classes | |
struct | antenna |
Macros | |
#define | AUGER_RADIO_ENABLED |
Functions | |
bool | compDist (antenna i, antenna j) |
int | main () |
void | set_plot_style () |
Variables | |
const int | kGPS_UTC_Offset = 315957587 |
#define AUGER_RADIO_ENABLED |
Definition at line 13 of file tabulatesims.cc.
Definition at line 52 of file tabulatesims.cc.
References antenna::dist_axis.
int main | ( | void | ) |
Definition at line 56 of file tabulatesims.cc.
References compDist(), antenna::dist_axis, io::eSuccess, file, filename, antenna::id, set_plot_style(), and sqrt().
void set_plot_style | ( | ) |
Definition at line 36 of file tabulatesims.cc.
References TelescopeSimulatorLX::blue(), TelescopeSimulatorLX::green(), and TelescopeSimulatorLX::red().
const int kGPS_UTC_Offset = 315957587 |
Definition at line 31 of file tabulatesims.cc.