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
11class StandardModel;
12#include "OrderScheme.h"
13#include "gslpp.h"
14
21class AmpDD2 {
30public:
35 AmpDD2(const StandardModel& SM_i);
36protected:
42 gslpp::complex AmpDD(orders order);
43
44private:
45
47};
48
49#endif /* AMPDD2_H */
50
Definition: AmpDD2.h:21
A model class for the Standard Model.
AmpDD2(const StandardModel &SM_i)
Amplitude Class
Definition: AmpDD2.cpp:12
const StandardModel & mySM
Definition: AmpDD2.h:46
gslpp::complex AmpDD(orders order)
a method returning the complex amplitude for the mixing
Definition: AmpDD2.cpp:18
orders
An enum type for orders in QCD.
Definition: OrderScheme.h:33