Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
GENIE
src
HadronTransport
HNIntranuke2014.h
Go to the documentation of this file.
1
//____________________________________________________________________________
2
/*!
3
4
\class genie::Intranuke
5
6
\brief The INTRANUKE intranuclear hadron transport MC.
7
Is a concrete implementation of the EventRecordVisitorI interface.
8
9
\ref R.Merenyi et al., Phys.Rev.D45 (1992)
10
R.D.Ransome, Nucl.Phys.B 139 (2005)
11
12
Current INTRANUKE development is led by S.Dytman and H.Gallagher.
13
The original INTRANUKE cascade MC was developed (in fortran) for the
14
NeuGEN MC by R.Edgecock, G.F.Pearce, W.A.Mann, R.Merenyi and others.
15
16
\author Steve Dytman <dytman+@pitt.edu>, Pittsburgh University
17
Aaron Meyer <asm58@pitt.edu>, Pittsburgh University
18
Alex Bell, Pittsburgh University
19
Hugh Gallagher <gallag@minos.phy.tufts.edu>, Tufts University
20
Costas Andreopoulos <costas.andreopoulos \at stfc.ac.uk> STFC, Rutherford Lab
21
22
\created September 20, 2005
23
24
\cpright Copyright (c) 2003-2017, GENIE Neutrino MC Generator Collaboration
25
For the full text of the license visit http://copyright.genie-mc.org
26
or see $GENIE/LICENSE
27
*/
28
//____________________________________________________________________________
29
30
#ifndef _HN_INTRANUKE_2014_H_
31
#define _HN_INTRANUKE_2014_H_
32
33
#include <TGenPhaseSpace.h>
34
35
#include "
Interfaces/NuclearModelI.h
"
36
#include "
Algorithm/AlgFactory.h
"
37
#include "
EVGCore/EventRecordVisitorI.h
"
38
#include "
HadronTransport/INukeMode.h
"
39
#include "
HadronTransport/INukeHadroFates.h
"
40
#include "
HadronTransport/Intranuke2014.h
"
41
42
class
TLorentzVector;
43
class
TVector3;
44
45
namespace
genie
{
46
47
class
GHepParticle;
48
class
INukeHadroData;
49
class
PDGCodeList;
50
51
class
HNIntranuke2014
:
public
Intranuke2014
{
52
53
friend
class
IntranukeTester
;
54
55
public
:
56
HNIntranuke2014
();
57
HNIntranuke2014
(
string
config
);
58
~HNIntranuke2014
();
59
60
void
ProcessEventRecord
(
GHepRecord
* event_rec)
const
;
61
62
private
:
63
64
void
LoadConfig
(
void
);
65
66
// methods specific to intranuke HN-mode
67
void
SimulateHadronicFinalState
(
GHepRecord
* ev,
GHepParticle
*
p
)
const
;
68
INukeFateHN_t
HadronFateHN
(
const
GHepParticle
*
p
)
const
;
69
double
FateWeight
(
int
pdgc,
INukeFateHN_t
fate)
const
;
70
void
ElasHN
(
GHepRecord
* ev,
GHepParticle
*
p
,
INukeFateHN_t
fate)
const
;
71
void
AbsorbHN
(
GHepRecord
* ev,
GHepParticle
*
p
,
INukeFateHN_t
fate)
const
;
72
void
InelasticHN
(
GHepRecord
* ev,
GHepParticle
*
p
)
const
;
73
void
GammaInelasticHN
(
GHepRecord
* ev,
GHepParticle
*
p
,
INukeFateHN_t
fate)
const
;
74
bool
HandleCompoundNucleusHN
(
GHepRecord
* ev,
GHepParticle
*
p
)
const
;
75
int
HandleCompoundNucleus
(
GHepRecord
* ev,
GHepParticle
*
p
,
int
mom)
const
;
76
77
mutable
int
nuclA
;
///< value of A for the target nucleus in hA mode
78
79
// data members specific to intranuke HN-mode
80
double
fNucQEFac
;
81
82
};
83
84
}
// genie namespace
85
86
#endif // _HN_INTRANUKE_ALT_H_
87
genie::HNIntranuke2014::HandleCompoundNucleusHN
bool HandleCompoundNucleusHN(GHepRecord *ev, GHepParticle *p) const
Definition:
HNIntranuke2014.cxx:896
genie::HNIntranuke2014::SimulateHadronicFinalState
void SimulateHadronicFinalState(GHepRecord *ev, GHepParticle *p) const
Definition:
HNIntranuke2014.cxx:118
genie::HNIntranuke2014::~HNIntranuke2014
~HNIntranuke2014()
Definition:
HNIntranuke2014.cxx:99
genie
#include "Numerical/GSFunc.h"
Definition:
AlgCmp.h:26
EventRecordVisitorI.h
genie::HNIntranuke2014::nuclA
int nuclA
value of A for the target nucleus in hA mode
Definition:
HNIntranuke2014.h:77
genie::HNIntranuke2014::LoadConfig
void LoadConfig(void)
Definition:
HNIntranuke2014.cxx:901
INukeHadroFates.h
NuclearModelI.h
genie::HNIntranuke2014::fNucQEFac
double fNucQEFac
Definition:
HNIntranuke2014.h:80
genie::HNIntranuke2014::InelasticHN
void InelasticHN(GHepRecord *ev, GHepParticle *p) const
Definition:
HNIntranuke2014.cxx:712
Intranuke2014.h
genie::HNIntranuke2014::FateWeight
double FateWeight(int pdgc, INukeFateHN_t fate) const
Definition:
HNIntranuke2014.cxx:311
genie::HNIntranuke2014::ProcessEventRecord
void ProcessEventRecord(GHepRecord *event_rec) const
Definition:
HNIntranuke2014.cxx:104
genie::INukeFateHN_t
enum genie::EINukeFateHN_t INukeFateHN_t
test.p
p
Definition:
test.py:228
genie::HNIntranuke2014::GammaInelasticHN
void GammaInelasticHN(GHepRecord *ev, GHepParticle *p, INukeFateHN_t fate) const
Definition:
HNIntranuke2014.cxx:753
generate_config.config
config
Definition:
generate_config.py:3
genie::HNIntranuke2014::AbsorbHN
void AbsorbHN(GHepRecord *ev, GHepParticle *p, INukeFateHN_t fate) const
Definition:
HNIntranuke2014.cxx:335
genie::HNIntranuke2014::HNIntranuke2014
HNIntranuke2014()
Definition:
HNIntranuke2014.cxx:87
genie::HNIntranuke2014::IntranukeTester
friend class IntranukeTester
Definition:
HNIntranuke2014.h:53
genie::HNIntranuke2014::HandleCompoundNucleus
int HandleCompoundNucleus(GHepRecord *ev, GHepParticle *p, int mom) const
Definition:
HNIntranuke2014.cxx:857
genie::Intranuke2014
Definition:
Intranuke2014.h:54
genie::HNIntranuke2014
Definition:
HNIntranuke2014.h:51
genie::HNIntranuke2014::ElasHN
void ElasHN(GHepRecord *ev, GHepParticle *p, INukeFateHN_t fate) const
Definition:
HNIntranuke2014.cxx:598
AlgFactory.h
genie::GHepRecord
GENIE's GHEP MC event record.
Definition:
GHepRecord.h:46
genie::GHepParticle
STDHEP-like event record entry that can fit a particle or a nucleus.
Definition:
GHepParticle.h:40
INukeMode.h
genie::HNIntranuke2014::HadronFateHN
INukeFateHN_t HadronFateHN(const GHepParticle *p) const
Definition:
HNIntranuke2014.cxx:200
Generated by
1.8.11