AxialFormFactorModelI.cxx
Go to the documentation of this file.
1 //____________________________________________________________________________
2 /*
3  Copyright (c) 2003-2020, The GENIE Collaboration
4  For the full text of the license visit http://copyright.genie-mc.org
5 
6  Aaron Meyer <asmeyer2012 \at uchicago.edu>
7 
8  based off ELFormFactorsModelI by
9  Costas Andreopoulos <constantinos.andreopoulos \at cern.ch>
10  University of Liverpool & STFC Rutherford Appleton Laboratory
11 */
12 //____________________________________________________________________________
13 
15 
16 using namespace genie;
17 
18 //____________________________________________________________________________
20 Algorithm()
21 {
22 
23 }
24 //____________________________________________________________________________
26 Algorithm(name)
27 {
28 
29 }
30 //____________________________________________________________________________
32 Algorithm(name, config)
33 {
34 
35 }
36 //____________________________________________________________________________
38 {
39 
40 }
41 //____________________________________________________________________________
static QCString name
Definition: declinfo.cpp:673
THE MAIN GENIE PROJECT NAMESPACE
Definition: AlgCmp.h:25
Algorithm abstract base class.
Definition: Algorithm.h:53
static Config * config
Definition: config.cpp:1054