Persistent Channel class. More...
#include <Channel_ROOT.h>
Public Member Functions | |
Channel_ROOT () | |
Channel_ROOT (const Channel_ROOT &c) | |
Channel_ROOT (const fevt::Channel &c) | |
ClassDefNV (Channel_ROOT, DONT_CHANGE_THIS_NUMBER) | |
Channel_ROOT & | operator= (const Channel_ROOT &c) |
void | operator>> (fevt::Channel &c) const |
~Channel_ROOT () | |
Public Attributes | |
int | fEyeId = 0 |
int | fId = 0 |
ChannelRecData_ROOT * | fRecData = nullptr |
ChannelSimData_ROOT * | fSimData = nullptr |
int | fStatus = 0 |
int | fTelescopeId = 0 |
Persistent Channel class.
Definition at line 25 of file Channel_ROOT.h.
|
inline |
Definition at line 28 of file Channel_ROOT.h.
|
inline |
Definition at line 29 of file Channel_ROOT.h.
References RdGeoCeLDFFitter::c.
Channel_ROOT::~Channel_ROOT | ( | ) |
Definition at line 13 of file Channel_ROOT.cc.
References revt::Station::fRecData, and revt::Station::fSimData.
Channel_ROOT::Channel_ROOT | ( | const fevt::Channel & | c | ) |
Definition at line 35 of file Channel_ROOT.cc.
References io::ConvertCopy(), fRecData, fSimData, fStatus, fevt::Channel::GetRecData(), fevt::Channel::GetSimData(), fevt::Channel::HasRecData(), and fevt::Channel::HasSimData().
io::Channel_ROOT::ClassDefNV | ( | Channel_ROOT | , |
DONT_CHANGE_THIS_NUMBER | |||
) |
Channel_ROOT & Channel_ROOT::operator= | ( | const Channel_ROOT & | c | ) |
Definition at line 21 of file Channel_ROOT.cc.
References io::DeepCopy(), fEyeId, fId, fRecData, fSimData, fStatus, and fTelescopeId.
void Channel_ROOT::operator>> | ( | fevt::Channel & | c | ) | const |
Definition at line 55 of file Channel_ROOT.cc.
References fevt::Channel::eHasData, fRecData, fSimData, fStatus, fevt::Channel::GetRecData(), fevt::Channel::GetSimData(), fevt::Channel::MakeRecData(), fevt::Channel::MakeSimData(), and fevt::Channel::SetStatus().
int io::Channel_ROOT::fEyeId = 0 |
Definition at line 39 of file Channel_ROOT.h.
Referenced by operator=().
int io::Channel_ROOT::fId = 0 |
Definition at line 37 of file Channel_ROOT.h.
Referenced by operator=().
ChannelRecData_ROOT* io::Channel_ROOT::fRecData = nullptr |
Definition at line 42 of file Channel_ROOT.h.
Referenced by Channel_ROOT(), operator=(), and operator>>().
ChannelSimData_ROOT* io::Channel_ROOT::fSimData = nullptr |
Definition at line 41 of file Channel_ROOT.h.
Referenced by Channel_ROOT(), operator=(), and operator>>().
int io::Channel_ROOT::fStatus = 0 |
Definition at line 44 of file Channel_ROOT.h.
Referenced by Channel_ROOT(), operator=(), and operator>>().
int io::Channel_ROOT::fTelescopeId = 0 |
Definition at line 38 of file Channel_ROOT.h.
Referenced by operator=().