herwig
is hosted by
Hepforge
,
IPPP Durham
Herwig
7.3.0
Decay
Radiation
QEDRadiationHandler.h
1
// -*- C++ -*-
2
//
3
// QEDRadiationHandler.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_QEDRadiationHandler_H
10
#define HERWIG_QEDRadiationHandler_H
11
//
12
// This is the declaration of the QEDRadiationHandler class.
13
//
14
15
#include "ThePEG/Handlers/StepHandler.h"
16
#include "DecayRadiationGenerator.fh"
17
#include "QEDRadiationHandler.fh"
18
19
namespace
Herwig
{
20
21
using namespace
ThePEG
;
22
35
class
QEDRadiationHandler
:
public
StepHandler
{
36
37
public
:
38
44
QEDRadiationHandler
();
46
47
public
:
48
66
virtual
void
handle
(
EventHandler
& eh,
const
tPVector
& tagged,
67
const
Hint
& hint);
69
70
public
:
71
78
void
persistentOutput
(
PersistentOStream
& os)
const
;
79
85
void
persistentInput
(
PersistentIStream
& is,
int
version);
87
94
static
void
Init
();
95
96
protected
:
97
104
virtual
IBPtr
clone
()
const
{
return
new_ptr(*
this
);}
105
110
virtual
IBPtr
fullclone
()
const
{
return
new_ptr(*
this
);}
112
113
private
:
114
119
QEDRadiationHandler
&
operator=
(
const
QEDRadiationHandler
&) =
delete
;
120
121
private
:
122
127
DecayRadiationGeneratorPtr
_generator
;
128
132
vector<long>
_decayingParticles
;
133
137
vector<long>
_decayProducts
;
138
139
};
140
141
}
142
143
#endif
/* HERWIG_QEDRadiationHandler_H */
Herwig::QEDRadiationHandler
The QEDRadiationHandler class is designed so that the approach for the generation of QED radiation in...
Definition:
QEDRadiationHandler.h:35
Herwig::QEDRadiationHandler::handle
virtual void handle(EventHandler &eh, const tPVector &tagged, const Hint &hint)
The main function called by the EventHandler class to perform a step.
Herwig::QEDRadiationHandler::persistentOutput
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
Herwig::QEDRadiationHandler::_generator
DecayRadiationGeneratorPtr _generator
Pointer to the object responsible for generating the radiation in the decays.
Definition:
QEDRadiationHandler.h:127
Herwig::QEDRadiationHandler::clone
virtual IBPtr clone() const
Make a simple clone of this object.
Definition:
QEDRadiationHandler.h:104
Herwig::QEDRadiationHandler::_decayingParticles
vector< long > _decayingParticles
List of the PDG codes of the decaying particles which should be considered.
Definition:
QEDRadiationHandler.h:132
Herwig::QEDRadiationHandler::operator=
QEDRadiationHandler & operator=(const QEDRadiationHandler &)=delete
The assignment operator is private and must never be called.
Herwig::QEDRadiationHandler::fullclone
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Definition:
QEDRadiationHandler.h:110
Herwig::QEDRadiationHandler::Init
static void Init()
The standard Init function used to initialize the interfaces.
Herwig::QEDRadiationHandler::QEDRadiationHandler
QEDRadiationHandler()
The default constructor.
Herwig::QEDRadiationHandler::_decayProducts
vector< long > _decayProducts
List of the PDG codes of the decay products which should be considered.
Definition:
QEDRadiationHandler.h:137
Herwig::QEDRadiationHandler::persistentInput
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
ThePEG::EventHandler
ThePEG::Hint
ThePEG::PersistentIStream
ThePEG::PersistentOStream
ThePEG::StepHandler
Herwig
-*- C++ -*-
Definition:
BasicConsistency.h:17
ThePEG
ThePEG::IBPtr
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
ThePEG::tPVector
vector< tPPtr > tPVector
Generated on Thu Jun 20 2024 17:50:52 for Herwig by
1.9.6