13 BunchGroupSet::BunchGroupSet() :
L1DataBaseclass(), m_MenuPartition(0), m_BGpattern(3564) {}
43 const std::vector<int>&
b =
bg.bunches();
44 for(
size_t i=0;
i<
b.size(); ++
i)
54 cout <<
" (id=" <<
id() <<
"/v=" <<
version() <<
")";
66 indent(xmlfile,indentLevel, indentWidth)
67 <<
"<BunchGroupSet name=\"" <<
name() <<
"\" menuPartition=\"" <<
m_MenuPartition <<
"\">" << endl;
69 bg.writeXML(xmlfile, indentLevel+1, indentWidth);
70 indent(xmlfile,indentLevel, indentWidth)
71 <<
"</BunchGroupSet>" << endl;