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
0006
0007
0008
0009
0010
0011 #include <stddef.h>
0012
0013 #include "../../../beans/gpd/GPDType.h"
0014
0015 namespace PARTONS {
0016 class DVMPCFFGK06;
0017 }
0018
0019 namespace PARTONS {
0020
0021 struct DVMPCFFGK06IntegrationParameters {
0022
0023 const DVMPCFFGK06* m_pDVMPCFFGK06;
0024 GPDType::Type m_gpdType;
0025 size_t m_twist;
0026 bool m_isReal;
0027 };
0028
0029 }
0030
0031 #endif