00001 #include "OpPara.h" 00002 00003 OpPara::OpPara(double attl, double topRef, double botRef, 00004 double yield, double photoCathodeArea) 00005 { 00006 m_attl = attl; 00007 m_topRef = topRef; 00008 m_botRef = botRef; 00009 m_yield = yield; 00010 m_photoCathodeArea = photoCathodeArea; 00011 }