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

MdcSegInfo Class Reference

#include <MdcSegInfo.h>

Inheritance diagram for MdcSegInfo:

MdcSegInfoAxialO MdcSegInfoAxialO MdcSegInfoCsmc MdcSegInfoCsmc MdcSegInfoSterO MdcSegInfoSterO List of all members.

Public Member Functions

double arc () const
double arc () const
const double * errmat () const
const double * errmat () const
const double * inverr () const
const double * inverr () const
 MdcSegInfo ()
 MdcSegInfo ()
double par (int i) const
double par (int i) const
virtual bool parIsAngle (int i) const =0
virtual bool parIsAngle (int i) const =0
void plotSegInfo () const
void plotSegInfo () const
virtual ~MdcSegInfo ()
virtual ~MdcSegInfo ()

Protected Attributes

double _arc
double _errmat [3]
double _inverr [3]
double _par0
double _par1

Constructor & Destructor Documentation

MdcSegInfo::MdcSegInfo  )  [inline]
 

00036 { };

MdcSegInfo::~MdcSegInfo  )  [virtual]
 

00022                         {
00023 //------------------------------------------------------------------------
00024 }

MdcSegInfo::MdcSegInfo  )  [inline]
 

00036 { };

virtual MdcSegInfo::~MdcSegInfo  )  [virtual]
 


Member Function Documentation

double MdcSegInfo::arc  )  const [inline]
 

00044 {return _arc;}

double MdcSegInfo::arc  )  const [inline]
 

00044 {return _arc;}

const double* MdcSegInfo::errmat  )  const [inline]
 

00039 {return _errmat;}

const double* MdcSegInfo::errmat  )  const [inline]
 

00039 {return _errmat;}

const double* MdcSegInfo::inverr  )  const [inline]
 

00040 {return _inverr;}

const double* MdcSegInfo::inverr  )  const [inline]
 

00040 {return _inverr;}

double MdcSegInfo::par int  i  )  const [inline]
 

00043 {return (0 == i) ? _par0 : _par1;}

double MdcSegInfo::par int  i  )  const [inline]
 

00043 {return (0 == i) ? _par0 : _par1;}

virtual bool MdcSegInfo::parIsAngle int  i  )  const [pure virtual]
 

Implemented in MdcSegInfoAxialO, MdcSegInfoCsmc, MdcSegInfoSterO, MdcSegInfoAxialO, MdcSegInfoCsmc, and MdcSegInfoSterO.

virtual bool MdcSegInfo::parIsAngle int  i  )  const [pure virtual]
 

Implemented in MdcSegInfoAxialO, MdcSegInfoCsmc, MdcSegInfoSterO, MdcSegInfoAxialO, MdcSegInfoCsmc, and MdcSegInfoSterO.

void MdcSegInfo::plotSegInfo  )  const
 

void MdcSegInfo::plotSegInfo  )  const
 

00028                                   {
00029 //------------------------------------------------------------------------
00030   std::cout<<"seginfo: "<<_par0<<" "<<_par1<<" "<<_arc<<  std::endl;
00031 } 


Member Data Documentation

double MdcSegInfo::_arc [protected]
 

double MdcSegInfo::_errmat [protected]
 

double MdcSegInfo::_inverr [protected]
 

double MdcSegInfo::_par0 [protected]
 

double MdcSegInfo::_par1 [protected]
 


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