64 #ifndef ExpTailRemover_H 65 #define ExpTailRemover_H 114 double& slope,
double& intercept)
const;
Index m_SignalIterationLimit
DataMap update(AdcChannelData &acd) const override
void getSignal(const Vector &qdats, double ped, double csi, Vector &qsigs) const
ExpTailRemover(fhicl::ParameterSet const &ps)
AdcChannelTool * m_pSignalTool
NameVector m_IncludeChannelRanges
~ExpTailRemover() override=default
std::vector< bool > m_checkChannels
std::vector< Name > NameVector
void estimatepars(const Vector &qdats, double &ped, double &csi, Index &nsamFit) const
NameVector m_ExcludeChannelRanges
static constexpr double ps
std::vector< double > Vector
void wlinfit(const Vector &x, const Vector &y, const Vector &e, double &slope, double &intercept) const