1 #ifndef CALORECO_CALOWAVEFORMFITTING_H
2 #define CALORECO_CALOWAVEFORMFITTING_H
38 std::vector<std::vector<float>>
process_waveform(std::vector<std::vector<float>> waveformvector);
40 std::vector<std::vector<float>>
calo_processing_fast(std::vector<std::vector<float>> chnlvector);
45 void FastMax(
float x0,
float x1,
float x2,
float y0,
float y1,
float y2,
float &
xmax,
float &
ymax);