a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
AmpDD2.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 AMPDD2_H
9 #define AMPDD2_H
10 
11 class StandardModel;
12 #include "OrderScheme.h"
13 #include "gslpp.h"
14 
21 class AmpDD2 {
30 public:
35  AmpDD2(const StandardModel& SM_i);
36 protected:
43 
44 private:
45 
47 };
48 
49 #endif /* AMPDD2_H */
50 
AmpDD2::mySM
const StandardModel & mySM
Definition: AmpDD2.h:46
gslpp.h
gslpp::complex
A class for defining operations on and functions of complex numbers.
Definition: gslpp_complex.h:35
AmpDD2::AmpDD2
AmpDD2(const StandardModel &SM_i)
Amplitude Class
Definition: AmpDD2.cpp:12
OrderScheme.h
StandardModel
A model class for the Standard Model.
Definition: StandardModel.h:477
AmpDD2::AmpDD
gslpp::complex AmpDD(orders order)
a method returning the complex amplitude for the mixing
Definition: AmpDD2.cpp:18
orders
orders
An enum type for orders in QCD.
Definition: OrderScheme.h:31
AmpDD2
Definition: AmpDD2.h:21