17 void setInrad(
double inrad ) { m_inrad = inrad; }
18 void setOutrad(
double outrad ) { m_outrad = outrad; }
19 void setThick(
double thick ) { m_thick = thick; }
20 void setPhiMax(
double phiMax ) { m_phiMax = phiMax; }
21 void setPhiMin(
double phiMax ) { m_phiMin = phiMax; }
22 void setThetaMax(
double thetaMax ) { m_thetaMax = thetaMax; }
23 void setThetaMin(
double thetaMax ) { m_thetaMin = thetaMax; }
void setInrad(double inrad)
void setThetaMax(double thetaMax)
void setPhiMin(double phiMax)
void setThetaMin(double thetaMax)
void setThick(double thick)
double getThetaMin() const
void setPhiMax(double phiMax)
void setOutrad(double outrad)
double getThetaMax() const