ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
InnerDetector
InDetCalibTools
TRT_CalibTools
src
FitTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRT_CALIBTOOLS__FITTOOL_H
6
#define TRT_CALIBTOOLS__FITTOOL_H
7
/********************************************************************
8
9
NAME: FitTool
10
PACKAGE: TRT_AlignTOOLS
11
12
AUTHORS: Jorgen Beck Hansen
13
CREATED: December 2005
14
15
PURPOSE: Tool to fit accumulated alignment histograms
16
17
********************************************************************/
18
19
// INCLUDES:
20
21
#include <string>
22
#include "
TRT_CalibTools/IFitTool.h
"
23
#include "
AthenaBaseComps/AthAlgTool.h
"
24
25
class
FitTool
:
virtual
public
IFitTool
,
public
AthAlgTool
{
26
public
:
27
28
FitTool
(
const
std::string&
type
,
const
std::string& name,
const
IInterface* parent);
29
30
virtual
~FitTool
() {}
31
32
virtual
StatusCode
initialize
();
33
34
virtual
bool
fit
(std::vector<IdentifierProfileHistogram*>& histograms, std::vector<FloatArrayStore>& results);
35
36
private
:
37
// MsgStream m_log;
38
};
39
40
#endif
// TRT_CALIBTOOLS__FITTOOL_H
AthAlgTool.h
IFitTool.h
AthAlgTool::AthAlgTool
AthAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
Definition
AthAlgTool.cxx:16
FitTool::~FitTool
virtual ~FitTool()
Definition
FitTool.h:30
FitTool::initialize
virtual StatusCode initialize()
Definition
FitTool.cxx:21
FitTool::fit
virtual bool fit(std::vector< IdentifierProfileHistogram * > &histograms, std::vector< FloatArrayStore > &results)
Definition
FitTool.cxx:27
FitTool::FitTool
FitTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition
FitTool.cxx:14
IFitTool
Definition
IFitTool.h:30
type
Generated on
for ATLAS Offline Software by
1.17.0