#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 |
Definition at line 19 of file MuCTPiGeometry.cxx.
19 {
20 cout <<
indent <<
"MuCTPiGeometry: " << endl;
21 for(std::vector<MioctGeometry>::const_iterator isec =
m_Octants.begin(); isec <
m_Octants.end(); ++isec)
22 isec->print(indent+indent);
23
24}
◆ ptEncoding()
◆ setPtEncoding()
Definition at line 29 of file MuCTPiGeometry.h.
const L1MuonPtEncoding & ptEncoding() const
◆ writeXML()
| void MuCTPiGeometry::writeXML |
( |
std::ostream & | xmlfile, |
|
|
int | indentLevel = 0, |
|
|
int | indentWidth = 4 ) const |
|
virtual |
Definition at line 27 of file MuCTPiGeometry.cxx.
27 {
29 for(std::vector<MioctGeometry>::const_iterator isec =
m_Octants.begin(); isec <
m_Octants.end(); ++isec)
30 isec->writeXML(
xmlfile, indentLevel+1, indentWidth);
33}
std::ostream & mioctIndent(std::ostream &o, int lvl, int size)
static std::vector< std::string > xmlfile
◆ m_Octants
◆ m_ptEncoding
The documentation for this class was generated from the following files: