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:
void operator<<(evt::Event &theEvent, const TEyeEvent &theData)
Fluorescence Detector Eye Event.
Definition: FEvent/Eye.h:29
void operator>>(const fevt::Eye &, TEyeEvent &)

, generated on Tue Sep 26 2023.