a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
NevLHCee13 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 NevLHCee13:

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 26 of file OtherThObservables.h.

Public Member Functions

double computeThValue ()
 The number of events at the LHC for a given process \(N_{events}^{LHC}\). More...
 
 NevLHCee13 (const StandardModel &SM_i, const int i_bin_i)
 Constructor. More...
 
virtual ~NevLHCee13 ()
 Destructor of the NevLHCee13 class. 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

const int i_bin
 
const NPbasemyNPbase
 

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

◆ NevLHCee13()

NevLHCee13::NevLHCee13 ( 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 16 of file OtherThObservables.cpp.

17: ThObservable(SM_i), i_bin(i_bin_i)
18{
19 if ((myNPbase = dynamic_cast<const NPbase*> (&SM)) == NULL)
20 throw std::runtime_error("NevLHCee13 called with a class whose parent is not NPbase");
21}
The auxiliary base model class for other model classes.
Definition: NPbase.h:66
const NPbase * myNPbase
const int i_bin
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

◆ ~NevLHCee13()

NevLHCee13::~NevLHCee13 ( )
virtual

Destructor of the NevLHCee13 class.

Definition at line 24 of file OtherThObservables.cpp.

25{}

Member Function Documentation

◆ computeThValue()

double NevLHCee13::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 27 of file OtherThObservables.cpp.

28{
29 return (myNPbase->NevLHCppee13(i_bin));
30}
virtual const double NevLHCppee13(const int i_bin) const
Number of di-electron events at the LHC at 13 TeV.
Definition: NPbase.h:5396

Member Data Documentation

◆ i_bin

const int NevLHCee13::i_bin
private

Definition at line 49 of file OtherThObservables.h.

◆ myNPbase

const NPbase* NevLHCee13::myNPbase
private

Definition at line 48 of file OtherThObservables.h.


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