5#ifndef LARCALIBUTILS_LARPARABOLAPEAKRECOTOOL_H
6#define LARCALIBUTILS_LARPARABOLAPEAKRECOTOOL_H
24 const std::string& name,
25 const IInterface* parent);
33 std::vector<float>
peak (
const std::vector<float>& samples)
const;
35 std::vector<float>
peak (
const std::vector<short>& samples)
const;
37 std::vector<float>
peak (
const std::vector<float>& samples,
int layer,
float pedestal)
const;
38 std::vector<float>
peak (
const std::vector<short>& samples,
int layer,
float pedestal)
const;
47 float ParabolaRawToTrueADC(
float& QT_true_time,
double& ADCref,
float& PEDref,
int& layer)
const ;