herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
Kupco.h
1namespace Herwig {
2using namespace ThePEG;
3
12 class Kupco {
13
14 public:
15
23 Kupco(tcPDPtr inidQ,tcPDPtr inhad1,tcPDPtr inhad2, Energy inwgt)
24 : idQ(inidQ),hadron1(inhad1),hadron2(inhad2),weight(inwgt)
25 {}
26
31
36
41
45 Energy weight;
46 };
47}
Class designed to make STL routines easy to use.
Definition: Kupco.h:12
tcPDPtr idQ
id of the quark drawn from the vacuum.
Definition: Kupco.h:30
Energy weight
Weight factor of this componation.
Definition: Kupco.h:45
tcPDPtr hadron2
The ParticleData object for the second hadron produced.
Definition: Kupco.h:40
Kupco(tcPDPtr inidQ, tcPDPtr inhad1, tcPDPtr inhad2, Energy inwgt)
Constructor.
Definition: Kupco.h:23
tcPDPtr hadron1
The ParticleData object for the first hadron produced.
Definition: Kupco.h:35
-*- C++ -*-
ThePEG::Ptr< ParticleData >::transient_const_pointer tcPDPtr