Main Page
Class Categories
Classes
Namespaces
File List
File Members
exper-sw
cosmosw
AugerSW
Offline
source
main
EventIO
FDas
FDasToOfflineEventConverter.h
Go to the documentation of this file.
1
#ifndef _io_FDasToOfflineEventConverter_h_
2
#define _io_FDasToOfflineEventConverter_h_
3
12
class
TEyeEvent;
13
14
namespace
evt {
15
class
Event;
16
}
17
18
namespace
fevt {
19
class
Eye;
20
}
21
22
23
namespace
io {
24
35
void
operator>>
(
const
fevt::Eye
& theEyeEvent, TEyeEvent& theData);
36
void
operator<<
(
evt::Event
& theEvent,
const
TEyeEvent& theData);
37
38
}
39
40
41
#endif
42
43
// Configure (x)emacs for this file ...
44
// Local Variables:
45
// mode: c++
46
// compile-command: "make -C .. -k"
47
// End:
io::operator<<
void operator<<(evt::Event &theEvent, const TEyeEvent &theData)
Definition:
FDasToOfflineEventConverter.cc:44
fevt::Eye
Fluorescence Detector Eye Event.
Definition:
FEvent/Eye.h:29
evt::Event
Definition:
Framework/Event/Event.h:44
io::operator>>
void operator>>(const fevt::Eye &, TEyeEvent &)
Definition:
FDasToOfflineEventConverter.cc:165
, generated on Tue Sep 26 2023.