herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
KPiIThreeHalfFOCUSKMatrix.h
1// -*- C++ -*-
2#ifndef Herwig_KPiIThreeHalfFOCUSKMatrix_H
3#define Herwig_KPiIThreeHalfFOCUSKMatrix_H
4//
5// This is the declaration of the KPiIThreeHalfFOCUSKMatrix class.
6//
7
8#include "KMatrix.h"
9
10namespace Herwig {
11
12using namespace ThePEG;
13
23
24public:
25
30
36 virtual boost::numeric::ublas::matrix<double> K(Energy2 s, bool multiplyByPoles=false) const;
37
38public:
39
47
53 void persistentInput(PersistentIStream & is, int version);
55
62 static void Init();
63
64protected:
65
72 virtual IBPtr clone() const;
73
78 virtual IBPtr fullclone() const;
80protected:
81
89 virtual void doinit();
91
92private:
93
99
100private:
101
105 vector<double> D_;
106
110 Energy2 sThreeHalf_;
111
115 Energy2 sNorm_;
116};
117
118}
119
120#endif /* Herwig_KPiIThreeHalfFOCUSKMatrix_H */
The KMatrix class is a base class for the implementation of K-matrix parameterizations in Herwig.
Definition: KMatrix.h:25
The KPiIThreeHalfFOCUSKMatrix class implements the K-matrix fit of the FOCUS collaboration (Phys....
static void Init()
The standard Init function used to initialize the interfaces.
virtual boost::numeric::ublas::matrix< double > K(Energy2 s, bool multiplyByPoles=false) const
Compute the K-matrix for a given scale.
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
KPiIThreeHalfFOCUSKMatrix & operator=(const KPiIThreeHalfFOCUSKMatrix &)=delete
The assignment operator is private and must never be called.
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
KPiIThreeHalfFOCUSKMatrix()
The default constructor.
virtual void doinit()
Initialize this object after the setup phase before saving an EventGenerator to disk.
vector< double > D_
Constants from Eqn 9.
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
virtual IBPtr clone() const
Make a simple clone of this object.
-*- C++ -*-
ThePEG::Ptr< InterfacedBase >::pointer IBPtr