|
Nanga Parbat 1.1.0
A TMD fitting framework
|
Structure containing the kinematic information of one single data set. More...
#include <datahandler.h>
Public Member Functions | |
| Kinematics () | |
| bool | empty () const |
Public Attributes | |
| int | ndata |
| Number of data points. More... | |
| double | Vs |
| Center of mass energy. More... | |
| std::vector< double > | qTv |
| Vector of qT values. More... | |
| std::vector< std::pair< double, double > > | qTmap |
| Map of qT bounds to associate to the single bins. More... | |
| std::vector< double > | qTfact |
| Possible bin-by-bin prefactors to multiply the theoretical predictions. More... | |
| std::pair< double, double > | var1b |
| Variable 1 integration bounds. More... | |
| std::pair< double, double > | var2b |
| Variable 2 integration bounds. More... | |
| std::pair< double, double > | var3b |
| Variable 3 integration bounds. More... | |
| bool | IntqT |
| Whether the bins in qTv are integrated over. More... | |
| bool | Intv1 |
| Whether the bins variable 1 are integrated over. More... | |
| bool | Intv2 |
| Whether the bins variable 2 are integrated over. More... | |
| bool | Intv3 |
| Whether the bins variable 3 are integrated over. More... | |
| bool | PSRed |
| Whether there is a final-state PS reduction. More... | |
| double | pTMin |
| Minimum pT of the final-state leptons. More... | |
| std::pair< double, double > | etaRange |
| Allowed range in eta of the final-state leptons. More... | |
Structure containing the kinematic information of one single data set.
| NangaParbat::DataHandler::Kinematics::Kinematics | ( | ) |
| bool NangaParbat::DataHandler::Kinematics::empty | ( | ) | const |
| std::pair<double, double> NangaParbat::DataHandler::Kinematics::etaRange |
Allowed range in eta of the final-state leptons.
| bool NangaParbat::DataHandler::Kinematics::IntqT |
Whether the bins in qTv are integrated over.
| bool NangaParbat::DataHandler::Kinematics::Intv1 |
Whether the bins variable 1 are integrated over.
| bool NangaParbat::DataHandler::Kinematics::Intv2 |
Whether the bins variable 2 are integrated over.
| bool NangaParbat::DataHandler::Kinematics::Intv3 |
Whether the bins variable 3 are integrated over.
| int NangaParbat::DataHandler::Kinematics::ndata |
Number of data points.
| bool NangaParbat::DataHandler::Kinematics::PSRed |
Whether there is a final-state PS reduction.
| double NangaParbat::DataHandler::Kinematics::pTMin |
Minimum pT of the final-state leptons.
| std::vector<double> NangaParbat::DataHandler::Kinematics::qTfact |
Possible bin-by-bin prefactors to multiply the theoretical predictions.
| std::vector<std::pair<double, double> > NangaParbat::DataHandler::Kinematics::qTmap |
Map of qT bounds to associate to the single bins.
| std::vector<double> NangaParbat::DataHandler::Kinematics::qTv |
Vector of qT values.
| std::pair<double, double> NangaParbat::DataHandler::Kinematics::var1b |
Variable 1 integration bounds.
| std::pair<double, double> NangaParbat::DataHandler::Kinematics::var2b |
Variable 2 integration bounds.
| std::pair<double, double> NangaParbat::DataHandler::Kinematics::var3b |
Variable 3 integration bounds.
| double NangaParbat::DataHandler::Kinematics::Vs |
Center of mass energy.