herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
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
19namespace Herwig {
20
21using namespace ThePEG;
22
33
34public:
35
45 ParticleVector children,
46 tDecayIntegratorPtr decayer)=0;
47
48public:
49
56 static void Init();
57
58private:
59
65
66};
67
68}
69
70#endif /* HERWIG_DecayRadiationGenerator_H */
The DecayRadiationGenerator class is the base class for classes generating QED radiation in particle ...
DecayRadiationGenerator & operator=(const DecayRadiationGenerator &)=delete
The assignment operator is private and must never be called.
virtual ParticleVector generatePhotons(const Particle &p, ParticleVector children, tDecayIntegratorPtr decayer)=0
Member to generate the photons in the decay.
static void Init()
The standard Init function used to initialize the interfaces.
-*- C++ -*-
vector< PPtr > ParticleVector