Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-06-02 08:51:44

0001 #ifndef DVMP_CFF_GK06_INTEGRATION_PARAMETERS_H
0002 #define DVMP_CFF_GK06_INTEGRATION_PARAMETERS_H
0003 
0004 /**
0005  * @file DVMPCFFGK06.h
0006  * @author Kemal Tezgin
0007  * @date October 21, 2019
0008  * @version 1.0
0009  */
0010 
0011 #include <stddef.h>
0012 
0013 #include "../../../beans/gpd/GPDType.h"
0014 
0015 namespace PARTONS {
0016 class DVMPCFFGK06;
0017 } /* namespace PARTONS */
0018 
0019 namespace PARTONS {
0020 
0021 struct DVMPCFFGK06IntegrationParameters {
0022 
0023     const DVMPCFFGK06* m_pDVMPCFFGK06; ///< Pointer to DVMPCFFGK06.
0024     GPDType::Type m_gpdType; ///< GPD type.
0025     size_t m_twist; ///< Twist.
0026     bool m_isReal; ///< If true, return real part.
0027 };
0028 
0029 } /* namespace PARTONS */
0030 
0031 #endif /* DVMP_CFF_GK06_INTEGRATION_PARAMETERS_H */