GENIEGenerator
Loading...
Searching...
No Matches
HadronTensorModelI.cxx
Go to the documentation of this file.
1//____________________________________________________________________________
2/*
3 Copyright (c) 2003-2025, 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//____________________________________________________________________________
28
29//____________________________________________________________________________
31 : genie::Algorithm( name )
32{
33
34}
35
36//____________________________________________________________________________
38 std::string config) : genie::Algorithm(name, config)
39{
40
41}
42
43//____________________________________________________________________________
THE MAIN GENIE PROJECT NAMESPACE
Definition AlgCmp.h:25