#ifndef _CAL_DETPLANE_H #define _CAL_DETPLANE_H #include "LogFile.h" #include class Cal_DetPlane { public : void reset (); void print (); void add_cal_line (CString, int); int get_calLine (CString &, int*, int); private : CString _ctrl_blk[4]; int _calLines[4][4]; int _nLines[4]; }; #endif _CAL_DETPLANE_H