| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

OpPara Class Reference

#include <OpPara.h>

List of all members.


Public Member Functions

 OpPara ()
 OpPara (double attl, double topRef, double botRef, double yield, double photoCathodeArea)
 ~OpPara ()

Public Attributes

double m_attl
double m_topRef
double m_botRef
double m_yield
double m_photoCathodeArea

Detailed Description

Definition at line 9 of file OpPara.h.


Constructor & Destructor Documentation

OpPara::OpPara (  )  [inline]

Definition at line 21 of file OpPara.h.

00021              : m_attl(0),
00022                m_topRef(0),
00023                m_botRef(0),
00024                m_yield(0),
00025                m_photoCathodeArea(0) {}

OpPara::OpPara ( double  attl,
double  topRef,
double  botRef,
double  yield,
double  photoCathodeArea 
)

Definition at line 3 of file OpPara.cc.

00005 {
00006   m_attl = attl;
00007   m_topRef = topRef;
00008   m_botRef = botRef;
00009   m_yield = yield;
00010   m_photoCathodeArea = photoCathodeArea;
00011 }

OpPara::~OpPara (  )  [inline]

Definition at line 31 of file OpPara.h.

00031 {}


Member Data Documentation

double OpPara::m_attl

Definition at line 13 of file OpPara.h.

double OpPara::m_topRef

Definition at line 14 of file OpPara.h.

double OpPara::m_botRef

Definition at line 15 of file OpPara.h.

double OpPara::m_yield

Definition at line 16 of file OpPara.h.

double OpPara::m_photoCathodeArea

Definition at line 17 of file OpPara.h.


The documentation for this class was generated from the following files:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:42:46 2011 for AdRec by doxygen 1.4.7