ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
InnerDetector
InDetCalibTools
TRT_CalibTools
src
FitTool.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
/********************************************************************
6
7
8
********************************************************************/
9
10
// INCLUDES:
11
#include "
FitTool.h
"
12
#include "
TRT_ConditionsData/FloatArrayStore.h
"
13
14
FitTool::FitTool
(
const
std::string&
type
,
const
std::string& name,
const
IInterface* parent) :
15
AthAlgTool
(
type
, name, parent)
16
17
{
18
declareInterface<IFitTool>(
this
);
19
}
20
21
StatusCode
FitTool::initialize
()
22
{
23
msg
(MSG::INFO) <<
"initialize()"
<<
endmsg
;
24
return
StatusCode::SUCCESS;
25
}
26
27
bool
FitTool::fit
(std::vector<IdentifierProfileHistogram*>& histograms, std::vector<FloatArrayStore>& results) {
28
msg
(MSG::INFO) <<
"dummy fit"
<<
endmsg
;
29
if
(histograms.size()==0) {};
30
if
(results.size()==0) {};
31
return
true
;
32
}
33
endmsg
#define endmsg
Definition
AnalysisConfig_Ntuple.cxx:54
FitTool.h
FloatArrayStore.h
AthAlgTool::AthAlgTool
AthAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
Definition
AthAlgTool.cxx:16
AthCommonMsg< AlgTool >::msg
MsgStream & msg() const
Definition
AthCommonMsg.h:24
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
type
Generated on
for ATLAS Offline Software by
1.17.0