streaming class for SLTData_ROOT More...
#include "io/SLTData_ROOT.h"
Public Member Functions | |
ClassDefNV (SLTData_ROOT, DONT_CHANGE_THIS_NUMBER) | |
fevt::SLTData | Convert () const |
void | operator>> (fevt::SLTData &s) const |
SLTData_ROOT () | |
SLTData_ROOT (const fevt::SLTData &s) | |
Public Attributes | |
std::vector< char > | fParityErrorBit |
std::vector< int > | fRowMask |
std::vector< int > | fSLTPattern |
std::vector< char > | fSpare |
std::vector< char > | fTrigger |
streaming class for SLTData_ROOT
Definition at line 25 of file SLTData_ROOT.h.
|
inline |
Definition at line 28 of file SLTData_ROOT.h.
SLTData_ROOT::SLTData_ROOT | ( | const fevt::SLTData & | s | ) |
Definition at line 10 of file SLTData_ROOT.cc.
io::SLTData_ROOT::ClassDefNV | ( | SLTData_ROOT | , |
DONT_CHANGE_THIS_NUMBER | |||
) |
|
inline |
Definition at line 32 of file SLTData_ROOT.h.
void SLTData_ROOT::operator>> | ( | fevt::SLTData & | s | ) | const |
Definition at line 24 of file SLTData_ROOT.cc.
References fParityErrorBit, fRowMask, fSLTPattern, fSpare, fTrigger, fevt::SLTData::SetParityError(), fevt::SLTData::SetRowMask(), fevt::SLTData::SetSLTDataWord(), fevt::SLTData::SetSpare(), and fevt::SLTData::SetTrigger().
std::vector<char> io::SLTData_ROOT::fParityErrorBit |
Definition at line 37 of file SLTData_ROOT.h.
Referenced by operator>>().
std::vector<int> io::SLTData_ROOT::fRowMask |
Definition at line 35 of file SLTData_ROOT.h.
Referenced by Convert(), and operator>>().
std::vector<int> io::SLTData_ROOT::fSLTPattern |
Definition at line 36 of file SLTData_ROOT.h.
Referenced by operator>>().
std::vector<char> io::SLTData_ROOT::fSpare |
Definition at line 39 of file SLTData_ROOT.h.
Referenced by operator>>().
std::vector<char> io::SLTData_ROOT::fTrigger |
Definition at line 38 of file SLTData_ROOT.h.
Referenced by operator>>().