GENIEGenerator
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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-2024, 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 
24 namespace genie {
25 
27 
28 public:
30  QPMDISStrucFunc(string config);
31  virtual ~QPMDISStrucFunc();
32 };
33 
34 } // genie namespace
35 #endif // _QPM_DIS_STRUC_FUNC_H_
Abstract base class. Provides common implementation for concrete objects implementing the DISStructur...
Standard Quark Parton Model (QPM) Deep Inelastic Scatering (DIS) Structure Functions (SF) ...