AmpDB2.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 AMPDB2_H
9 #define AMPDB2_H
10 
11 #include "gslpp_complex.h"
12 #include "Flavour.h"
13 #include "StandardModel.h"
14 
21 class AmpDB2 {
22 public:
23  AmpDB2(const StandardModel& SM_i);
24 
25 protected:
28 
29 private:
30 
32 
33 };
34 
39 #endif /* AMPDB2_H */
40 
gslpp::complex AmpBs(orders order)
Definition: AmpDB2.cpp:57
gslpp::complex AmpBd(orders order)
Definition: AmpDB2.cpp:14
orders
An enum type for orders in QCD.
Definition: OrderScheme.h:31
A model class for the Standard Model.
AmpDB2(const StandardModel &SM_i)
Definition: AmpDB2.cpp:10
const StandardModel & mySM
Definition: AmpDB2.h:31
A class for defining operations on and functions of complex numbers.
Definition: gslpp_complex.h:35
Definition: AmpDB2.h:21