#include <MuCTPiGeometry.h>
Definition at line 18 of file MuCTPiGeometry.h.
◆ MuCTPiGeometry()
MuCTPiGeometry::MuCTPiGeometry |
( |
| ) |
|
◆ ~MuCTPiGeometry()
virtual MuCTPiGeometry::~MuCTPiGeometry |
( |
| ) |
|
|
virtualdefault |
◆ addOctant()
◆ octants()
◆ print()
void MuCTPiGeometry::print |
( |
const std::string & |
indent = "" , |
|
|
unsigned int |
detail = 1 |
|
) |
| const |
|
virtual |
◆ ptEncoding()
◆ setPtEncoding()
◆ writeXML()
void MuCTPiGeometry::writeXML |
( |
std::ostream & |
xmlfile, |
|
|
int |
indentLevel = 0 , |
|
|
int |
indentWidth = 4 |
|
) |
| const |
|
virtual |
Definition at line 27 of file MuCTPiGeometry.cxx.
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;
◆ m_Octants
◆ m_ptEncoding
The documentation for this class was generated from the following files: