1 #ifndef _RdAirplaneTiming_h_
2 #define _RdAirplaneTiming_h_
4 #include "fwk/VModule.h"
5 #include "fwk/CentralConfig.h"
7 #include "boost/filesystem.hpp"
8 #include "boost/lexical_cast.hpp"
10 #include "evt/Event.h"
11 #include "evt/ShowerRecData.h"
12 #include "evt/ShowerRRecData.h"
14 #include "revt/Station.h"
15 #include "revt/REvent.h"
16 #include "revt/Header.h"
17 #include "revt/StationRecData.h"
19 #include "rdet/RDetector.h"
20 #include "rdet/Station.h"
22 #include "utl/ErrorLogger.h"
23 #include "utl/AugerUnits.h"
24 #include "utl/PhysicalConstants.h"
25 #include "utl/PhysicalFunctions.h"
26 #include "utl/Branch.h"
27 #include "utl/UTMPoint.h"
28 #include "utl/UTCDateTime.h"
29 #include "utl/CoordinateSystem.h"
38 namespace RdAirplane {
double _maxAngleBetweenAirplaneAndEventInRadians_
boost::filesystem::path _generalStationsInfoFile_
REGISTER_MODULE("RdAirplaneTiming", RdAirplaneTiming)
DataWriter * _dataWriter_
fwk::VModule::ResultFlag Init()
Initialize: invoked at beginning of run (NOT beginning of event)
Example Module to write a Root Tree and histos from the SEvent only.
fwk::VModule::ResultFlag Run(evt::Event &event)
Run: invoked once per event.
boost::shared_ptr< const CoordinateTransformer > CoordinateSystemPtr
Shared pointer for coordinate systems.
fwk::VModule::ResultFlag Finish()
Finish: invoked at end of the run (NOT end of the event)
utl::CoordinateSystemPtr _globalCoordinateSystem_
virtual ~RdAirplaneTiming()
ResultFlag
Flag returned by module methods to the RunController.
utl::Point _ads_bAntennaPosition_
std::set< const StationInfo * > _stations_
Ads_bDataBase * _ads_bDataBase_