AmpDK2.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2012 HEPfit Collaboration
3  * All rights reserved.
4  *
5  * For the licensing terms see doc/COPYING.
6  */
7 
8 #ifndef AMPDK2_H
9 #define AMPDK2_H
10 
11 #include "gslpp.h"
12 #include "Flavour.h"
13 #include "StandardModel.h"
14 
28 class AmpDK2 {
29 public:
35  AmpDK2(const StandardModel& SM_i);
36 
37 protected:
40 
41 private:
42 
44 
45 };
46 
47 #endif /* AMPDK2_H */
48 
49 
gslpp::complex AmpDK(orders order)
Definition: AmpDK2.cpp:14
const StandardModel & mySM
Definition: AmpDK2.h:43
orders
An enum type for orders in QCD.
Definition: OrderScheme.h:31
A model class for the Standard Model.
gslpp::complex AmpMK(orders order)
Definition: AmpDK2.cpp:52
AmpDK2(const StandardModel &SM_i)
compute the amplitude for kaon oscillations
Definition: AmpDK2.cpp:10
A class for defining operations on and functions of complex numbers.
Definition: gslpp_complex.h:35
A class for calculating the amplitudes contributing to and .
Definition: AmpDK2.h:28