File indexing completed on 2026-06-02 08:51:42
0001 #ifndef DDVCS_CONVOL_COEFF_FUNCTION_RESULT_H
0002 #define DDVCS_CONVOL_COEFF_FUNCTION_RESULT_H
0003
0004
0005
0006
0007
0008
0009
0010
0011 #include "../ConvolCoeffFunctionResult.h"
0012 #include "DDVCSConvolCoeffFunctionKinematic.h"
0013
0014 namespace PARTONS {
0015
0016
0017
0018
0019
0020
0021
0022
0023 class DDVCSConvolCoeffFunctionResult: public ConvolCoeffFunctionResult<
0024 DDVCSConvolCoeffFunctionKinematic> {
0025
0026 public:
0027
0028
0029
0030
0031 DDVCSConvolCoeffFunctionResult();
0032
0033
0034
0035
0036
0037 DDVCSConvolCoeffFunctionResult(
0038 const DDVCSConvolCoeffFunctionKinematic& kinematic);
0039
0040
0041
0042
0043
0044 DDVCSConvolCoeffFunctionResult(const DDVCSConvolCoeffFunctionResult& other);
0045
0046
0047
0048
0049 virtual ~DDVCSConvolCoeffFunctionResult();
0050 };
0051
0052 }
0053
0054 #endif