#include <vector>
#include <string>
#include <sstream>
#include <iostream>
#include "TStyle.h"
#include "TColor.h"
#include "TCanvas.h"
#include "TGraph.h"
#include "TH2Poly.h"
#include "TPolyLine.h"
#include <atm/Atmosphere.h>
#include <atm/GOESDB.h>
#include <det/Detector.h>
#include <sdet/SDetector.h>
#include <fdet/FDetector.h>
#include <fdet/Eye.h>
#include <fdet/Telescope.h>
#include <evt/Event.h>
#include <fwk/CentralConfig.h>
#include <fwk/VModule.h>
#include <utl/AugerUnits.h>
#include <utl/ErrorLogger.h>
#include <utl/TimeStamp.h>
#include <utl/UTCDateTime.h>
#include <utl/ReferenceEllipsoid.h>
#include <utl/UTMPoint.h>
#include <utl/Transformation.h>
#include <utl/TransformationMatrix.h>
Go to the source code of this file.
Classes | |
class | PlotGOESNS::PlotGOES |
Tutorial module for plotting all of the GOES pixels over the array. More... | |
Namespaces | |
PlotGOESNS | |
Declaration of PlotGOES module which was originally written to create plots for https://pos.sissa.it/cgi-bin/reader/contribution.cgi?id=PoS(ICRC2019)283. In all honesty, it's more of a complete functional tool than a tutorial.
Definition in file PlotGOES.h.