thepeg is hosted by Hepforge, IPPP Durham
ThePEG  2.2.1
VSSVertex.h
1 // -*- C++ -*-
2 //
3 // VSSVertex.h is a part of ThePEG - Toolkit for HEP Event Generation
4 // Copyright (C) 2003-2019 Peter Richardson, Leif Lonnblad
5 //
6 // ThePEG 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 ThePEG_VSSVertex_H
10 #define ThePEG_VSSVertex_H
11 //
12 // This is the declaration of the VSSVertex class.
13 //
14 #include "GeneralVSSVertex.h"
15 #include "VSSVertex.fh"
16 
17 namespace ThePEG {
18 namespace Helicity {
19 
34 class VSSVertex: public GeneralVSSVertex {
35 
36 public:
37 
41  static void Init();
42 
43 private:
44 
48  VSSVertex & operator=(const VSSVertex &) = delete;
49 
50 };
51 
52 }
53 
54 }
55 #endif /* ThePEG_VSSVertex_H */
The VSSVertex class is the implementation of the vector-scalar-scalar vertex.
Definition: VSSVertex.h:34
Here is the documentation of the GeneralVSSVertex class.
This is the main namespace within which all identifiers in ThePEG are declared.
Definition: FactoryBase.h:28
VSSVertex & operator=(const VSSVertex &)=delete
Private and non-existent assignment operator.
static void Init()
Standard Init function used to initialize the interfaces.