ATLAS Offline Software
Reconstruction
Jet
JetCalibTools
JetCalibTools
RootHelpers.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
class
TH1;
6
class
TAxis;
7
8
namespace
RootHelpers
9
{
10
11
double
Interpolate
(
const
TH1*
histo
,
const
double
x
);
12
13
double
Interpolate
(
const
TH1*
histo
,
const
double
x
,
const
double
y
);
14
15
double
Interpolate2D
(
const
TH1*
histo
,
const
double
x
,
const
double
y
,
const
int
xAxis,
const
int
yAxis,
const
int
otherDimBin);
16
17
double
Interpolate
(
const
TH1*
histo
,
const
double
x
,
const
double
y
,
const
double
z
);
18
19
}
// end RootHelpers namespace
20
x
#define x
z
#define z
RootHelpers::Interpolate
double Interpolate(const TH1 *histo, const double x)
Definition:
RootHelpers.cxx:39
RootHelpers
Definition:
RootHelpers.h:9
y
#define y
RootHelpers::Interpolate2D
double Interpolate2D(const TH1 *histo, const double x, const double y, const int xAxis, const int yAxis, const int otherDimBin)
Definition:
RootHelpers.cxx:73
plotBeamSpotCompare.histo
histo
Definition:
plotBeamSpotCompare.py:415
Generated on Thu Nov 7 2024 21:24:53 for ATLAS Offline Software by
1.8.18