Herwig 7.3.0
|
Collection of object histograms; ranges are adjusted to the maximum, so range constraints and rebinning can be applied later. More...
#include <LeptonsJetsAnalysis.h>
Public Member Functions | |
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. | |
Public Attributes | |
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 object histograms; ranges are adjusted to the maximum, so range constraints and rebinning can be applied later.
Definition at line 205 of file LeptonsJetsAnalysis.h.
|
inline |
Default constructor.
Definition at line 233 of file LeptonsJetsAnalysis.h.
|
inline |
Construct given Ecm.
Definition at line 238 of file LeptonsJetsAnalysis.h.
References ThePEG::Constants::pi.
|
inline |
Count given momentum, weight and id.
Definition at line 251 of file LeptonsJetsAnalysis.h.
References Statistics::Histogram::count(), mass, phi, pt, and y.
Referenced by Herwig::LeptonsJetsAnalysis::TripleProperties::count(), and Herwig::LeptonsJetsAnalysis::PairProperties::count().
|
inline |
Count given momentum components, weight and id.
Definition at line 264 of file LeptonsJetsAnalysis.h.
References Statistics::Histogram::count(), mass, phi, pt, and y.
|
inline |
Convert to XML.
Definition at line 279 of file LeptonsJetsAnalysis.h.
References XML::Element::append(), Statistics::Histogram::finalize(), mass, phi, pt, Statistics::Histogram::toXML(), and y.
Referenced by Herwig::LeptonsJetsAnalysis::PairProperties::finalize(), and Herwig::LeptonsJetsAnalysis::TripleProperties::finalize().
Statistics::Histogram Herwig::LeptonsJetsAnalysis::ObjectProperties::mass |
Statistics::Histogram Herwig::LeptonsJetsAnalysis::ObjectProperties::masslow |
Definition at line 228 of file LeptonsJetsAnalysis.h.
Statistics::Histogram Herwig::LeptonsJetsAnalysis::ObjectProperties::phi |
Azimuth.
Definition at line 222 of file LeptonsJetsAnalysis.h.
Referenced by count(), and finalize().
Statistics::Histogram Herwig::LeptonsJetsAnalysis::ObjectProperties::pt |
Transverse momentum.
Definition at line 210 of file LeptonsJetsAnalysis.h.
Referenced by count(), finalize(), Herwig::LeptonsJetsAnalysis::jetAverageProperties(), Herwig::LeptonsJetsAnalysis::jetInclusiveProperties(), Herwig::LeptonsJetsAnalysis::jetSummedProperties(), and Herwig::LeptonsJetsAnalysis::pTmissProperties().
Statistics::Histogram Herwig::LeptonsJetsAnalysis::ObjectProperties::pt_logx |
Definition at line 212 of file LeptonsJetsAnalysis.h.
Statistics::Histogram Herwig::LeptonsJetsAnalysis::ObjectProperties::ptlow |
Definition at line 211 of file LeptonsJetsAnalysis.h.
Statistics::Histogram Herwig::LeptonsJetsAnalysis::ObjectProperties::y |
Rapidity.
Definition at line 217 of file LeptonsJetsAnalysis.h.
Referenced by count(), and finalize().