mEmcGeaMakeRaw.h

Go to the documentation of this file.
00001 #ifndef __MEMCGEAMAKERAW_H__
00002 #define __MEMCGEAMAKERAW_H__
00003 
00004 #include "table_header.h"
00005 
00006 #include "header.h"
00007 
00008 #include "dEmcGeaHit.h"
00009 
00010 #include "dEmcGeaParams.h"
00011 
00012 #include "dEmcRespPar.h"
00013 
00014 #include "dEmcGeometry.h"
00015 
00016 #include "dEmcGeaTrackTower.h"
00017 
00018 #include "dEmcGeaTowerTrack.h"
00019 
00020 #include "dEmcRawData.h"
00021 
00022 #ifdef __cplusplus
00023 extern "C"
00024 {
00025 #endif
00026   long memcgeamakeraw_(
00027        TABLE_HEAD_ST*, HEADER_ST*,
00028        TABLE_HEAD_ST*, DEMCGEAHIT_ST*,
00029        TABLE_HEAD_ST*, DEMCGEAPARAMS_ST*,
00030        TABLE_HEAD_ST*, DEMCRESPPAR_ST*,
00031        TABLE_HEAD_ST*, DEMCGEOMETRY_ST*,
00032        TABLE_HEAD_ST*, DEMCGEATRACKTOWER_ST*,
00033        TABLE_HEAD_ST*, DEMCGEATOWERTRACK_ST*,
00034        TABLE_HEAD_ST*, DEMCRAWDATA_ST*
00035                );
00036 #ifdef __cplusplus
00037 }
00038 #endif
00039 #define mEmcGeaMakeRaw_ memcgeamakeraw_
00040 
00041 #endif /*__MEMCGEAMAKERAW_H__*/