APFEL 4.8.0
A PDF evolution library in C++
Loading...
Searching...
No Matches
matchingbasisqcd.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
10
11namespace apfel
12{
21
28 {
29 public:
34 enum Operand: int {M0, M1, M2, M3, M4, M5, M6, M7};
35 enum Object: int {GLUON, SIGMA, VALENCE, T3, V3, T8, V8, T15, V15, T24, V24, T35, V35};
36
42 MatchingBasisQCD(int const& nf);
43 };
44
52 {
53 public:
59 };
61}
The ConvolutionMap class encapsulates the set of rules to multiply a sets of operators with a set of ...
Definition convolutionmap.h:22
The MatchingBasisQCD class is a derived of ConvolutionMap specialised for the matching of distributio...
Definition matchingbasisqcd.h:28
Operand
The map enumerators for the operands and the distributions.
Definition matchingbasisqcd.h:34
@ M3
Definition matchingbasisqcd.h:34
@ M4
Definition matchingbasisqcd.h:34
@ M7
Definition matchingbasisqcd.h:34
@ M1
Definition matchingbasisqcd.h:34
@ M2
Definition matchingbasisqcd.h:34
@ M6
Definition matchingbasisqcd.h:34
@ M0
Definition matchingbasisqcd.h:34
@ M5
Definition matchingbasisqcd.h:34
Object
Definition matchingbasisqcd.h:35
@ GLUON
Definition matchingbasisqcd.h:35
@ VALENCE
Definition matchingbasisqcd.h:35
@ V8
Definition matchingbasisqcd.h:35
@ T3
Definition matchingbasisqcd.h:35
@ V24
Definition matchingbasisqcd.h:35
@ T24
Definition matchingbasisqcd.h:35
@ T35
Definition matchingbasisqcd.h:35
@ V15
Definition matchingbasisqcd.h:35
@ T15
Definition matchingbasisqcd.h:35
@ T8
Definition matchingbasisqcd.h:35
@ V3
Definition matchingbasisqcd.h:35
@ SIGMA
Definition matchingbasisqcd.h:35
@ V35
Definition matchingbasisqcd.h:35
MatchingBasisQCD(int const &nf)
The MatchingBasisQCD constructor for the matching in the QCD evolution basis with nf active flavours.
The MatchingOperatorBasisQCD class is a derived of ConvolutionMap specialised for the matching of the...
Definition matchingbasisqcd.h:52
MatchingOperatorBasisQCD(int const &nf)
The MatchingOperatorBasisQCD constructor.
Namespace for all APFEL++ functions and classes.
Definition alphaqcd.h:14