Persistent ModuleRecData using ROOT. More...
#include <ModuleRecData_ROOT.h>
Public Member Functions | |
ClassDefNV (ModuleRecData_ROOT, DONT_CHANGE_THIS_NUMBER) | |
ModuleRecData_ROOT () | |
ModuleRecData_ROOT (const mevt::ModuleRecData &m) | |
void | operator>> (mevt::ModuleRecData &m) const |
Public Attributes | |
TraceUI_ROOT | fChannelsOn |
unsigned int | fSegmentation = 0 |
unsigned | fWindowSize = 0 |
Persistent ModuleRecData using ROOT.
Definition at line 22 of file ModuleRecData_ROOT.h.
|
inline |
Definition at line 25 of file ModuleRecData_ROOT.h.
ModuleRecData_ROOT::ModuleRecData_ROOT | ( | const mevt::ModuleRecData & | m | ) |
Definition at line 10 of file ModuleRecData_ROOT.cc.
io::ModuleRecData_ROOT::ClassDefNV | ( | ModuleRecData_ROOT | , |
DONT_CHANGE_THIS_NUMBER | |||
) |
void ModuleRecData_ROOT::operator>> | ( | mevt::ModuleRecData & | m | ) | const |
Definition at line 18 of file ModuleRecData_ROOT.cc.
References fChannelsOn, fSegmentation, fWindowSize, mevt::ModuleRecData::GetChannelsOn(), mevt::ModuleRecData::SetSegmentation(), and mevt::ModuleRecData::SetWindowSize().
TraceUI_ROOT io::ModuleRecData_ROOT::fChannelsOn |
Definition at line 31 of file ModuleRecData_ROOT.h.
Referenced by operator>>().
unsigned int io::ModuleRecData_ROOT::fSegmentation = 0 |
Definition at line 32 of file ModuleRecData_ROOT.h.
Referenced by operator>>().
unsigned io::ModuleRecData_ROOT::fWindowSize = 0 |
Definition at line 33 of file ModuleRecData_ROOT.h.
Referenced by operator>>().