// // fiberQA.h - see fiberQA.cc for more information. // #ifndef _EVIO2ROOT_ #define _EVIO2ROOT_ TFile* ROOTfile; const int window_size = 256; const int channels = 12; int fadc_raw[channels][window_size]; int n_evt; TH1D *hnorm; TH1D *hhigh[31]; TH1D *hlow[6]; TH1D *hall[12]; #endif // _EVIO2ROOT_