a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
PartialAverageBR_BClnu Class Reference

#include <BClnuObservables.h>

+ Inheritance diagram for PartialAverageBR_BClnu:

Detailed Description

Definition at line 96 of file BClnuObservables.h.

Public Member Functions

double computeThValue ()
 The computation of the moments, varying the number and elcut. More...
 
 PartialAverageBR_BClnu (const StandardModel &SM_i, QCD::meson meson_i)
 Constructor. More...
 
- Public Member Functions inherited from ThObservable
double getBinMax ()
 A get method to get the maximum value of the bin. More...
 
double getBinMin ()
 A get method to get the minimum value of the bin. More...
 
const StandardModelgetModel ()
 A get method to get the model. More...
 
const std::vector< std::string > getParametersForObservable ()
 A get method to get the parameters for the specific observable. More...
 
void setBinMax (double max)
 A set method to set the maximum value of the bin. More...
 
void setBinMin (double min)
 A set method to set the minimum value of the bin. More...
 
void setParametersForObservable (std::vector< std::string > parametersForObservable_i)
 A set method to get the parameters for the specific observable. More...
 
 ThObservable (const StandardModel &SM_i)
 Constructor. More...
 
 ThObservable (const ThObservable &orig)
 The copy constructor. More...
 
virtual ~ThObservable ()
 The default destructor. More...
 

Private Attributes

QCD::meson meson1
 

Additional Inherited Members

- Protected Attributes inherited from ThObservable
double max
 the bin maximum. More...
 
double min
 The bin minimum. More...
 
std::vector< std::string > parametersForObservable
 a vector of parameter namesfor the specific observable More...
 
const StandardModelSM
 A reference to an object of StandardMode class. More...
 

Constructor & Destructor Documentation

◆ PartialAverageBR_BClnu()

PartialAverageBR_BClnu::PartialAverageBR_BClnu ( const StandardModel SM_i,
QCD::meson  meson_i 
)

Constructor.

This isn't needed in this detail, but will be useful later on with the generalization

Parameters
[in]SM_ia reference to an object of type StandardModel
[in]meson_iinitial meson of the decay

Definition at line 70 of file BClnuObservables.cpp.

71: ThObservable(SM_i)
72{
73 meson1 = meson_i;
74
76}
std::vector< std::string > initializeBClnuParameters()
Initialization of the parameters (later on we'll have the update)
Definition: BClnu.cpp:103
BClnu & getBClnu(QCD::meson meson_i) const
Returns the initial and final state dependent object for .
Definition: Flavour.cpp:300
const Flavour & getFlavour() const
void setParametersForObservable(std::vector< std::string > parametersForObservable_i)
A set method to get the parameters for the specific observable.
Definition: ThObservable.h:109
ThObservable(const StandardModel &SM_i)
Constructor.
Definition: ThObservable.h:32
const StandardModel & SM
A reference to an object of StandardMode class.
Definition: ThObservable.h:121

Member Function Documentation

◆ computeThValue()

double PartialAverageBR_BClnu::computeThValue ( )
virtual

The computation of the moments, varying the number and elcut.

Note
All the other parameters are initialized in the constructor

Implements ThObservable.

Definition at line 78 of file BClnuObservables.cpp.

79{
80 double elcut = getBinMin();
81
83}
double XDeltaBR(double elcut)
Definition: BClnu.cpp:21468
double getBR()
Definition: BClnu.cpp:2910
double getBinMin()
A get method to get the minimum value of the bin.
Definition: ThObservable.h:82

Member Data Documentation

◆ meson1

QCD::meson PartialAverageBR_BClnu::meson1
private

Initial meson type

Definition at line 117 of file BClnuObservables.h.


The documentation for this class was generated from the following files: