mEmcGeaTowerEval.h

Go to the documentation of this file.
00001 #ifndef __MEMCGEATOWEREVAL_H__
00002 #define __MEMCGEATOWEREVAL_H__
00003 
00004 #include "table_header.h"
00005 
00006 #include "dEmcGeometry.h"
00007 
00008 #include "dEmcEvent.h"
00009 
00010 #include "dEmcCalibTower.h"
00011 
00012 #include "dEmcGeaTrack.h"
00013 
00014 #include "dEmcGeaTowerTrack.h"
00015 
00016 #include "dEmcGeaTowerEval.h"
00017 
00018 #ifdef __cplusplus
00019 extern "C"
00020 {
00021 #endif
00022   long memcgeatowereval_(
00023        TABLE_HEAD_ST*, DEMCGEOMETRY_ST*,
00024        TABLE_HEAD_ST*, DEMCEVENT_ST*,
00025        TABLE_HEAD_ST*, DEMCCALIBTOWER_ST*,
00026        TABLE_HEAD_ST*, DEMCGEATRACK_ST*,
00027        TABLE_HEAD_ST*, DEMCGEATOWERTRACK_ST*,
00028        TABLE_HEAD_ST*, DEMCGEATOWEREVAL_ST*
00029                );
00030 #ifdef __cplusplus
00031 }
00032 #endif
00033 #define mEmcGeaTowerEval_ memcgeatowereval_
00034 
00035 #endif /*__MEMCGEATOWEREVAL_H__*/