FEvent Class being actually streamed when using ROOT IO. More...
#include <FEvent_ROOT.h>
Public Member Functions | |
ClassDefNV (FEvent_ROOT, DONT_CHANGE_THIS_NUMBER) | |
FEvent_ROOT () | |
FEvent_ROOT (const fevt::FEvent &e) | |
void | operator>> (fevt::FEvent &e) const |
Public Attributes | |
std::vector< Eye_ROOT > | fEyes |
fevtHeader_ROOT | fHeader |
FEvent Class being actually streamed when using ROOT IO.
Definition at line 24 of file FEvent_ROOT.h.
|
inline |
Definition at line 27 of file FEvent_ROOT.h.
FEvent_ROOT::FEvent_ROOT | ( | const fevt::FEvent & | e | ) |
Definition at line 10 of file FEvent_ROOT.cc.
io::FEvent_ROOT::ClassDefNV | ( | FEvent_ROOT | , |
DONT_CHANGE_THIS_NUMBER | |||
) |
void FEvent_ROOT::operator>> | ( | fevt::FEvent & | e | ) | const |
Definition at line 18 of file FEvent_ROOT.cc.
References fEyes, fHeader, fevt::FEvent::GetEye(), fevt::FEvent::GetHeader(), and fevt::FEvent::MakeEye().
std::vector<Eye_ROOT> io::FEvent_ROOT::fEyes |
Definition at line 33 of file FEvent_ROOT.h.
Referenced by operator>>().
fevtHeader_ROOT io::FEvent_ROOT::fHeader |
Definition at line 34 of file FEvent_ROOT.h.
Referenced by operator>>().