CheckMasses Error in lanhep

Asked by MohammadMohammadidoust

hello!
when I implement a model in lanhep using CheckMasses function, sometimes this error occurs in Masses.chk file:

 Incorrect kinetic term for particle '~S'/'~S' :
(+2)*p1**2

I don't know where is the source of this error and what should I do to fix this.
if it's possible please give me an advice about this error.
thanks

Question information

Language:
English Edit question
Status:
Solved
For:
CalcHEP Edit question
Assignee:
No assignee Edit question
Solved by:
Alexander Belyaev
Solved:
Last query:
Last reply:
Revision history for this message
Best Alexander Belyaev (alexander.belyaev) said :
#1

Hello,
this simply means that the coefficient in front of the kinetic term for

'~S'/'~S'
is twice is large as it should be,
i.e, you are missing factor of 1/2,
which means that you need to check your model implementation and fix it.

Best
Alexander

On 15/12/2020 09:15, MohammadMohammadidoust wrote:
> New question #694519 on CalcHEP:
> https://answers.launchpad.net/calchep/+question/694519
>
> hello!
> when I implement a model in lanhep using CheckMasses function, sometimes this error occurs in Masses.chk file:
>
> Incorrect kinetic term for particle '~S'/'~S' :
> (+2)*p1**2
>
> I don't know where is the source of this error and what should I do to fix this.
> if it's possible please give me an advice about this error.
> thanks
>

--
______________________________________________________________________
Prof. Alexander S Belyaev (<email address hidden>)
https://www.hep.phys.soton.ac.uk/content/alexander-belyaev

School of Physics & Astronomy, University of Southampton
Office 5047, SO17 1BJ, TEL: +44 23805 98509, FAX: +44 23805 93910
.....................................................................
Particle Physics Department, Rutherford Appleton Laboratory
Didcot, OX11 0QX, TEL: +44 12354 45562, FAX: +44 12354 46733
.....................................................................
CERN, CH-1211 Geneva 23, Switzerland
Office 40/1-B20, Mailbox: E27910, TEL: +41 2276 71642
______________________________________________________________________

Revision history for this message
MohammadMohammadidoust (m23mohamadidoust) said :
#2

Thanks Alexander Belyaev, that solved my question.