herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
Herwig::JetsPlusAnalysis::ObjectProperties Struct Reference

Collection of object histograms; ranges are adjusted to the maximum, so range constraints and rebinning can be applied later. More...

#include <JetsPlusAnalysis.h>

Inheritance diagram for Herwig::JetsPlusAnalysis::ObjectProperties:

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ObjectProperties() [1/2]

Herwig::JetsPlusAnalysis::ObjectProperties::ObjectProperties ( )
inline

Default constructor.

Definition at line 202 of file JetsPlusAnalysis.h.

◆ ObjectProperties() [2/2]

Herwig::JetsPlusAnalysis::ObjectProperties::ObjectProperties ( const string &  name,
Energy   
)
inline

Construct given Ecm.

Definition at line 207 of file JetsPlusAnalysis.h.

References ThePEG::Constants::pi.

Member Function Documentation

◆ count() [1/2]

void Herwig::JetsPlusAnalysis::ObjectProperties::count ( const LorentzMomentum &  p,
double  weight,
unsigned int  id 
)
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().

◆ count() [2/2]

void Herwig::JetsPlusAnalysis::ObjectProperties::count ( Energy  perp,
double  rapidity,
double  xphi,
Energy  m,
double  weight,
unsigned int  id 
)
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.

◆ finalize()

void Herwig::JetsPlusAnalysis::ObjectProperties::finalize ( XML::Element elem)
inline

Member Data Documentation

◆ mass

Statistics::Histogram Herwig::JetsPlusAnalysis::ObjectProperties::mass

Mass.

Definition at line 197 of file JetsPlusAnalysis.h.

Referenced by count(), and finalize().

◆ phi

Statistics::Histogram Herwig::JetsPlusAnalysis::ObjectProperties::phi

Azimuth.

Definition at line 192 of file JetsPlusAnalysis.h.

Referenced by count(), and finalize().

◆ pt

◆ pt_logx

Statistics::Histogram Herwig::JetsPlusAnalysis::ObjectProperties::pt_logx

Definition at line 182 of file JetsPlusAnalysis.h.

◆ y

Statistics::Histogram Herwig::JetsPlusAnalysis::ObjectProperties::y

Rapidity.

Definition at line 187 of file JetsPlusAnalysis.h.

Referenced by count(), and finalize().


The documentation for this struct was generated from the following file: