a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
Loading...
Searching...
No Matches
NevLHCmumu13 Class Reference

An observable class for the number of events at the LHC for a given process \(N_{events}^{LHC}\). More...

#include <OtherThObservables.h>

+ Inheritance diagram for NevLHCmumu13:

Detailed Description

An observable class for the number of events at the LHC for a given process \(N_{events}^{LHC}\).

Author
HEPfit Collaboration

This class is used to compute the number of events at the LHC for a given process \(N_{events}^{LHC}\).

Definition at line 63 of file OtherThObservables.h.

Public Member Functions

double computeThValue ()
 The number of events at the LHC for a given process \(N_{events}^{LHC}\).
 
 NevLHCmumu13 (const StandardModel &SM_i, const int i_bin_i)
 Constructor.
 
virtual ~NevLHCmumu13 ()
 Destructor of the NevLHCmumu13 class.
 
- Public Member Functions inherited from ThObservable
double getBinMax ()
 A get method to get the maximum value of the bin.
 
double getBinMin ()
 A get method to get the minimum value of the bin.
 
const StandardModelgetModel ()
 A get method to get the model.
 
const std::vector< std::string > getParametersForObservable ()
 A get method to get the parameters for the specific observable.
 
void setBinMax (double max)
 A set method to set the maximum value of the bin.
 
void setBinMin (double min)
 A set method to set the minimum value of the bin.
 
void setParametersForObservable (std::vector< std::string > parametersForObservable_i)
 A set method to get the parameters for the specific observable.
 
 ThObservable (const StandardModel &SM_i)
 Constructor.
 
 ThObservable (const ThObservable &orig)
 The copy constructor.
 
virtual ~ThObservable ()
 The default destructor.
 

Private Attributes

const int i_bin
 
const NPbasemyNPbase
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ NevLHCmumu13()

NevLHCmumu13::NevLHCmumu13 ( const StandardModel SM_i,
const int  i_bin_i 
)

Constructor.

Parameters
[in]SM_ia reference to a StandardModel object or to any extension of it
[in]i_bin_ithe bin number

Definition at line 34 of file OtherThObservables.cpp.

35: ThObservable(SM_i), i_bin(i_bin_i)
36{
37 if ((myNPbase = dynamic_cast<const NPbase*> (&SM)) == NULL)
38 throw std::runtime_error("NevLHCmumu13 called with a class whose parent is not NPbase");
39}
The auxiliary base model class for other model classes.
Definition NPbase.h:66
const NPbase * myNPbase
A class for a model prediction of an observable.
const StandardModel & SM
A reference to an object of StandardMode class.

◆ ~NevLHCmumu13()

NevLHCmumu13::~NevLHCmumu13 ( )
virtual

Destructor of the NevLHCmumu13 class.

Definition at line 42 of file OtherThObservables.cpp.

43{}

Member Function Documentation

◆ computeThValue()

double NevLHCmumu13::computeThValue ( )
virtual

The number of events at the LHC for a given process \(N_{events}^{LHC}\).

Returns
\(N_{events}^{LHC}\)

Implements ThObservable.

Definition at line 45 of file OtherThObservables.cpp.

46{
47 return (myNPbase->NevLHCppmumu13(i_bin));
48}

Member Data Documentation

◆ i_bin

const int NevLHCmumu13::i_bin
private

Definition at line 86 of file OtherThObservables.h.

◆ myNPbase

const NPbase* NevLHCmumu13::myNPbase
private

Definition at line 85 of file OtherThObservables.h.


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