fast pQCD calculations for hadron-induced processes
fastnlotoolkit
include
fastnlotk
fastNLOInterpolOneNode.h
1
// Author: Daniel Britzger
2
// DESY, 29/01/2014
3
13
#ifndef __fastNLOInterpolOneNode__
14
#define __fastNLOInterpolOneNode__
15
16
#include "speaker.h"
17
#include <string>
18
#include <vector>
19
#include <utility>
20
#include "fastNLOInterpolBase.h"
21
22
23
class
fastNLOInterpolOneNode
:
public
fastNLOInterpolBase
{
24
25
public
:
26
27
fastNLOInterpolOneNode
(
double
min,
double
max);
28
~
fastNLOInterpolOneNode
(
void
);
29
30
// vector<pair<int,double> > CalcNodeValues(double val);
31
void
CalcNodeValues(std::vector<std::pair<int,double> >& nodes,
double
val);
32
33
protected
:
34
35
36
private
:
37
std::vector<std::pair<int,double> > fDummyNode;
38
39
};
40
41
42
#endif
fastNLOInterpolBase
Definition:
fastNLOInterpolBase.h:27
fastNLOInterpolOneNode
Definition:
fastNLOInterpolOneNode.h:23
Generated on Wed Jul 18 2018 12:19:37 by
1.8.13