GENIEGenerator
Loading...
Searching...
No Matches
SuSAv2QELHadronTensorModel.h
Go to the documentation of this file.
1//____________________________________________________________________________
2/*!
3
4\class genie::SuSAv2QELHadronTensorModel
5
6\brief Creates hadron tensor objects for calculations of quasielastic
7 cross sections using the SuSAv2 approach
8
9\author Steven Gardiner <gardiner \at fnal.gov>
10 Fermi National Accelerator Laboratory
11
12\created April 26, 2019
13
14\cpright Copyright (c) 2003-2025, The GENIE Collaboration
15 For the full text of the license visit http://copyright.genie-mc.org
16 or see $GENIE/LICENSE
17*/
18//____________________________________________________________________________
19
20#ifndef _SUSAV2_QEL_HADRON_TENSOR_MODEL_H_
21#define _SUSAV2_QEL_HADRON_TENSOR_MODEL_H_
22
23// GENIE includes
25
26namespace genie {
27
29
30public:
31
33 SuSAv2QELHadronTensorModel(std::string config);
34
36
37protected:
38
39 // Implementation of TabulatedHadronTensorModelI interface
40 virtual HadronTensorI* ParseTensorFile( const std::string& full_file_name ) const;
41
42};
43
44} // namespace genie
45
46#endif // _SUSAV2_QEL_HADRON_TENSOR_MODEL_H_
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
THE MAIN GENIE PROJECT NAMESPACE
Definition AlgCmp.h:25