Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
Generator
src
Physics
Decay
DecayModelI.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
9
10
For the class documentation see the corresponding header file.
11
12
Important revisions after version 2.0.0 :
13
@ Oct 02, 2009 - CA
14
Extended the decayer interface with the `UnInhibitDecay(int,TDecayChannel*)
15
const' and `InhibitDecay(int,TDecayChannel*) const' pure virtual methods.
16
17
*/
18
//____________________________________________________________________________
19
20
#include "
Physics/Decay/DecayModelI.h
"
21
22
using namespace
genie
;
23
24
//____________________________________________________________________________
25
DecayModelI::DecayModelI
() :
26
Algorithm
()
27
{
28
29
}
30
//____________________________________________________________________________
31
DecayModelI::DecayModelI
(
string
name
) :
32
Algorithm
(name)
33
{
34
35
}
36
//____________________________________________________________________________
37
DecayModelI::DecayModelI
(
string
name
,
string
config
) :
38
Algorithm
(name, config)
39
{
40
41
}
42
//____________________________________________________________________________
43
DecayModelI::~DecayModelI
()
44
{
45
46
}
47
//____________________________________________________________________________
48
49
50
name
static QCString name
Definition:
declinfo.cpp:673
genie
THE MAIN GENIE PROJECT NAMESPACE
Definition:
AlgCmp.h:26
DecayModelI.h
genie::Algorithm
Algorithm abstract base class.
Definition:
Algorithm.h:54
config
static Config * config
Definition:
config.cpp:1054
genie::DecayModelI::~DecayModelI
virtual ~DecayModelI()
Definition:
DecayModelI.cxx:43
genie::DecayModelI::DecayModelI
DecayModelI()
Definition:
DecayModelI.cxx:25
Generated by
1.8.11