Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-02-21 10:05:31

0001 /*
0002  *  qp_exe_dyn.h  --
0003  *  Instantiate the code for ntuple variable slices.
0004  *
0005  *  Original:  4-Apr-1995 15:48
0006  *
0007  *  Author:   Maarten Ballintijn <Maarten.Ballintijn@cern.ch>
0008  *
0009  *  $Id$
0010  *
0011  *  $Log$
0012  *  Revision 1.5  1996/05/06 09:18:02  maartenb
0013  *  - Introduce a consistent reporting of array bound errors
0014  *
0015  *  - Cleanup dynamic non scalar access.
0016  *
0017  *  Revision 1.4  1996/04/23 18:38:26  maartenb
0018  *  - Add RCS keywords
0019  *
0020  *
0021  */
0022 
0023 #define OP_TYPE     bool
0024 #define OP_DTYPE    D_BOOL
0025 #define OP_BASE     D_BOOL
0026 
0027 #include    "qp_exe_dyn_templ.h"
0028 
0029 #undef  OP_TYPE
0030 #undef  OP_DTYPE
0031 #undef  OP_BASE
0032 
0033 #define OP_TYPE     UInt32
0034 #define OP_DTYPE    D_UINT
0035 #define OP_BASE     D_UINT
0036 
0037 #include    "qp_exe_dyn_templ.h"
0038 
0039 #undef  OP_TYPE
0040 #undef  OP_DTYPE
0041 #undef  OP_BASE
0042 
0043 #define OP_TYPE     UInt64
0044 #define OP_DTYPE    D_ULONG
0045 #define OP_BASE     D_ULONG
0046 
0047 #include    "qp_exe_dyn_templ.h"
0048 
0049 #undef  OP_TYPE
0050 #undef  OP_DTYPE
0051 #undef  OP_BASE
0052 
0053 #define OP_TYPE     Int32
0054 #define OP_DTYPE    D_INT
0055 #define OP_BASE     D_INT
0056 
0057 #include    "qp_exe_dyn_templ.h"
0058 
0059 #undef  OP_TYPE
0060 #undef  OP_DTYPE
0061 #undef  OP_BASE
0062 
0063 #define OP_TYPE     Int64
0064 #define OP_DTYPE    D_LONG
0065 #define OP_BASE     D_LONG
0066 
0067 #include    "qp_exe_dyn_templ.h"
0068 
0069 #undef  OP_TYPE
0070 #undef  OP_DTYPE
0071 #undef  OP_BASE
0072 
0073 #define OP_TYPE     Float32
0074 #define OP_DTYPE    D_FLOAT
0075 #define OP_BASE     D_FLOAT
0076 
0077 #include    "qp_exe_dyn_templ.h"
0078 
0079 #undef  OP_TYPE
0080 #undef  OP_DTYPE
0081 #undef  OP_BASE
0082 
0083 #define OP_TYPE     Float64
0084 #define OP_DTYPE    D_DOUBLE
0085 #define OP_BASE     D_DOUBLE
0086 
0087 #include    "qp_exe_dyn_templ.h"
0088 
0089 #undef  OP_TYPE
0090 #undef  OP_DTYPE
0091 #undef  OP_BASE
0092 
0093 #define OP_TYPE     String32
0094 #define OP_DTYPE    D_STR
0095 #define OP_BASE     D_STR
0096 
0097 #include    "qp_exe_dyn_templ.h"
0098 
0099 #undef  OP_TYPE
0100 #undef  OP_DTYPE
0101 #undef  OP_BASE