ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MCGIDI_fromTOM.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file MCGIDI_fromTOM.h
1 /*
2 # <<BEGIN-copyright>>
3 # <<END-copyright>>
4 */
5 #ifndef MCGIDI_fromTOM_h_included
6 #define MCGIDI_fromTOM_h_included
7 
9 #include "MCGIDI.h"
10 
11 #if defined __cplusplus
12  extern "C" {
13  namespace GIDI {
14 #endif
15 
18  char const *toUnits[3] );
20 int MCGIDI_fromTOM_interpolation( statusMessageReporting *smr, xDataTOM_element *element, int index, enum ptwXY_interpolation_e *interpolation );
21 
22 #if defined __cplusplus
23  }
24  }
25 #endif
26 
27 #endif /* End of MCGIDI_fromTOM_h_included. */