Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
Generator
src
Physics
Hadronization
HadronizationModelI.cxx
Go to the documentation of this file.
1
//____________________________________________________________________________
2
/*
3
Copyright (c) 2003-2019, The GENIE Collaboration
4
For the full text of the license visit http://copyright.genie-mc.org
5
or see $GENIE/LICENSE
6
7
Author: Costas Andreopoulos <costas.andreopoulos \at stfc.ac.uk>
8
University of Liverpool & STFC Rutherford Appleton Lab - August 17, 2004
9
10
For the class documentation see the corresponding header file.
11
12
Important revisions after version 2.0.0 :
13
14
*/
15
//____________________________________________________________________________
16
17
#include <TClonesArray.h>
18
#include <TH1D.h>
19
20
#include "
Physics/Hadronization/HadronizationModelI.h
"
21
#include "
Framework/Interaction/Interaction.h
"
22
#include "
Framework/ParticleData/PDGCodeList.h
"
23
24
using namespace
genie
;
25
26
//____________________________________________________________________________
27
HadronizationModelI::HadronizationModelI
() :
28
Algorithm
()
29
{
30
31
}
32
//____________________________________________________________________________
33
HadronizationModelI::HadronizationModelI
(
string
name
) :
34
Algorithm
(name)
35
{
36
37
}
38
//____________________________________________________________________________
39
HadronizationModelI::HadronizationModelI
(
string
name
,
string
config
) :
40
Algorithm
(name, config)
41
{
42
43
}
44
//____________________________________________________________________________
45
HadronizationModelI::~HadronizationModelI
()
46
{
47
48
}
49
//____________________________________________________________________________
50
51
52
name
static QCString name
Definition:
declinfo.cpp:673
genie
THE MAIN GENIE PROJECT NAMESPACE
Definition:
AlgCmp.h:26
genie::HadronizationModelI::~HadronizationModelI
virtual ~HadronizationModelI()
Definition:
HadronizationModelI.cxx:45
genie::Algorithm
Algorithm abstract base class.
Definition:
Algorithm.h:54
genie::HadronizationModelI::HadronizationModelI
HadronizationModelI()
Definition:
HadronizationModelI.cxx:27
Interaction.h
config
static Config * config
Definition:
config.cpp:1054
PDGCodeList.h
HadronizationModelI.h
Generated by
1.8.11