00001 #ifndef __MEMCCALIBTOWER_H__
00002 #define __MEMCCALIBTOWER_H__
00003
00004 #include "table_header.h"
00005
00006 #include "dEmcRawData.h"
00007
00008 #include "dEmcGeometry.h"
00009
00010 #include "dEmcEvent.h"
00011
00012 #include "dEmcCalibTower.h"
00013
00014 #ifdef __cplusplus
00015 extern "C"
00016 {
00017 #endif
00018 long memccalibtower_(
00019 TABLE_HEAD_ST*, DEMCRAWDATA_ST*,
00020 TABLE_HEAD_ST*, DEMCGEOMETRY_ST*,
00021 TABLE_HEAD_ST*, DEMCEVENT_ST*,
00022 TABLE_HEAD_ST*, DEMCCALIBTOWER_ST*
00023 );
00024 #ifdef __cplusplus
00025 }
00026 #endif
00027 #define mEmcCalibTower_ memccalibtower_
00028
00029 #endif