Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
Generator
src
Physics
HadronTensors
HadronTensorModelI.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: Steven Gardiner <gardiner \at fnal.gov>
8
Fermi National Accelerator Laboratory
9
10
For the class documentation see the corresponding header file.
11
12
*/
13
//____________________________________________________________________________
14
15
// standard library includes
16
#include <string>
17
18
// GENIE includes
19
#include "
Physics/HadronTensors/HadronTensorModelI.h
"
20
21
22
//____________________________________________________________________________
23
genie::HadronTensorModelI::HadronTensorModelI
()
24
:
genie
::
Algorithm
()
25
{
26
27
}
28
29
//____________________________________________________________________________
30
genie::HadronTensorModelI::HadronTensorModelI
(
std::string
name
)
31
:
genie
::
Algorithm
( name )
32
{
33
34
}
35
36
//____________________________________________________________________________
37
genie::HadronTensorModelI::HadronTensorModelI
(
std::string
name
,
38
std::string
config
) :
genie
::
Algorithm
(name, config)
39
{
40
41
}
42
43
//____________________________________________________________________________
44
genie::HadronTensorModelI::~HadronTensorModelI
()
45
{
46
47
}
name
static QCString name
Definition:
declinfo.cpp:673
genie
THE MAIN GENIE PROJECT NAMESPACE
Definition:
AlgCmp.h:25
string
std::string string
Definition:
nybbler.cc:12
HadronTensorModelI.h
genie::Algorithm
Algorithm abstract base class.
Definition:
Algorithm.h:53
genie::HadronTensorModelI::HadronTensorModelI
HadronTensorModelI()
Definition:
HadronTensorModelI.cxx:23
config
static Config * config
Definition:
config.cpp:1054
genie::HadronTensorModelI::~HadronTensorModelI
virtual ~HadronTensorModelI()
Definition:
HadronTensorModelI.cxx:44
Generated by
1.8.11