ATLAS Offline Software
Loading...
Searching...
No Matches
InnerDetector
InDetConditions
PixelConditionsData
src
ChargeCalibParameters.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
11
#include "
PixelConditionsData/ChargeCalibParameters.h
"
12
#include <cmath>
13
#include <iostream>
14
15
namespace
PixelChargeCalib
{
16
//definition of stream insertion operators for the structs in the header
17
18
std::ostream &
operator <<
(std::ostream & out,
const
LegacyFitParameters
& f){
19
out<<
"("
<<f.A<<
", "
<<f.E<<
", "
<<f.C<<
", "
<<f.maxToT<<
")"
;
20
return
out;
21
}
22
std::ostream &
operator <<
(std::ostream & out,
const
LinearFitParameters
& f){
23
out<<
"("
<<f.F<<
", "
<<f.G<<
")"
;
24
return
out;
25
}
26
std::ostream &
operator <<
(std::ostream & out,
const
Thresholds
& t){
27
out<<
"("
<<t.value<<
", "
<<t.sigma<<
", "
<<t.noise<<
", "
<<t.inTimeValue<<
")"
;
28
return
out;
29
}
30
std::ostream &
operator <<
(std::ostream & out,
const
Resolutions
&
r
){
31
out<<
"("
<<
r
.res1<<
", "
<<
r
.res2<<
")"
;
32
return
out;
33
}
34
35
}
ChargeCalibParameters.h
Structs for holding charge calibration parameterisation and data.
r
int r
Definition
globals.cxx:22
PixelChargeCalib
Definition
IChargeCalibrationParser.h:30
PixelChargeCalib::operator<<
std::ostream & operator<<(std::ostream &out, const LegacyFitParameters &legFitPar)
Definition
ChargeCalibParameters.cxx:18
Thresholds
Definition
LArCalorimeter/LArCalibDataQuality/python/Thresholds.py:1
PixelChargeCalib::LegacyFitParameters
Definition
ChargeCalibParameters.h:19
PixelChargeCalib::LinearFitParameters
Definition
ChargeCalibParameters.h:51
PixelChargeCalib::Resolutions
Definition
ChargeCalibParameters.h:92
Generated on
for ATLAS Offline Software by
1.14.0