ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
xDataTOM_private.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file xDataTOM_private.h
1 /*
2 # <<BEGIN-copyright>>
3 # <<END-copyright>>
4 */
5 
6 #ifndef xDataTOM_private_h_included
7 #define xDataTOM_private_h_included
8 
9 #include "xDataTOM.h"
10 
11 #if defined __cplusplus
12  extern "C" {
13  namespace GIDI {
14 #endif
15 
16 extern int xDataTOM_smrLibraryID;
17 extern char const *xDataTOM_XYs_ID;
18 extern char const *xDataTOM_regionsXYs_ID;
19 extern char const *xDataTOM_W_XYs_ID;
20 extern char const *xDataTOM_V_W_XYs_ID;
21 extern char const *xDataTOM_W_XYs_LegendreSeries_ID;
23 extern char const *xDataTOM_V_W_XYs_LegendreSeries_ID;
24 extern char const *xDataTOM_KalbachMann_ID;
25 extern char const *xDataTOM_polynomial_ID;
26 
27 #if defined __cplusplus
28  }
29  }
30 #endif
31 
32 #endif /* End of xDataTOM_private_h_included. */