APFEL  4.4.0
A PDF evolution library in C++
operatorgpd.h
Go to the documentation of this file.
1 //
2 // APFEL++ 2017
3 //
4 // Author: Valerio Bertone: valerio.bertone@cern.ch
5 //
6 
7 #pragma once
8 
9 #include "apfel/operator.h"
10 
11 namespace apfel
12 {
18  class OperatorGPD: public Operator
19  {
20  public:
27  OperatorGPD(Grid const& gr, Expression const& expr, double const& eps = 1e-5);
28  };
29 }
The Expression class encapsulates in a proper form a given analystic expression in such a way that it...
Definition: expression.h:17
The Grid class defines ab object that is essentially a collection of "SubGrid" objects plus other glo...
Definition: grid.h:22
The OperatorGPD class inherits from the Operator class, used for "standard" Mellin convolutions,...
Definition: operatorgpd.h:19
OperatorGPD(Grid const &gr, Expression const &expr, double const &eps=1e-5)
The OperatorGPD constructor.
The Operator class defines the basic object "Operator" which is essentially the convolution on the gr...
Definition: operator.h:22
Namespace for all APFEL++ functions and classes.
Definition: alphaqcd.h:14