29#ifndef ZDCRECCHANNELTOOL_H_
30#define ZDCRECCHANNELTOOL_H_
36#include <gsl/gsl_errno.h>
37#include <gsl/gsl_spline.h>
38#include <gsl/gsl_math.h>
39#include <gsl/gsl_roots.h>
43#include "GaudiKernel/ToolHandle.h"
57typedef std::map< std::pair<int, int>, std::vector<int> >
T_wfm_map;
58typedef std::pair<std::pair<int, int>, std::vector<int> >
T_wfm_pair;
75 const std::string& name,
76 const IInterface* parent);
103 static double fx(
double x0,
void *params);
108 return h->cls->fx(d,
h->cls);
Header file for AthHistogramAlgorithm.