#define MAX_PBALL 10 #define MAX_SALAD 3 // salad track No.1 static Int_t mul1; static Float_t th1; static Float_t ph1; static Float_t en1[MAX_SALAD]; // salad track No.2 static Int_t mul2; static Float_t th2; static Float_t ph2; static Float_t en2[MAX_SALAD]; // plastic ball track static Int_t mulg; static Float_t thg[MAX_PBALL]; static Float_t phg[MAX_PBALL]; static Float_t delta[MAX_PBALL]; static Float_t energy[MAX_PBALL]; // reconstructed information static Int_t parity; static Float_t e1r; static Float_t e2r; static Float_t egr; static Float_t phgr;