GENIEGenerator
Loading...
Searching...
No Matches
SuSAv2MECHadronTensorModel.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// GENIE includes
19
20//____________________________________________________________________________
26
27//____________________________________________________________________________
29 : genie::TabulatedHadronTensorModelI("genie::SuSAv2MECHadronTensorModel", config)
30{
31
32}
33
34//____________________________________________________________________________
39
40//____________________________________________________________________________
42 const std::string& full_file_name) const
43{
44 return new TabulatedLabFrameHadronTensor( full_file_name );
45}
Abstract interface for an object that computes the elements a hadron tensor . Also computes the contr...
virtual HadronTensorI * ParseTensorFile(const std::string &full_file_name) const
Computes the elements and structure functions of the hadron tensor (using the conventions of the Val...
THE MAIN GENIE PROJECT NAMESPACE
Definition AlgCmp.h:25