#include <MioctROIGeometry.h>
Definition at line 22 of file MioctROIGeometry.h.
◆ MioctROIGeometry()
| MioctROIGeometry::MioctROIGeometry |
( |
| ) |
|
◆ ~MioctROIGeometry()
| virtual MioctROIGeometry::~MioctROIGeometry |
( |
| ) |
|
|
virtualdefault |
◆ eta()
| float MioctROIGeometry::eta |
( |
| ) |
const |
|
inline |
◆ etacode()
| unsigned int MioctROIGeometry::etacode |
( |
| ) |
const |
|
inline |
◆ etamax()
| float MioctROIGeometry::etamax |
( |
| ) |
const |
|
inline |
◆ etamin()
| float MioctROIGeometry::etamin |
( |
| ) |
const |
|
inline |
◆ phi()
| float MioctROIGeometry::phi |
( |
| ) |
const |
|
inline |
◆ phicode()
| unsigned int MioctROIGeometry::phicode |
( |
| ) |
const |
|
inline |
◆ phimax()
| float MioctROIGeometry::phimax |
( |
| ) |
const |
|
inline |
◆ phimin()
| float MioctROIGeometry::phimin |
( |
| ) |
const |
|
inline |
◆ print()
| void MioctROIGeometry::print |
( |
const std::string & | indent = "", |
|
|
unsigned int | detail = 1 ) const |
|
virtual |
◆ roiid()
| unsigned int MioctROIGeometry::roiid |
( |
| ) |
const |
|
inline |
◆ setEta()
| void MioctROIGeometry::setEta |
( |
float | v | ) |
|
|
inline |
◆ setEtacode()
| void MioctROIGeometry::setEtacode |
( |
unsigned int | v | ) |
|
|
inline |
◆ setEtamax()
| void MioctROIGeometry::setEtamax |
( |
float | v | ) |
|
|
inline |
◆ setEtamin()
| void MioctROIGeometry::setEtamin |
( |
float | v | ) |
|
|
inline |
◆ setPhi()
| void MioctROIGeometry::setPhi |
( |
float | v | ) |
|
|
inline |
◆ setPhicode()
| void MioctROIGeometry::setPhicode |
( |
unsigned int | v | ) |
|
|
inline |
◆ setPhimax()
| void MioctROIGeometry::setPhimax |
( |
float | v | ) |
|
|
inline |
◆ setPhimin()
| void MioctROIGeometry::setPhimin |
( |
float | v | ) |
|
|
inline |
◆ setRoiid()
| void MioctROIGeometry::setRoiid |
( |
unsigned int | v | ) |
|
|
inline |
◆ writeXML()
| void MioctROIGeometry::writeXML |
( |
std::ostream & | xmlfile, |
|
|
int | indentLevel = 0, |
|
|
int | indentWidth = 2 ) const |
|
virtual |
Definition at line 49 of file MioctROIGeometry.cxx.
49 {
51 << fixed << setprecision(6)
53 <<
"\" phi=\"" <<
m_phi
54 <<
"\" etacode=\"0x" << std::hex <<
m_etacode
55 <<
"\" phicode=\"0x" << std::hex <<
m_phicode
56 << std::dec << fixed << setprecision(6)
57 <<
"\" etamin=\"" << std::dec <<
m_etamin
62 << "\"/>" << endl;
63}
std::ostream & mioctIndent(std::ostream &o, int lvl, int size)
static std::vector< std::string > xmlfile
◆ m_eta
| float MioctROIGeometry::m_eta |
|
private |
◆ m_etacode
| unsigned int MioctROIGeometry::m_etacode |
|
private |
◆ m_etamax
| float MioctROIGeometry::m_etamax |
|
private |
◆ m_etamin
| float MioctROIGeometry::m_etamin |
|
private |
◆ m_phi
| float MioctROIGeometry::m_phi |
|
private |
◆ m_phicode
| unsigned int MioctROIGeometry::m_phicode |
|
private |
◆ m_phimax
| float MioctROIGeometry::m_phimax |
|
private |
◆ m_phimin
| float MioctROIGeometry::m_phimin |
|
private |
◆ m_roiid
| unsigned int MioctROIGeometry::m_roiid |
|
private |
The documentation for this class was generated from the following files: