thepeg is hosted by Hepforge, IPPP Durham
ThePEG 2.3.0
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
17namespace ThePEG {
18namespace Helicity {
19
35
36public:
37
41 static void Init();
42
43private:
44
48 VSSVertex & operator=(const VSSVertex &) = delete;
49
50};
51
52}
53
54}
55#endif /* ThePEG_VSSVertex_H */
Here is the documentation of the GeneralVSSVertex class.
The VSSVertex class is the implementation of the vector-scalar-scalar vertex.
Definition: VSSVertex.h:34
static void Init()
Standard Init function used to initialize the interfaces.
VSSVertex & operator=(const VSSVertex &)=delete
Private and non-existent assignment operator.
This is the main namespace within which all identifiers in ThePEG are declared.
Definition: FactoryBase.h:28