00001 #ifndef __MEMCPERFECT_H__
00002 #define __MEMCPERFECT_H__
00003
00004 #include "table_header.h"
00005
00006 #include "dEmcGeaHit.h"
00007
00008 #include "dEmcClusterLocal.h"
00009
00010 #include "dEmcGeaClusterTrack.h"
00011
00012 #ifdef __cplusplus
00013 extern "C"
00014 {
00015 #endif
00016 long memcperfect_(
00017 TABLE_HEAD_ST*, DEMCGEAHIT_ST*,
00018 TABLE_HEAD_ST*, DEMCCLUSTERLOCAL_ST*,
00019 TABLE_HEAD_ST*, DEMCGEACLUSTERTRACK_ST*
00020 );
00021 #ifdef __cplusplus
00022 }
00023 #endif
00024 #define mEmcPerfect_ memcperfect_
00025
00026 #endif