20 cout <<
indent <<
"MuCTPiGeometry: " << endl;
21 for(std::vector<MioctGeometry>::const_iterator isec =
m_Octants.begin(); isec <
m_Octants.end(); ++isec)
28 mioctIndent(xmlfile, indentLevel, indentWidth) <<
"<MuCTPiGeometry>" << endl;
29 for(std::vector<MioctGeometry>::const_iterator isec =
m_Octants.begin(); isec <
m_Octants.end(); ++isec)
30 isec->writeXML(xmlfile, indentLevel+1, indentWidth);
32 mioctIndent(xmlfile, indentLevel, indentWidth) <<
"</MuCTPiGeometry>" << endl;