herwig is hosted by Hepforge, IPPP Durham
Herwig  7.2.1
SSCCZVertex.h
1 // -*- C++ -*-
2 //
3 // SSCCZVertex.h is a part of Herwig - A multi-purpose Monte Carlo event generator
4 // Copyright (C) 2002-2019 The Herwig Collaboration
5 //
6 // Herwig is licenced under version 3 of the GPL, see COPYING for details.
7 // Please respect the MCnet academic guidelines, see GUIDELINES for details.
8 //
9 #ifndef HERWIG_SSCCZVertex_H
10 #define HERWIG_SSCCZVertex_H
11 //
12 // This is the declaration of the SSCCZVertex class.
13 //
14 
15 #include "ThePEG/Helicity/Vertex/Vector/FFVVertex.h"
16 #include "SusyBase.h"
17 
18 namespace Herwig {
19 using namespace ThePEG;
20 
29 class SSCCZVertex: public FFVVertex {
30 
31 public:
32 
36  SSCCZVertex();
37 
38 public:
39 
46  void persistentOutput(PersistentOStream & os) const;
47 
53  void persistentInput(PersistentIStream & is, int version);
55 
62  static void Init();
63 
71  virtual void setCoupling(Energy2 q2, tcPDPtr part1,
72  tcPDPtr part2, tcPDPtr part3);
73 
74 protected:
75 
82  virtual IBPtr clone() const {return new_ptr(*this);}
83 
88  virtual IBPtr fullclone() const {return new_ptr(*this);}
90 
91 protected:
92 
100  virtual void doinit();
102 
103 private:
104 
109  SSCCZVertex & operator=(const SSCCZVertex &) = delete;
110 
111 private:
112 
116  double _sw2;
117 
121  double _cw;
122 
126  tMixingMatrixPtr _theU;
127 
131  tMixingMatrixPtr _theV;
132 
137 
141  Energy2 _q2last;
142 
146  long _id1last;
147 
151  long _id2last;
152 
157 
162 
166  long _gblast;
167 };
168 }
169 
170 #endif /* HERWIG_SSCCZVertex_H */
std::complex< double > Complex
tMixingMatrixPtr _theV
The V mixing matrix.
Definition: SSCCZVertex.h:131
tMixingMatrixPtr _theU
The U mixing matrix.
Definition: SSCCZVertex.h:126
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Definition: SSCCZVertex.h:88
long _id1last
The id of the first chargino the last time the vertex was evaluated.
Definition: SSCCZVertex.h:146
Complex _leftlast
The value of the left coupling when it was last evaluated.
Definition: SSCCZVertex.h:156
long _gblast
The ID of the gauge boson when the vertex was last evaluated.
Definition: SSCCZVertex.h:166
ThePEG::Ptr< ParticleData >::transient_const_pointer tcPDPtr
long _id2last
The id of the second chargino the last time the vertex was evaluated.
Definition: SSCCZVertex.h:151
This class implements the coupling of a to a pair of charginos.
Definition: SSCCZVertex.h:29
-*- C++ -*-
Energy2 _q2last
The scale at which the coupling was last evaluated.
Definition: SSCCZVertex.h:141
double _sw2
Value of .
Definition: SSCCZVertex.h:116
virtual IBPtr clone() const
Make a simple clone of this object.
Definition: SSCCZVertex.h:82
double _cw
Value of .
Definition: SSCCZVertex.h:121
Complex _couplast
The value of the coupling when it was last evaluated.
Definition: SSCCZVertex.h:136
Complex _rightlast
The value of the right coupling when it was last evaluated.
Definition: SSCCZVertex.h:161