a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
AmpDS1.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2012 HEPfit Collaboration
3  *
4  *
5  * For the licensing terms see doc/COPYING.
6  */
7 
8 #ifndef AMPDS1_H
9 #define AMPDS1_H
10 
11 class StandardModel;
12 #include "gslpp_complex.h"
13 #include "OrderScheme.h"
14 #include "gslpp.h"
15 
16 class AmpDS1 {
17 public:
23  AmpDS1(const StandardModel& SM_i);
24 
25 protected:
32 
39 
40 private:
41 
43 
44 };
45 
46 
47 #endif /* AMPDS1_H */
gslpp.h
gslpp::complex
A class for defining operations on and functions of complex numbers.
Definition: gslpp_complex.h:35
OrderScheme.h
StandardModel
A model class for the Standard Model.
Definition: StandardModel.h:477
AmpDS1::mySM
const StandardModel & mySM
Definition: AmpDS1.h:42
AmpDS1
Definition: AmpDS1.h:16
AmpDS1::AmpDS1pp0
gslpp::complex AmpDS1pp0(orders order)
Definition: AmpDS1.cpp:20
orders
orders
An enum type for orders in QCD.
Definition: OrderScheme.h:31
AmpDS1::AmpDS1pp2
gslpp::complex AmpDS1pp2(orders order)
Definition: AmpDS1.cpp:75
AmpDS1::AmpDS1
AmpDS1(const StandardModel &SM_i)
compute the amplitude for decay in 2 pion
Definition: AmpDS1.cpp:13
gslpp_complex.h