9#ifndef DQM_ALGORITHMS_MDTTDCOFFLINESPECTRUM_H
10#define DQM_ALGORITHMS_MDTTDCOFFLINESPECTRUM_H
12#include <dqm_core/Algorithm.h>
26 dqm_core::Result *
execute(
const std::string & ,
const TObject & ,
const dqm_core::AlgorithmConfig & );
27 using dqm_core::Algorithm::printDescription;
29 void MDTFitTDC(TH1*
h,
double &
t0,
double &t0err,
double &tmax,
double &tmaxerr);
Header file for AthHistogramAlgorithm.
dqm_core::Result * execute(const std::string &, const TObject &, const dqm_core::AlgorithmConfig &)
MDTTDCOfflineSpectrum(const std::string &name)
MDTTDCOfflineSpectrum * clone()
void printDescription(std::ostream &out)
void MDTFitTDC(TH1 *h, double &t0, double &t0err, double &tmax, double &tmaxerr)