a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
M12D.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 M12D_H
9 #define M12D_H
10 
11 #include "ThObservable.h"
12 #include "AmpDD2.h"
13 #include "std_make_vector.h"
14 
15 class M12D : public ThObservable, AmpDD2 {
20 public:
25  M12D(const StandardModel& SM_i) : ThObservable(SM_i), AmpDD2(SM_i)
26  {
28  };
34  double computeThValue() {
35  return((AmpDD(FULLNLO) + SM.getOptionalParameter("SM_M12D")).abs());
36 
37  };
38 };
39 
40 #endif /* MD12_H */
41 
std_make_vector.h
ThObservable::setParametersForObservable
void setParametersForObservable(std::vector< std::string > parametersForObservable_i)
A set method to get the parameters for the specific observable.
Definition: ThObservable.h:109
ThObservable.h
make_vector
Definition: std_make_vector.h:15
StandardModel
A model class for the Standard Model.
Definition: StandardModel.h:477
M12D
Definition: M12D.h:15
AmpDD2::AmpDD
gslpp::complex AmpDD(orders order)
a method returning the complex amplitude for the mixing
Definition: AmpDD2.cpp:18
M12D::M12D
M12D(const StandardModel &SM_i)
a class for the absolute value of the complex amplitude of D^{0} oscillations
Definition: M12D.h:25
ThObservable::SM
const StandardModel & SM
A reference to an object of StandardMode class.
Definition: ThObservable.h:121
AmpDD2.h
ThObservable
A class for a model prediction of an observable.
Definition: ThObservable.h:25
M12D::computeThValue
double computeThValue()
a method returning the absolute value of the complex amplitude for the absorptive part of the mixing
Definition: M12D.h:34
QCD::getOptionalParameter
double getOptionalParameter(std::string name) const
A method to get parameters that are specific to only one set of observables.
Definition: QCD.h:448
AmpDD2
Definition: AmpDD2.h:21
FULLNLO
Definition: OrderScheme.h:37