27 std::istream&
operator>>(std::istream &istr, TTUBoardSpecsIO::TTUBoardConfig &rhs)
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;
virtual ~TTUBoardSpecsIO()
Destructor.
TTUBoardSpecsIO()
Standard constructor.
std::istream & operator>>(std::istream &input, CLHEP::HepGenMatrix &matrix)