4 #include <det/Detector.h>
5 #include <fdet/FDetector.h>
7 #include <fdet/Telescope.h>
8 #include <fdet/Mirror.h>
9 #include <fdet/Filter.h>
10 #include <fdet/Corrector.h>
11 #include <fdet/Camera.h>
12 #include <fdet/Pixel.h>
13 #include <fdet/Channel.h>
14 #include <fwk/CentralConfig.h>
15 #include <utl/TimeStamp.h>
16 #include <utl/UTCDateTime.h>
17 #include <utl/TabulatedFunction.h>
18 #include <utl/Reader.h>
19 #include <utl/Point.h>
20 #include <utl/CoordinateSystem.h>
21 #include <utl/ErrorLogger.h>
22 #include <utl/AugerUnits.h>
23 #include <fwk/CoordinateSystemRegistry.h>
25 #include <cppunit/extensions/HelperMacros.h>
40 CPPUNIT_TEST_SUITE_END();
49 CentralConfig::GetInstance(BOOTSTRAPFILE);
57 Detector& theDet = Detector::GetInstance();
void Update(const utl::TimeStamp &time, const bool invData=true, const bool invComp=true, const bool forceRadio=false)
Update detector: deletes currently constructed stations and sets new time.
CPPUNIT_TEST_SUITE_REGISTRATION(testAiresShowerFile)
Top of the hierarchy of the detector description interface.