// Some utility classes and functions. // Glen Cowan, RHUL Physics Dept., 19 December 2002. #ifndef ANL_UTILS_H #define ANL_UTILS_H #include "FourVector.h" FourVector pjet_from_event(int, float[]); void pair_HZ_masses(float[3][4], int&, int&, int&, int&); #endif