LHAPDF
6.5.3
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Groups
Pages
include
LHAPDF
ContinuationExtrapolator.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_ContinuationExtrapolator_H
8
#define LHAPDF_ContinuationExtrapolator_H
9
10
#include "LHAPDF/Extrapolator.h"
11
12
namespace
LHAPDF {
13
14
17
class
ContinuationExtrapolator
:
public
Extrapolator
{
18
public
:
19
20
double
extrapolateXQ2
(
int
id
,
double
x,
double
q2)
const
;
21
22
};
23
24
25
}
26
#endif
LHAPDF::ContinuationExtrapolator::extrapolateXQ2
double extrapolateXQ2(int id, double x, double q2) const
LHAPDF::ContinuationExtrapolator
Definition:
ContinuationExtrapolator.h:17
LHAPDF::Extrapolator
The general interface for extrapolating beyond grid boundaries.
Definition:
Extrapolator.h:20
Generated on Sun Mar 10 2024 23:02:19 for LHAPDF by
1.8.5