herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
SOPHTY.h
1// -*- C++ -*-
2//
3// SOPHTY.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_SOPHTY_H
10#define HERWIG_SOPHTY_H
11//
12// This is the declaration of the SOPHTY class.
13//
14
15#include "DecayRadiationGenerator.h"
16#include "FFDipole.fh"
17#include "IFDipole.fh"
18
19namespace Herwig {
20
21using namespace ThePEG;
22
31
32public:
33
38
48 tDecayIntegratorPtr decayer);
49
50public:
51
59
65 void persistentInput(PersistentIStream & is, int version);
67
74 static void Init();
75
76protected:
77
84 virtual IBPtr clone() const {return new_ptr(*this);}
85
90 virtual IBPtr fullclone() const {return new_ptr(*this);}
92
93private:
94
99 SOPHTY & operator=(const SOPHTY &) = delete;
100
101private:
102
106 FFDipolePtr FFDipole_;
107
111 IFDipolePtr IFDipole_;
112
116 unsigned int colouredOption_;
117};
118
119}
120
121#endif /* HERWIG_SOPHTY_H */
The DecayRadiationGenerator class is the base class for classes generating QED radiation in particle ...
Here is the documentation of the SOPHTY class.
Definition: SOPHTY.h:30
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Definition: SOPHTY.h:90
FFDipolePtr FFDipole_
The final-final dipole.
Definition: SOPHTY.h:106
IFDipolePtr IFDipole_
The initial-final dipole.
Definition: SOPHTY.h:111
SOPHTY & operator=(const SOPHTY &)=delete
The assignment operator is private and must never be called.
SOPHTY()
Default constructor.
Definition: SOPHTY.h:37
virtual ParticleVector generatePhotons(const Particle &p, ParticleVector children, tDecayIntegratorPtr decayer)
Member to generate the photons in the decay.
static void Init()
The standard Init function used to initialize the interfaces.
virtual IBPtr clone() const
Make a simple clone of this object.
Definition: SOPHTY.h:84
unsigned int colouredOption_
Option for the treatment of radiation from coloured particles.
Definition: SOPHTY.h:116
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
-*- C++ -*-
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
vector< PPtr > ParticleVector