5#ifndef LARCALIBUTILS_LARSHAPEPEAKRECOTOOL_H
6#define LARCALIBUTILS_LARSHAPEPEAKRECOTOOL_H
19 const std::string& name,
20 const IInterface* parent);
29 std::vector<float>
peak (
const std::vector<float>& samples,
const std::vector<double>& wave )
const ;
30 void GetShapeParMax(
float &
xmax,
float &
ymax,
float x1,
float y1,
float x2,
float y2,
float x3,
float y3)
const;
31 void GetShapeSampleLimits(
int &s1,
int &s2,
float sample_max,
float delay_max,
int nbin,
int nsample)
const;