5#ifndef LARCALIBUTILS_LARPARABOLAPEAKRECOTOOL_H
6#define LARCALIBUTILS_LARPARABOLAPEAKRECOTOOL_H
25 const std::string& name,
26 const IInterface* parent);
34 std::vector<float>
peak (
const std::vector<float>& samples)
const;
36 std::vector<float>
peak (
const std::vector<short>& samples)
const;
38 std::vector<float>
peak (
const std::vector<float>& samples,
int layer,
float pedestal)
const;
39 std::vector<float>
peak (
const std::vector<short>& samples,
int layer,
float pedestal)
const;
48 float ParabolaRawToTrueADC(
float& QT_true_time,
double& ADCref,
float& PEDref,
int& layer)
const ;