herwig is hosted by Hepforge, IPPP Durham
Herwig  7.2.1
DecayRadiationGenerator.h
1 // -*- C++ -*-
2 //
3 // DecayRadiationGenerator.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_DecayRadiationGenerator_H
10 #define HERWIG_DecayRadiationGenerator_H
11 //
12 // This is the declaration of the DecayRadiationGenerator class.
13 //
14 
15 #include "ThePEG/Interface/Interfaced.h"
16 #include "Herwig/Decay/DecayIntegrator.fh"
17 #include "DecayRadiationGenerator.fh"
18 
19 namespace Herwig {
20 
21 using namespace ThePEG;
22 
33 
34 public:
35 
44  virtual ParticleVector generatePhotons(const Particle & p,
45  ParticleVector children,
46  tDecayIntegratorPtr decayer)=0;
47 
48 public:
49 
56  static void Init();
57 
58 private:
59 
64  DecayRadiationGenerator & operator=(const DecayRadiationGenerator &) = delete;
65 
66 };
67 
68 }
69 
70 #endif /* HERWIG_DecayRadiationGenerator_H */
The DecayRadiationGenerator class is the base class for classes generating QED radiation in particle ...
-*- C++ -*-
vector< PPtr > ParticleVector