GENIEGenerator
Loading...
Searching...
No Matches
QPMDISStrucFunc.h
Go to the documentation of this file.
1//____________________________________________________________________________
2/*!
3
4\class genie::QPMDISStrucFunc
5
6\brief Standard Quark Parton Model (QPM) Deep Inelastic Scatering (DIS)
7 Structure Functions (SF)
8
9\author Costas Andreopoulos <c.andreopoulos \at cern.ch>
10 University of Liverpool
11
12\created May 03, 2004
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*/
17//____________________________________________________________________________
18
19#ifndef _QPM_DIS_STRUC_FUNC_H_
20#define _QPM_DIS_STRUC_FUNC_H_
21
23
24namespace genie {
25
27
28public:
30 QPMDISStrucFunc(string config);
31 virtual ~QPMDISStrucFunc();
32};
33
34} // genie namespace
35#endif // _QPM_DIS_STRUC_FUNC_H_
THE MAIN GENIE PROJECT NAMESPACE
Definition AlgCmp.h:25