#include <MioctTopoCellGeometry.h>
Definition at line 15 of file MioctTopoCellGeometry.h.
◆ MioctTopoCellGeometry()
| MioctTopoCellGeometry::MioctTopoCellGeometry |
( |
| ) |
|
|
default |
◆ ~MioctTopoCellGeometry()
| virtual MioctTopoCellGeometry::~MioctTopoCellGeometry |
( |
| ) |
|
|
virtualdefault |
◆ eta()
| float MioctTopoCellGeometry::eta |
( |
| ) |
const |
|
inline |
◆ etacode()
| unsigned int MioctTopoCellGeometry::etacode |
( |
| ) |
const |
|
inline |
◆ etamax()
| float MioctTopoCellGeometry::etamax |
( |
| ) |
const |
|
inline |
◆ etamin()
| float MioctTopoCellGeometry::etamin |
( |
| ) |
const |
|
inline |
◆ ieta()
| int MioctTopoCellGeometry::ieta |
( |
| ) |
const |
|
inline |
◆ iphi()
| int MioctTopoCellGeometry::iphi |
( |
| ) |
const |
|
inline |
◆ phi()
| float MioctTopoCellGeometry::phi |
( |
| ) |
const |
|
inline |
◆ phicode()
| unsigned int MioctTopoCellGeometry::phicode |
( |
| ) |
const |
|
inline |
◆ phimax()
| float MioctTopoCellGeometry::phimax |
( |
| ) |
const |
|
inline |
◆ phimin()
| float MioctTopoCellGeometry::phimin |
( |
| ) |
const |
|
inline |
◆ print()
| void MioctTopoCellGeometry::print |
( |
const std::string & | indent = "", |
|
|
unsigned int | detail = 1 ) const |
|
virtual |
◆ setEta()
| void MioctTopoCellGeometry::setEta |
( |
float | v | ) |
|
|
inline |
◆ setEtacode()
| void MioctTopoCellGeometry::setEtacode |
( |
unsigned int | v | ) |
|
|
inline |
◆ setEtamax()
| void MioctTopoCellGeometry::setEtamax |
( |
float | v | ) |
|
|
inline |
◆ setEtamin()
| void MioctTopoCellGeometry::setEtamin |
( |
float | v | ) |
|
|
inline |
◆ setIEta()
| void MioctTopoCellGeometry::setIEta |
( |
int | v | ) |
|
|
inline |
◆ setIPhi()
| void MioctTopoCellGeometry::setIPhi |
( |
int | v | ) |
|
|
inline |
◆ setPhi()
| void MioctTopoCellGeometry::setPhi |
( |
float | v | ) |
|
|
inline |
◆ setPhicode()
| void MioctTopoCellGeometry::setPhicode |
( |
unsigned int | v | ) |
|
|
inline |
◆ setPhimax()
| void MioctTopoCellGeometry::setPhimax |
( |
float | v | ) |
|
|
inline |
◆ setPhimin()
| void MioctTopoCellGeometry::setPhimin |
( |
float | v | ) |
|
|
inline |
◆ writeXML()
| void MioctTopoCellGeometry::writeXML |
( |
std::ostream & | xmlfile, |
|
|
int | indentLevel = 0, |
|
|
int | indentWidth = 2 ) const |
|
virtual |
Definition at line 27 of file MioctTopoCellGeometry.cxx.
27 {
29 <<
"etacode=\"0x" << std::hex <<
m_etacode
30 <<
"\" phicode=\"0x" <<
m_phicode <<std::dec
31 << fixed << setprecision(6)
32 <<
"\" eta=\"" <<
m_eta
33 <<
"\" phi=\"" <<
m_phi
38 << "\"/>" << endl;
39}
std::ostream & mioctIndent(std::ostream &o, int lvl, int size)
static std::vector< std::string > xmlfile
◆ m_eta
| float MioctTopoCellGeometry::m_eta {0} |
|
private |
◆ m_etacode
| unsigned int MioctTopoCellGeometry::m_etacode {0} |
|
private |
◆ m_etamax
| float MioctTopoCellGeometry::m_etamax {0} |
|
private |
◆ m_etamin
| float MioctTopoCellGeometry::m_etamin {0} |
|
private |
◆ m_ieta
| int MioctTopoCellGeometry::m_ieta {0} |
|
private |
◆ m_iphi
| int MioctTopoCellGeometry::m_iphi {0} |
|
private |
◆ m_phi
| float MioctTopoCellGeometry::m_phi {0} |
|
private |
◆ m_phicode
| unsigned int MioctTopoCellGeometry::m_phicode {0} |
|
private |
◆ m_phimax
| float MioctTopoCellGeometry::m_phimax {0} |
|
private |
◆ m_phimin
| float MioctTopoCellGeometry::m_phimin {0} |
|
private |
The documentation for this class was generated from the following files: