ATLAS Offline Software
Loading...
Searching...
No Matches
Simple_pol1_Fit.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_SIMPLE_POL1_FIT_H
10#define DQM_ALGORITHMS_SIMPLE_POL1_FIT_H
11
13
14namespace dqm_algorithms
15{
16 struct Simple_pol1_Fit : public RootFit
17 {
18 Simple_pol1_Fit(): RootFit("pol1") {};
19
20
21 };
22
23}
24
25#endif // DQM_ALGORITHMS_SIMPLE_POL1_FIT_H
file declares the dqm_algorithms::RootFit class.
RootFit(const std::string &name)
Definition RootFit.cxx:35