herwig is hosted by Hepforge, IPPP Durham
Herwig  7.2.1
Hw64Selector.h
1 // -*- C++ -*-
2 //
3 // Hw64Selector.h is a part of Herwig - A multi-purpose Monte Carlo event generator
4 // Copyright (C) 2002-2019 The Herwig Collaboration
5 //
6 // Herwig is licenced under version 3 of the GPL, see COPYING for details.
7 // Please respect the MCnet academic guidelines, see GUIDELINES for details.
8 //
9 #ifndef HERWIG_Hw64Selector_H
10 #define HERWIG_Hw64Selector_H
11 //
12 // This is the declaration of the Hw64Selector class.
13 //
14 
15 #include "HadronSelector.h"
16 #include "Hw64Selector.fh"
17 
18 namespace Herwig {
19 
20 using namespace ThePEG;
21 
30 
31 public:
32 
37  {}
38 
47  virtual pair<tcPDPtr,tcPDPtr> chooseHadronPair(const Energy cluMass,tcPDPtr par1,
48  tcPDPtr par2,tcPDPtr par3 = PDPtr()) const
49  ;
50 
51 public:
52 
59  void persistentOutput(PersistentOStream & os) const;
60 
66  void persistentInput(PersistentIStream & is, int version);
68 
75  static void Init();
76 
77 protected:
78 
85  virtual IBPtr clone() const;
86 
91  virtual IBPtr fullclone() const;
93 
94 
95 // If needed, insert declarations of virtual function defined in the
96 // InterfacedBase class here (using ThePEG-interfaced-decl in Emacs).
97 
98 
99 private:
100 
105  Hw64Selector & operator=(const Hw64Selector &) = delete;
106 
107 };
108 
109 }
110 
111 #endif /* HERWIG_Hw64Selector_H */
This class selects the hadron flavours of a cluster decay.
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
ThePEG::Ptr< ParticleData >::transient_const_pointer tcPDPtr
ThePEG::Ptr< ParticleData >::pointer PDPtr
The Hw64Selector class selects the hadrons produced in cluster decay using the FORTRAN HERWIG variant...
Definition: Hw64Selector.h:29
-*- C++ -*-
Hw64Selector()
The default constructor.
Definition: Hw64Selector.h:36