1 2 3 4 5 6 7 8 9
#ifndef SNO_CHARGE_H #define SNO_CHARGE_H void init_charge(void); double pq(double q, int n); double get_pmiss(int n); double spe_pol2exp(double q); #endif