ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VariableArrayUtils.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file VariableArrayUtils.h
1 #ifndef VARARRAY_VARIABLEARRAYUTILS_H
2 #define VARARRAY_VARIABLEARRAYUTILS_H
3 
5 {
6  public:
7  static short FloatToShortBits(const float rval);
8  static float ShortBitsToFloat(const short ival);
9 };
10 
11 #endif