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 <JetsPlusAnalysis.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 | pt_logx |
Statistics::Histogram | y |
Rapidity. | |
Statistics::Histogram | phi |
Azimuth. | |
Statistics::Histogram | mass |
Mass. | |
Collection of object histograms; ranges are adjusted to the maximum, so range constraints and rebinning can be applied later.
Definition at line 176 of file JetsPlusAnalysis.h.
|
inline |
Default constructor.
Definition at line 202 of file JetsPlusAnalysis.h.
|
inline |
Construct given Ecm.
Definition at line 207 of file JetsPlusAnalysis.h.
References ThePEG::Constants::pi.
|
inline |
Count given momentum, weight and id.
Definition at line 218 of file JetsPlusAnalysis.h.
References Statistics::Histogram::count(), mass, phi, pt, and y.
Referenced by Herwig::JetsPlusAnalysis::PairProperties::count().
|
inline |
Count given momentum components, weight and id.
Definition at line 229 of file JetsPlusAnalysis.h.
References Statistics::Histogram::count(), mass, phi, pt, and y.
|
inline |
Convert to XML.
Definition at line 242 of file JetsPlusAnalysis.h.
References XML::Element::append(), Statistics::Histogram::finalize(), mass, phi, pt, Statistics::Histogram::toXML(), and y.
Referenced by Herwig::JetsPlusAnalysis::PairProperties::finalize().
Statistics::Histogram Herwig::JetsPlusAnalysis::ObjectProperties::mass |
Statistics::Histogram Herwig::JetsPlusAnalysis::ObjectProperties::phi |
Statistics::Histogram Herwig::JetsPlusAnalysis::ObjectProperties::pt |
Transverse momentum.
Definition at line 181 of file JetsPlusAnalysis.h.
Referenced by count(), finalize(), Herwig::JetsPlusAnalysis::jetAverageProperties(), Herwig::JetsPlusAnalysis::jetInclusiveProperties(), and Herwig::JetsPlusAnalysis::jetSummedProperties().
Statistics::Histogram Herwig::JetsPlusAnalysis::ObjectProperties::pt_logx |
Definition at line 182 of file JetsPlusAnalysis.h.
Statistics::Histogram Herwig::JetsPlusAnalysis::ObjectProperties::y |