00001 #ifndef __RecoShwDir_LOADED 00002 #define __RecoShwDir_LOADED 00003 typedef struct { 00004 int recoshwdir; 00005 int ID; 00006 float DirCosX; 00007 float DirCosY; 00008 float DirCosZ; 00009 float Theta; 00010 float Phi; 00011 float ThetaBeam; 00012 char Routine[64]; 00013 int _9999; 00014 } RECOSHWDIR_DEF; 00015 #ifdef __TAP_CREOBJ__ 00016 RECOSHWDIR_DEF RecoShwDir; 00017 #else 00018 extern RECOSHWDIR_DEF RecoShwDir; 00019 #endif 00020 #endif 00021
1.3.9.1