File indexing completed on 2026-06-02 08:51:48
0001 #ifndef DDVCS_XI_CONVERTER_T_NEGLECTED_H
0002 #define DDVCS_XI_CONVERTER_T_NEGLECTED_H
0003
0004 #include <string>
0005
0006 #include "../../../utils/type/PhysicalType.h"
0007 #include "DDVCSXiConverterModule.h"
0008
0009 namespace PARTONS {
0010
0011
0012
0013
0014
0015
0016
0017
0018
0019
0020
0021 class DDVCSXiConverterTNeglected: public DDVCSXiConverterModule {
0022
0023 public:
0024
0025
0026
0027
0028 static const unsigned int classId;
0029
0030
0031
0032
0033
0034 DDVCSXiConverterTNeglected(const std::string &className);
0035
0036
0037
0038
0039
0040 DDVCSXiConverterTNeglected(const DDVCSXiConverterTNeglected &other);
0041
0042
0043
0044
0045 virtual ~DDVCSXiConverterTNeglected();
0046
0047 virtual DDVCSXiConverterTNeglected* clone() const;
0048 virtual PhysicalType<double> compute(
0049 const DDVCSObservableKinematic& kinematic);
0050 };
0051
0052 }
0053
0054 #endif