herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
KPiIHalfFOCUSKMatrix.h
1// -*- C++ -*-
2#ifndef Herwig_KPiIHalfFOCUSKMatrix_H
3#define Herwig_KPiIHalfFOCUSKMatrix_H
4//
5// This is the declaration of the KPiIHalfFOCUSKMatrix 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> C11_,C22_,C12_;
106
110 Energy2 sHalf_;
111
115 Energy2 sNorm_;
116};
117
118}
119
120#endif /* Herwig_KPiIHalfFOCUSKMatrix_H */
The KMatrix class is a base class for the implementation of K-matrix parameterizations in Herwig.
Definition: KMatrix.h:25
The KPiIHalfFOCUSKMatrix class implements the K-matrix fit of the FOCUS collaboration (Phys....
Energy2 sHalf_
Adler zero position.
virtual boost::numeric::ublas::matrix< double > K(Energy2 s, bool multiplyByPoles=false) const
Compute the K-matrix for a given scale.
KPiIHalfFOCUSKMatrix & operator=(const KPiIHalfFOCUSKMatrix &)=delete
The assignment operator is private and must never be called.
static void Init()
The standard Init function used to initialize the interfaces.
vector< double > C11_
Constants from Eqn 8.
Energy2 sNorm_
Normalisation scale.
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
KPiIHalfFOCUSKMatrix()
The default constructor.
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
virtual IBPtr clone() const
Make a simple clone of this object.
virtual void doinit()
Initialize this object after the setup phase before saving an EventGenerator to disk.
-*- C++ -*-
ThePEG::Ptr< InterfacedBase >::pointer IBPtr