a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
C2beta.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2019 HEPfit Collaboration
3  *
4  *
5  * For the licensing terms see doc/COPYING.
6  */
7 
8 #ifndef C2BETA_H
9 #define C2BETA_H
10 
11 #include "ThObservable.h"
12 #include "AmpDB2.h"
13 
23 class C2beta: public ThObservable, AmpDB2 {
24 public:
30  C2beta(const StandardModel& SM_i) : ThObservable(SM_i), AmpDB2(SM_i) {};
31 
36  virtual double computeThValue();
37 };
38 
39 #endif /* C2BETA_H */
40 
AmpDB2
Amplitude Class
Definition: AmpDB2.h:37
ThObservable.h
StandardModel
A model class for the Standard Model.
Definition: StandardModel.h:477
C2beta::C2beta
C2beta(const StandardModel &SM_i)
Constructor.
Definition: C2beta.h:30
AmpDB2.h
ThObservable
A class for a model prediction of an observable.
Definition: ThObservable.h:25
C2beta::computeThValue
virtual double computeThValue()
Definition: C2beta.cpp:11
C2beta
A class for .
Definition: C2beta.h:23