herwig is hosted by Hepforge, IPPP Durham
Herwig  7.2.1
ShowerInteraction.h
1 // -*- C++ -*-
2 //
3 // ShowerInteraction.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_ShowerInteraction_H
10 #define HERWIG_ShowerInteraction_H
11 
12 namespace Herwig {
13 
23 enum class ShowerInteraction {
24  UNDEFINED=-1,
25  QCD,
26  QED,
27  Both
28 };
29 
33 enum class ShowerPartnerType {
34  Undefined,
35  QCDColourLine,
36  QCDAntiColourLine,
37  QED
38 };
39 
40 }
41 #endif // HERWIG_ShowerInteraction_H
ShowerPartnerType
Enum for the type of shower partner.
ShowerInteraction
Handy header file to be included in all Shower classes.
-*- C++ -*-