Fast Evolution of Parton Distributions
coupling_qed.h
Go to the documentation of this file.
1 
8 /*
9  * Copyright (C) 2002 Stefan Weinzierl
10  *
11  * This program is free software; you can redistribute it and/or modify
12  * it under the terms of the GNU General Public License as published by
13  * the Free Software Foundation; either version 2 of the License, or
14  * (at your option) any later version.
15  *
16  * This program is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19  * GNU General Public License for more details.
20  *
21  * You should have received a copy of the GNU General Public License
22  * along with this program; if not, write to the Free Software
23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24  */
25 
26 #ifndef __PARTICLE_SCATTERING_COUPLING_QED_H__
27 #define __PARTICLE_SCATTERING_COUPLING_QED_H__
28 
29 namespace pdf {
30 
49 
50  // ctors
51 
52  // static functions
53  public :
54  static double beta_0(int Nf_down, int Nf_up, int Nl);
55 
56  static int get_active_flavours(double Q);
57  static int get_active_leptons(double Q);
58  static double get_value(double Q, int Nf_down, int Nf_up, int Nl);
59 
60  // data members
61  public :
62  static double value_at_charm;
63  static double value_at_tau;
64  static double value_at_bottom;
65 
66  static double charm_threshold;
67  static double tau_threshold;
68  static double bottom_threshold;
69 
70  };
71 
72 } // namespace pdf
73 
74 #endif // ndef __PARTICLE_SCATTERING_COUPLING_QED_H__
75 
Definition: coupling_qed.h:48
static int get_active_leptons(double Q)
Definition: coupling_qed.cc:73
static double beta_0(int Nf_down, int Nf_up, int Nl)
Definition: coupling_qed.cc:48
static double get_value(double Q, int Nf_down, int Nf_up, int Nl)
Definition: coupling_qed.cc:90
static int get_active_flavours(double Q)
Definition: coupling_qed.cc:60
Definition: anomalous.cc:33