|
|
|||
File indexing completed on 2026-08-06 09:24:27
0001 // -*- C++ -*- 0002 // 0003 // ShowerInteraction.h is a part of Herwig - A multi-purpose Monte Carlo event generator 0004 // Copyright (C) 2002-2019 The Herwig Collaboration 0005 // 0006 // Herwig is licenced under version 3 of the GPL, see COPYING for details. 0007 // Please respect the MCnet academic guidelines, see GUIDELINES for details. 0008 // 0009 #ifndef HERWIG_ShowerInteraction_H 0010 #define HERWIG_ShowerInteraction_H 0011 0012 namespace Herwig { 0013 0014 /** \ingroup Shower 0015 * 0016 * Handy header file to be included in all Shower classes. 0017 * It contains only some useful enums. 0018 */ 0019 0020 /** 0021 * Enum for the type of interaction 0022 */ 0023 enum class ShowerInteraction { 0024 UNDEFINED=-1, 0025 QCD, 0026 QED, 0027 QEDQCD, 0028 EW, 0029 ALL 0030 }; 0031 0032 /** 0033 * Enum for the type of shower partner 0034 */ 0035 enum class ShowerPartnerType { 0036 Undefined, 0037 QCDColourLine, 0038 QCDAntiColourLine, 0039 QED, 0040 EW 0041 }; 0042 0043 } 0044 #endif // HERWIG_ShowerInteraction_H
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|