ETofGeo Class Reference

#include <ETofGeo.h>

List of all members.

Public Member Functions

 ETofGeo ()
 ~ETofGeo ()
double getInrad () const
double getOutrad () const
double getThick () const
double getPhiMax () const
double getPhiMin () const
double getThetaMax () const
double getThetaMin () const
void setInrad (double inrad)
void setOutrad (double outrad)
void setThick (double thick)
void setPhiMax (double phiMax)
void setPhiMin (double phiMax)
void setThetaMax (double thetaMax)
void setThetaMin (double thetaMax)

Private Attributes

double m_inrad
double m_outrad
double m_thick
double m_phiMax
double m_phiMin
double m_thetaMax
double m_thetaMin


Detailed Description

Definition at line 4 of file ETofGeo.h.


Constructor & Destructor Documentation

ETofGeo::ETofGeo (  )  [inline]

Definition at line 6 of file ETofGeo.h.

00006 {}

ETofGeo::~ETofGeo (  )  [inline]

Definition at line 7 of file ETofGeo.h.

00007 {}


Member Function Documentation

double ETofGeo::getInrad (  )  const [inline]

Definition at line 9 of file ETofGeo.h.

References m_inrad.

00009 { return m_inrad; }

double ETofGeo::getOutrad (  )  const [inline]

Definition at line 10 of file ETofGeo.h.

References m_outrad.

00010 { return m_outrad; }

double ETofGeo::getPhiMax (  )  const [inline]

Definition at line 12 of file ETofGeo.h.

References m_phiMax.

00012 { return m_phiMax; }

double ETofGeo::getPhiMin (  )  const [inline]

Definition at line 13 of file ETofGeo.h.

References m_phiMin.

00013 { return m_phiMin; }

double ETofGeo::getThetaMax (  )  const [inline]

Definition at line 14 of file ETofGeo.h.

References m_thetaMax.

00014 { return m_thetaMax; }

double ETofGeo::getThetaMin (  )  const [inline]

Definition at line 15 of file ETofGeo.h.

References m_thetaMin.

00015 { return m_thetaMin; }

double ETofGeo::getThick (  )  const [inline]

Definition at line 11 of file ETofGeo.h.

References m_thick.

00011 { return m_thick; }

void ETofGeo::setInrad ( double  inrad  )  [inline]

Definition at line 16 of file ETofGeo.h.

References m_inrad.

00016 { m_inrad=inrad; }

void ETofGeo::setOutrad ( double  outrad  )  [inline]

Definition at line 17 of file ETofGeo.h.

References m_outrad.

00017 { m_outrad=outrad; }

void ETofGeo::setPhiMax ( double  phiMax  )  [inline]

Definition at line 19 of file ETofGeo.h.

References m_phiMax.

00019 { m_phiMax=phiMax; }

void ETofGeo::setPhiMin ( double  phiMax  )  [inline]

Definition at line 20 of file ETofGeo.h.

References m_phiMin.

00020 { m_phiMin=phiMax; }

void ETofGeo::setThetaMax ( double  thetaMax  )  [inline]

Definition at line 21 of file ETofGeo.h.

References m_thetaMax.

00021 { m_thetaMax=thetaMax; }

void ETofGeo::setThetaMin ( double  thetaMax  )  [inline]

Definition at line 22 of file ETofGeo.h.

References m_thetaMin.

00022 { m_thetaMin=thetaMax; }

void ETofGeo::setThick ( double  thick  )  [inline]

Definition at line 18 of file ETofGeo.h.

References m_thick.

00018 { m_thick=thick; }


Member Data Documentation

double ETofGeo::m_inrad [private]

Definition at line 24 of file ETofGeo.h.

Referenced by getInrad(), and setInrad().

double ETofGeo::m_outrad [private]

Definition at line 25 of file ETofGeo.h.

Referenced by getOutrad(), and setOutrad().

double ETofGeo::m_phiMax [private]

Definition at line 27 of file ETofGeo.h.

Referenced by getPhiMax(), and setPhiMax().

double ETofGeo::m_phiMin [private]

Definition at line 28 of file ETofGeo.h.

Referenced by getPhiMin(), and setPhiMin().

double ETofGeo::m_thetaMax [private]

Definition at line 29 of file ETofGeo.h.

Referenced by getThetaMax(), and setThetaMax().

double ETofGeo::m_thetaMin [private]

Definition at line 30 of file ETofGeo.h.

Referenced by getThetaMin(), and setThetaMin().

double ETofGeo::m_thick [private]

Definition at line 26 of file ETofGeo.h.

Referenced by getThick(), and setThick().


Generated on Tue Nov 29 23:18:49 2016 for BOSS_7.0.2 by  doxygen 1.4.7