1 #include <utl/config.h>
4 #include <evt/Header.h>
5 #include <evt/ShowerRecData.h>
6 #include <evt/ShowerSimData.h>
7 #include <evt/VShowerGeometryProducer.h>
9 #include <fevt/FEvent.h>
10 #include <sevt/SEvent.h>
12 #include <revt/REvent.h>
13 #include <mevt/MEvent.h>
14 #include <cevt/CEvent.h>
16 #include <utl/AugerException.h>
17 #include <utl/ErrorLogger.h>
19 #include <AugerEvent.h>
51 ERROR(
"SimShower already exists - not replacing");
71 Event::MakeRecShower()
76 ERROR(
"RecShower already exists - not replacing");
101 ERROR(
"SEvent already exists - not replacing");
126 ERROR(
"FEvent already exists - not replacing");
151 ERROR(
"REvent already exists - not replacing");
176 ERROR(
"MEvent already exists - not replacing");
203 ERROR(
"CEvent already exists - not replacing");
223 Event::MakeRawEvent()
226 fRawEvent =
new AugerEvent;
228 ERROR(
"RawEvent already exists - not replacing");
Interface class to access Shower Reconstructed parameters.
Interface class to access to the Radio part of an event.
Interface class to access to the SD part of an event.
Interface class to access Shower Simulated parameters.
Top of Fluorescence Detector event hierarchy.
#define ERROR(message)
Macro for logging error messages.
Root of the Muon event hierarchy.
Interface class to access to the SD part of an event.