herwig is hosted by Hepforge, IPPP Durham
Herwig  7.2.1
Herwig::LeptonsJetsAnalysis::PairProperties Struct Reference

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

#include <LeptonsJetsAnalysis.h>

Inheritance diagram for Herwig::LeptonsJetsAnalysis::PairProperties:

Public Member Functions

 PairProperties ()
 Default constructor.
 
 PairProperties (const string &name, Energy ecm)
 Construct given Ecm.
 
void count (const LorentzMomentum &p, const LorentzMomentum &q, double weight, unsigned int id)
 Count given momentum, weight and id.
 
void finalize (XML::Element &elem)
 Convert to XML.
 
- Public Member Functions inherited from Herwig::LeptonsJetsAnalysis::ObjectProperties
 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 dPhi (const LorentzMomentum &a, const LorentzMomentum &b)
 Calculate deltaPhi.
 
static double dY (const LorentzMomentum &a, const LorentzMomentum &b)
 Calculate deltaY.
 
static double dR (const LorentzMomentum &a, const LorentzMomentum &b)
 Calculate deltaR.
 
static double yy (const LorentzMomentum &a, const LorentzMomentum &b)
 Calculate ydoty.
 

Public Attributes

Statistics::Histogram deltaY
 Delta y.
 
Statistics::Histogram deltaPhi
 Delta phi.
 
Statistics::Histogram deltaR
 Delta phi.
 
Statistics::Histogram yDotY
 Product of the rapidities.
 
- Public Attributes inherited from Herwig::LeptonsJetsAnalysis::ObjectProperties
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
 

Detailed Description

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

Definition at line 303 of file LeptonsJetsAnalysis.h.


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