lhapdf
is hosted by
Hepforge
,
IPPP Durham
LHAPDF
6.5.1
include
LHAPDF
NearestPointExtrapolator.h
1
// -*- C++ -*-
2
//
3
// This file is part of LHAPDF
4
// Copyright (C) 2012-2022 The LHAPDF collaboration (see AUTHORS for details)
5
//
6
#pragma once
7
#ifndef LHAPDF_NearestPointExtrapolator_H
8
#define LHAPDF_NearestPointExtrapolator_H
9
10
#include "LHAPDF/Extrapolator.h"
11
12
namespace
LHAPDF
{
13
14
16
class
NearestPointExtrapolator
:
public
Extrapolator
{
17
public
:
18
19
double
extrapolateXQ2
(
int
id
,
double
x,
double
q2)
const
;
20
21
};
22
23
24
}
25
#endif
LHAPDF::NearestPointExtrapolator
Extrapolates using the closest point on the Grid.
Definition:
NearestPointExtrapolator.h:16
LHAPDF
Namespace for all LHAPDF functions and classes.
Definition:
AlphaS.h:14
LHAPDF::NearestPointExtrapolator::extrapolateXQ2
double extrapolateXQ2(int id, double x, double q2) const
LHAPDF::Extrapolator
The general interface for extrapolating beyond grid boundaries.
Definition:
Extrapolator.h:20
Generated on Mon May 16 2022 16:05:14 for LHAPDF by
1.8.13