84 |
*ntf=ntof; |
*ntf=ntof; |
85 |
Ipltof=(UChar_t*)malloc(ntof *sizeof(UChar_t)); |
Ipltof=(UChar_t*)malloc(ntof *sizeof(UChar_t)); |
86 |
Ipaddle=(UChar_t*)malloc(ntof *sizeof(UChar_t)); |
Ipaddle=(UChar_t*)malloc(ntof *sizeof(UChar_t)); |
87 |
// Ipartof=(UShort_t*)malloc(ntof *sizeof(UShort_t)); |
Ipartof=(UShort_t*)malloc(ntof *sizeof(UShort_t)); |
88 |
Ipartof=(UChar_t*)malloc(ntof *sizeof(UChar_t)); |
// Ipartof=(UChar_t*)malloc(ntof *sizeof(UChar_t)); |
89 |
Xintof=(Float_t*)malloc(ntof *sizeof(Float_t)); |
Xintof=(Float_t*)malloc(ntof *sizeof(Float_t)); |
90 |
Yintof=(Float_t*)malloc(ntof *sizeof(Float_t)); |
Yintof=(Float_t*)malloc(ntof *sizeof(Float_t)); |
91 |
Zintof=(Float_t*)malloc(ntof *sizeof(Float_t)); |
Zintof=(Float_t*)malloc(ntof *sizeof(Float_t)); |
120 |
Timecas=(Float_t*)malloc(ncas *sizeof(Float_t)); |
Timecas=(Float_t*)malloc(ncas *sizeof(Float_t)); |
121 |
Pathcas=(Float_t*)malloc(ncas *sizeof(Float_t)); |
Pathcas=(Float_t*)malloc(ncas *sizeof(Float_t)); |
122 |
P0cas=(Float_t*)malloc(ncas *sizeof(Float_t)); |
P0cas=(Float_t*)malloc(ncas *sizeof(Float_t)); |
123 |
// Iparspe=(UShort_t*)malloc(nspe *sizeof(UShort_t)); |
Iparspe=(UShort_t*)malloc(nspe *sizeof(UShort_t)); |
124 |
Iparspe=(UChar_t*)malloc(nspe *sizeof(UChar_t)); |
//Iparspe=(UChar_t*)malloc(nspe *sizeof(UChar_t)); |
125 |
Itrpb=(UChar_t*)malloc(nspe *sizeof(UChar_t)); |
Itrpb=(UChar_t*)malloc(nspe *sizeof(UChar_t)); |
126 |
Itrsl=(UChar_t*)malloc(nspe *sizeof(UChar_t)); |
Itrsl=(UChar_t*)malloc(nspe *sizeof(UChar_t)); |
127 |
Itspa=(UChar_t*)malloc(nspe *sizeof(UChar_t)); |
Itspa=(UChar_t*)malloc(nspe *sizeof(UChar_t)); |