ATLAS Offline Software
Loading...
Searching...
No Matches
MDTTDCOfflineSpectrum.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
8
9#ifndef DQM_ALGORITHMS_MDTTDCOFFLINESPECTRUM_H
10#define DQM_ALGORITHMS_MDTTDCOFFLINESPECTRUM_H
11
12#include <dqm_core/Algorithm.h>
13#include <string>
14#include <iosfwd>
15#include <TH1.h>
16
17
18namespace dqm_algorithms
19{
20
21 struct MDTTDCOfflineSpectrum : public dqm_core::Algorithm
22 {
23 MDTTDCOfflineSpectrum(const std::string &name);
24
26 dqm_core::Result * execute( const std::string & , const TObject & , const dqm_core::AlgorithmConfig & );
27 using dqm_core::Algorithm::printDescription;
28 void printDescription(std::ostream& out);
29 void MDTFitTDC(TH1* h, double &t0, double &t0err, double &tmax, double &tmaxerr);
30
31 private:
32 std::string m_name;
33 };
34}
35
36#endif // DQM_ALGORITHMS_MDTTDCOFFLINESPECTRUM_H
static Double_t t0
Header file for AthHistogramAlgorithm.
dqm_core::Result * execute(const std::string &, const TObject &, const dqm_core::AlgorithmConfig &)
void MDTFitTDC(TH1 *h, double &t0, double &t0err, double &tmax, double &tmaxerr)