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

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

Public Member Functions

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

◆ NevLHCenu13()

NevLHCenu13::NevLHCenu13 ( 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 73 of file OtherThObservables.cpp.

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

◆ ~NevLHCenu13()

NevLHCenu13::~NevLHCenu13 ( )
virtual

Destructor of the NevLHCenu13 class.

Definition at line 81 of file OtherThObservables.cpp.

82{}

Member Function Documentation

◆ computeThValue()

double NevLHCenu13::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 84 of file OtherThObservables.cpp.

85{
86 return (myNPbase->NevLHCppenu13(i_bin));
87}
virtual const double NevLHCppenu13(const int i_bin) const
Number of mono-electron events at the LHC at 13 TeV.
Definition: NPbase.h:5425

Member Data Documentation

◆ i_bin

const int NevLHCenu13::i_bin
private

Definition at line 163 of file OtherThObservables.h.

◆ myNPbase

const NPbase* NevLHCenu13::myNPbase
private

Definition at line 162 of file OtherThObservables.h.


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