Herwig 7.3.0
|
Collection of triple histograms; ranges are adjusted to the maximum, so range constraints and rebinning can be applied later. More...
#include <LeptonsJetsAnalysis.h>
Public Member Functions | |
TripleProperties () | |
Default constructor. | |
TripleProperties (const string &name, Energy ecm) | |
Construct given Ecm. | |
void | count (const LorentzMomentum &p, const LorentzMomentum &q, const LorentzMomentum &r, double weight, unsigned int id) |
Count given momentum, weight and id. | |
void | finalize (XML::Element &elem) |
Convert to XML. | |
![]() | |
ObjectProperties () | |
Default constructor. | |
ObjectProperties (const string &name, Energy) | |
Construct given Ecm. | |
void | count (const LorentzMomentum &p, double weight, unsigned int id) |
Count given momentum, weight and id. | |
void | count (Energy perp, double rapidity, double xphi, Energy m, double weight, unsigned int id) |
Count given momentum components, weight and id. | |
void | finalize (XML::Element &elem) |
Convert to XML. | |
Static Public Member Functions | |
static double | dYstar (const LorentzMomentum &a, const LorentzMomentum &b, const LorentzMomentum &c) |
Calculate deltaY^*. | |
static double | dZstar (const LorentzMomentum &a, const LorentzMomentum &b, const LorentzMomentum &c) |
Calculate deltaZ^* – normalized deltaY^*. | |
Public Attributes | |
Statistics::Histogram | deltaYstar |
Delta y^*. | |
Statistics::Histogram | deltaZstar |
Delta z^*. | |
![]() | |
Statistics::Histogram | pt |
Transverse momentum. | |
Statistics::Histogram | ptlow |
Statistics::Histogram | pt_logx |
Statistics::Histogram | y |
Rapidity. | |
Statistics::Histogram | phi |
Azimuth. | |
Statistics::Histogram | mass |
Mass. | |
Statistics::Histogram | masslow |
Collection of triple histograms; ranges are adjusted to the maximum, so range constraints and rebinning can be applied later.
Definition at line 407 of file LeptonsJetsAnalysis.h.
|
inline |
Default constructor.
Definition at line 441 of file LeptonsJetsAnalysis.h.
|
inline |
Construct given Ecm.
Definition at line 447 of file LeptonsJetsAnalysis.h.
|
inline |
Count given momentum, weight and id.
Definition at line 455 of file LeptonsJetsAnalysis.h.
References Herwig::LeptonsJetsAnalysis::ObjectProperties::count(), Statistics::Histogram::count(), deltaYstar, deltaZstar, dYstar(), and dZstar().
|
inlinestatic |
Calculate deltaY^*.
Definition at line 413 of file LeptonsJetsAnalysis.h.
|
inlinestatic |
Calculate deltaZ^* – normalized deltaY^*.
Definition at line 422 of file LeptonsJetsAnalysis.h.
References dYstar().
Referenced by count().
|
inline |
Convert to XML.
Definition at line 465 of file LeptonsJetsAnalysis.h.
References XML::Element::append(), deltaYstar, deltaZstar, Statistics::Histogram::finalize(), Herwig::LeptonsJetsAnalysis::ObjectProperties::finalize(), and Statistics::Histogram::toXML().
Statistics::Histogram Herwig::LeptonsJetsAnalysis::TripleProperties::deltaYstar |
Delta y^*.
Definition at line 431 of file LeptonsJetsAnalysis.h.
Referenced by count(), and finalize().
Statistics::Histogram Herwig::LeptonsJetsAnalysis::TripleProperties::deltaZstar |
Delta z^*.
Definition at line 436 of file LeptonsJetsAnalysis.h.
Referenced by count(), and finalize().