GENIEGenerator
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
AxialFormFactorModelI.cxx
Go to the documentation of this file.
1 //____________________________________________________________________________
2 /*
3  Copyright (c) 2003-2024, 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 <c.andreopoulos \at cern.ch>
10  University of Liverpool
11 */
12 //____________________________________________________________________________
13 
15 
16 using namespace genie;
17 
18 //____________________________________________________________________________
20 Algorithm()
21 {
22 
23 }
24 //____________________________________________________________________________
26 Algorithm(name)
27 {
28 
29 }
30 //____________________________________________________________________________
31 AxialFormFactorModelI::AxialFormFactorModelI(string name, string config) :
32 Algorithm(name, config)
33 {
34 
35 }
36 //____________________________________________________________________________
38 {
39 
40 }
41 //____________________________________________________________________________
Algorithm abstract base class.
Definition: Algorithm.h:54