Go to the source code of this file.
|
std::istream & | operator>> (std::istream &istr, TTUBoardSpecsIO::TTUBoardConfig &rhs) |
|
std::istream& operator>> |
( |
std::istream & |
istr, |
|
|
TTUBoardSpecsIO::TTUBoardConfig & |
rhs |
|
) |
| |
Definition at line 27 of file TTUBoardSpecsIO.cc.
References i.
33 istr >> rhs.m_runType ;
34 istr >> rhs.m_triggerMode ;
35 istr >> rhs.m_Firmware ;
36 istr >> rhs.m_LengthOfFiber ;
38 istr >> rhs.m_MaxNumWheels ;
39 istr >> rhs.m_Wheel1Id ;
40 istr >> rhs.m_Wheel2Id ;
42 istr >> rhs.m_TrackLength ;
45 for(
int i=0;
i < 12; ++
i) {
48 rhs.m_MaskedSectors.push_back(mask);
52 for(
int i=0;
i < 12; ++
i) {
55 rhs.m_ForcedSectors.push_back(force);
58 rhs.m_LogicType = logitype;