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
20 
21 
22 //____________________________________________________________________________
24  : genie::Algorithm()
25 {
26 
27 }
28 
29 //____________________________________________________________________________
31  : genie::Algorithm( name )
32 {
33 
34 }
35 
36 //____________________________________________________________________________
38  std::string config) : genie::Algorithm(name, config)
39 {
40 
41 }
42 
43 //____________________________________________________________________________
45 {
46 
47 }
static QCString name
Definition: declinfo.cpp:673
THE MAIN GENIE PROJECT NAMESPACE
Definition: AlgCmp.h:25
std::string string
Definition: nybbler.cc:12
Algorithm abstract base class.
Definition: Algorithm.h:53
static Config * config
Definition: config.cpp:1054