00001 #ifndef __MEMCGEACLUSTEREVAL2_H__
00002 #define __MEMCGEACLUSTEREVAL2_H__
00003
00004 #include "table_header.h"
00005
00006 #include "dEmcEvent.h"
00007
00008 #include "dEmcGeaTrack.h"
00009
00010 #include "dEmcGeaTowerTrack.h"
00011
00012 #include "dEmcClusterExt.h"
00013
00014 #include "dEmcGeaTrackCluster.h"
00015
00016 #include "dEmcGeaClusterTrack.h"
00017
00018 #ifdef __cplusplus
00019 extern "C"
00020 {
00021 #endif
00022 long memcgeaclustereval2_(
00023 TABLE_HEAD_ST*, DEMCEVENT_ST*,
00024 TABLE_HEAD_ST*, DEMCGEATRACK_ST*,
00025 TABLE_HEAD_ST*, DEMCGEATOWERTRACK_ST*,
00026 TABLE_HEAD_ST*, DEMCCLUSTEREXT_ST*,
00027 TABLE_HEAD_ST*, DEMCGEATRACKCLUSTER_ST*,
00028 TABLE_HEAD_ST*, DEMCGEACLUSTERTRACK_ST*
00029 );
00030 #ifdef __cplusplus
00031 }
00032 #endif
00033 #define mEmcGeaClusterEval2_ memcgeaclustereval2_
00034
00035 #endif