]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HERWIG/herwig6_address.c
New class to make V2 clusters starting from digits or hits (fast simulation). Origin...
[u/mrichter/AliRoot.git] / HERWIG / herwig6_address.c
CommitLineData
d909f169 1# define herwig6_addressc herwig6_addressc_
2# define herwig6_addressf herwig6_addressf_
3# define herwig6_addressi herwig6_addressi_
4# define herwig6_addressd herwig6_addressd_
5# define type_of_call
6
7
8char* type_of_call herwig6_addressc(char *arg)
9{
10 return arg;
11}
12int* type_of_call herwig6_addressi(int *arg)
13{
14 return arg;
15}
16float* type_of_call herwig6_addressf(float *arg)
17{
18 return arg;
19}
20double* type_of_call herwig6_addressd(double *arg)
21{
22 return arg;
23}