#ifndef _GETPLUGGAINCORRECTION_HH #define _GETPLUGGAINCORRECTION_HH ////////////////////////////////////////////////////////////////////////// // // Function: getPlugGainCorrection // Purpose: Apply corrections determined by H. Budd to the PEM and PHA // towers to account for the gain changes. Only for plug offline // LER testing. // Created: 06 Feb 2003 W.K. Sakumoto // ////////////////////////////////////////////////////////////////////////// void getPlugGainCorrection(int irun, float corrpem[52][48], float corrpha[52][48]); #endif