//:Description: Gain correction factors
//:Synonyms::::
//:Source:
//:Update:
//:Update frequncy:
//:Reminder:
//:Recall frequency:
//:Size of Data:
//:Pointer to data:
#ifndef SVTGAINFACTORS_H
#define SVTGAINFACTORS_H
struct svtGainFactors {
// type varnam; //Units : Comments
long gainFactors[240]; // gain correction for each anode
};
#endif