Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

MdcGeoEnd Class Reference

#include <MdcGeoEnd.h>

List of all members.

Public Member Functions

void Id (int x)
int Id (void) const
void Id (int x)
int Id (void) const
void InnerR (double x)
double InnerR (void) const
void InnerR (double x)
double InnerR (void) const
void Length (double x)
double Length (void) const
void Length (double x)
double Length (void) const
 MdcGeoEnd (void)
 MdcGeoEnd (void)
void Name (string x)
string Name (void) const
void Name (string x)
string Name (void) const
void OutR (double x)
double OutR (void) const
void OutR (double x)
double OutR (void) const
void Z (double x)
double Z (void) const
void Z (double x)
double Z (void) const
 ~MdcGeoEnd (void)
 ~MdcGeoEnd (void)

Private Attributes

int fId
double fInnerR
double fLength
string fName
double fOutR
double fZ


Constructor & Destructor Documentation

MdcGeoEnd::MdcGeoEnd void   )  [inline]
 

00012 {};

MdcGeoEnd::~MdcGeoEnd void   )  [inline]
 

00013 {};

MdcGeoEnd::MdcGeoEnd void   )  [inline]
 

00012 {};

MdcGeoEnd::~MdcGeoEnd void   )  [inline]
 

00013 {};


Member Function Documentation

void MdcGeoEnd::Id int  x  )  [inline]
 

00024 {fId=x;}

int MdcGeoEnd::Id void   )  const [inline]
 

00016 { return fId;    }

void MdcGeoEnd::Id int  x  )  [inline]
 

00024 {fId=x;}

int MdcGeoEnd::Id void   )  const [inline]
 

00016 { return fId;    }

void MdcGeoEnd::InnerR double  x  )  [inline]
 

00026 {fInnerR=x;}

double MdcGeoEnd::InnerR void   )  const [inline]
 

00018 { return fInnerR;} //From Z axes to bottom surface of those segments.

void MdcGeoEnd::InnerR double  x  )  [inline]
 

00026 {fInnerR=x;}

double MdcGeoEnd::InnerR void   )  const [inline]
 

00018 { return fInnerR;} //From Z axes to bottom surface of those segments.

void MdcGeoEnd::Length double  x  )  [inline]
 

00025 {fLength=x;}

double MdcGeoEnd::Length void   )  const [inline]
 

00017 { return fLength;} //Full length In Z direction

void MdcGeoEnd::Length double  x  )  [inline]
 

00025 {fLength=x;}

double MdcGeoEnd::Length void   )  const [inline]
 

00017 { return fLength;} //Full length In Z direction

void MdcGeoEnd::Name string  x  )  [inline]
 

00029 {fName=x;}

string MdcGeoEnd::Name void   )  const [inline]
 

00021 { return fName;  } //name of segment

void MdcGeoEnd::Name string  x  )  [inline]
 

00029 {fName=x;}

string MdcGeoEnd::Name void   )  const [inline]
 

00021 { return fName;  } //name of segment

void MdcGeoEnd::OutR double  x  )  [inline]
 

00027 {fOutR=x;}

double MdcGeoEnd::OutR void   )  const [inline]
 

00019 { return fOutR;  }//From Z axes to upper surface of those segments.

void MdcGeoEnd::OutR double  x  )  [inline]
 

00027 {fOutR=x;}

double MdcGeoEnd::OutR void   )  const [inline]
 

00019 { return fOutR;  }//From Z axes to upper surface of those segments.

void MdcGeoEnd::Z double  x  )  [inline]
 

00028 {fZ=x;}

double MdcGeoEnd::Z void   )  const [inline]
 

00020 { return fZ;     }  //Offset value of segment center from Z=0 

void MdcGeoEnd::Z double  x  )  [inline]
 

00028 {fZ=x;}

double MdcGeoEnd::Z void   )  const [inline]
 

00020 { return fZ;     }  //Offset value of segment center from Z=0 


Member Data Documentation

int MdcGeoEnd::fId [private]
 

double MdcGeoEnd::fInnerR [private]
 

double MdcGeoEnd::fLength [private]
 

string MdcGeoEnd::fName [private]
 

double MdcGeoEnd::fOutR [private]
 

double MdcGeoEnd::fZ [private]
 


The documentation for this class was generated from the following files:
Generated on Wed Feb 2 16:25:29 2011 for BOSS6.5.5 by  doxygen 1.3.9.1