thepeg
is hosted by
Hepforge
,
IPPP Durham
ThePEG
2.3.0
Handlers
HadronizationHandler.h
1
// -*- C++ -*-
2
//
3
// HadronizationHandler.h is a part of ThePEG - Toolkit for HEP Event Generation
4
// Copyright (C) 1999-2019 Leif Lonnblad
5
//
6
// ThePEG 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 ThePEG_HadronizationHandler_H
10
#define ThePEG_HadronizationHandler_H
11
// This is the declaration of the HadronizationHandler class.
12
13
#include "StepHandler.h"
14
15
namespace
ThePEG
{
16
30
class
HadronizationHandler
:
public
StepHandler
{
31
32
public
:
33
37
static
void
Init
();
38
39
private
:
40
44
static
AbstractNoPIOClassDescription<HadronizationHandler>
45
initHadronizationHandler
;
46
50
HadronizationHandler
&
operator=
(
const
HadronizationHandler
&) =
delete
;
51
52
};
53
60
template
<>
61
struct
BaseClassTrait
<
HadronizationHandler
,1>:
public
ClassTraitsType
{
63
typedef
StepHandler
NthBase
;
64
};
65
70
template
<>
71
struct
ClassTraits<HadronizationHandler>:
72
public
ClassTraitsBase<HadronizationHandler> {
74
static
string
className
() {
return
"ThePEG::HadronizationHandler"
; }
75
};
76
79
}
80
81
#endif
/* ThePEG_HadronizationHandler_H */
ThePEG::AbstractNoPIOClassDescription
A concreate implementation of ClassDescriptionBase describing an abstract class without persistent da...
Definition:
ClassDescription.h:417
ThePEG::HadronizationHandler
The HadronizationHandler is the base class of all handlers implementing models for hadronization of c...
Definition:
HadronizationHandler.h:30
ThePEG::HadronizationHandler::Init
static void Init()
Standard Init function used to initialize the interface.
ThePEG::HadronizationHandler::initHadronizationHandler
static AbstractNoPIOClassDescription< HadronizationHandler > initHadronizationHandler
Describe an abstract class without persistent data.
Definition:
HadronizationHandler.h:45
ThePEG::HadronizationHandler::operator=
HadronizationHandler & operator=(const HadronizationHandler &)=delete
Private and non-existent assignment operator.
ThePEG::StepHandler
StepHandler is the base class for implementing any model for a step in the event generation chain.
Definition:
StepHandler.h:41
ThePEG
This is the main namespace within which all identifiers in ThePEG are declared.
Definition:
FactoryBase.h:28
ThePEG::BaseClassTrait
BaseClassTraits describes the base classes of the templated class.
Definition:
ClassTraits.h:156
ThePEG::BaseClassTrait::NthBase
int NthBase
The type of the BaseN'th base class (int means there are no further base classes).
Definition:
ClassTraits.h:161
ThePEG::ClassTraitsBase::className
static string className()
Return the name of class T.
Definition:
ClassTraits.h:66
ThePEG::ClassTraitsType
ClassTraitsType is an empty, non-polymorphic, base class.
Definition:
ClassTraits.h:30
Generated on Thu Jun 20 2024 14:47:00 for ThePEG by
1.9.6