Herwig 7.3.0
|
Differential information per outgoing parton. More...
Public Member Functions | |
Histograms () | |
The constructor. | |
Histograms (Energy ECM, unsigned int theNBins) | |
The constructor. | |
void | fill (const Lorentz5Momentum &p, double weight) |
Analyse given momentum. | |
void | finalize (ostream &dat, ostream &plot, const string &subpro, size_t legid, double norm, bool theUnitWeights) |
Finalize given process id and cross section. | |
Public Attributes | |
HistogramPtr | transverse |
Pt spectrum. | |
HistogramPtr | rapidity |
Rapidity distribution. | |
HistogramPtr | phi |
Azimuthal angle distribution. | |
Differential information per outgoing parton.
Definition at line 129 of file HardProcessAnalysis.h.
|
inline |
The constructor.
Definition at line 134 of file HardProcessAnalysis.h.
HistogramPtr Herwig::HardProcessAnalysis::Histograms::phi |
Azimuthal angle distribution.
Definition at line 169 of file HardProcessAnalysis.h.
HistogramPtr Herwig::HardProcessAnalysis::Histograms::rapidity |
Rapidity distribution.
Definition at line 164 of file HardProcessAnalysis.h.
HistogramPtr Herwig::HardProcessAnalysis::Histograms::transverse |
Pt spectrum.
Definition at line 159 of file HardProcessAnalysis.h.