1 #include <io/Event_ROOT.h>
2 #include <AugerEvent.h>
3 #include <io/ShowerRecData_ROOT.h>
4 #include <io/ShowerSimData_ROOT.h>
5 #include <io/FEvent_ROOT.h>
6 #include <io/SEvent_ROOT.h>
7 #include <io/REvent_ROOT.h>
8 #include <io/MEvent_ROOT.h>
9 #include <io/CEvent_ROOT.h>
10 #include <io/StreamerUtilities.h>
11 #include <det/Detector.h>
13 #include <evt/VShowerGeometryProducer.h>
22 fHeader(event.GetHeader())
24 if (event.HasRawEvent())
27 if (event.HasRecShower())
30 if (event.HasSimShower())
33 if (event.HasFEvent())
36 if (event.HasSEvent())
39 if (event.HasREvent())
42 if (event.HasMEvent())
45 if (event.HasCEvent())
90 event.MakeRecShower();
125 event.MakeRawEvent();
void operator>>(const Event &theEvent, IoSdEvent &rawSEvent)
void ConvertCopy(T *&destination, const U &source)
ShowerSimData_ROOT * fShowerSimData
Event Class being actually streamed when using ROOT IO.
utl::TimeStamp Convert() const
ShowerRecData_ROOT * fShowerRecData
void DeepCopy(T *&destination, U *const source)
Event_ROOT & operator=(const Event_ROOT &e)