1 #ifndef GainVoltCoeffCalculator_H_Included
2 #define GainVoltCoeffCalculator_H_Included
23 typedef vector<GainVoltPmtParameters*> GVParameters;
24 typedef GVParameters::iterator GVP_iterator;
25 typedef GVParameters::const_iterator GVP_const_iterator;
32 void setIoMode(
int mode);
39 GVP_const_iterator begin()
const;
40 GVP_const_iterator end()
const;