#include "RdBeamFormer.h"
#include <evt/Event.h>
#include <evt/ShowerRecData.h>
#include <evt/ShowerRRecData.h>
#include <evt/ShowerSimData.h>
#include <evt/BeamQuantities.h>
#include <revt/REvent.h>
#include <revt/Header.h>
#include <revt/Station.h>
#include <revt/Channel.h>
#include <revt/StationRecData.h>
#include <det/Detector.h>
#include <rdet/RDetector.h>
#include <utl/Trace.h>
#include <utl/TraceAlgorithm.h>
#include <utl/ErrorLogger.h>
#include <utl/Reader.h>
#include <utl/config.h>
#include <utl/AugerUnits.h>
#include <utl/PhysicalConstants.h>
#include <utl/Triple.h>
#include <utl/FFTDataContainerAlgorithm.h>
#include <utl/TimeStamp.h>
#include <utl/UTCDateTime.h>
#include <utl/UTMPoint.h>
#include <utl/CoordinateSystem.h>
#include <utl/CoordinateSystemPtr.h>
#include <utl/ReferenceEllipsoid.h>
#include <utl/RadioGeometryUtilities.h>
#include <fwk/CentralConfig.h>
#include <fwk/LocalCoordinateSystem.h>
#include <fwk/MagneticFieldModel.h>
#include <sstream>
#include <vector>
#include <algorithm>
#include <cmath>
Go to the source code of this file.
Namespaces | |
RdBeamFormer | |
Macros | |
#define | PRINT(...) {stringstream msg; msg << __VA_ARGS__; INFO(msg.str());} |
#define | SSTR(x) dynamic_cast< std::ostringstream & >(( std::ostringstream() << std::dec << x ) ).str() |
#define PRINT | ( | ... | ) | {stringstream msg; msg << __VA_ARGS__; INFO(msg.str());} |
Definition at line 76 of file RdBeamFormer.cc.
Referenced by RdBeamFormer::RdBeamFormer::Run().
#define SSTR | ( | x | ) | dynamic_cast< std::ostringstream & >(( std::ostringstream() << std::dec << x ) ).str() |
Definition at line 78 of file RdBeamFormer.cc.
Referenced by RdBeamFormer::RdBeamFormer::WriteASCII().