File indexing completed on 2026-06-02 08:51:46
0001 #ifndef DVCSAUTDVCSSINPHIMPHISCOS0PHI_H
0002 #define DVCSAUTDVCSSINPHIMPHISCOS0PHI_H
0003
0004
0005
0006
0007
0008
0009
0010
0011 #include <ElementaryUtils/parameters/Parameters.h>
0012 #include <string>
0013 #include <vector>
0014
0015 #include "../../../../beans/gpd/GPDType.h"
0016 #include "../../../../beans/List.h"
0017 #include "../../../../utils/type/PhysicalType.h"
0018 #include "../../../MathIntegratorModule.h"
0019 #include "DVCSAutDVCSSinPhiMPhis.h"
0020
0021 namespace PARTONS {
0022
0023
0024
0025
0026
0027
0028
0029
0030
0031
0032
0033
0034
0035
0036
0037
0038 class DVCSAutDVCSSinPhiMPhisCos0Phi: public DVCSAutDVCSSinPhiMPhis,
0039 public MathIntegratorModule {
0040
0041 public:
0042
0043
0044
0045
0046 static const unsigned int classId;
0047
0048
0049
0050
0051
0052 DVCSAutDVCSSinPhiMPhisCos0Phi(const std::string &className);
0053
0054
0055
0056
0057 virtual ~DVCSAutDVCSSinPhiMPhisCos0Phi();
0058
0059 virtual DVCSAutDVCSSinPhiMPhisCos0Phi* clone() const;
0060 virtual void configure(const ElemUtils::Parameters ¶meters);
0061
0062 protected:
0063
0064
0065
0066
0067
0068 DVCSAutDVCSSinPhiMPhisCos0Phi(const DVCSAutDVCSSinPhiMPhisCos0Phi &other);
0069
0070 virtual PhysicalType<double> computeObservable(
0071 const DVCSObservableKinematic& kinematic,
0072 const List<GPDType>& gpdType);
0073
0074
0075
0076
0077 NumA::FunctionType1D* m_pFunctionToIntegrateObservable;
0078
0079
0080
0081
0082 virtual double functionToIntegrateObservable(double x,
0083 std::vector<double> params);
0084
0085
0086
0087
0088 void initFunctorsForIntegrations();
0089 };
0090
0091 }
0092
0093 #endif