thepeg is hosted by Hepforge, IPPP Durham
ThePEG  2.2.1
PartonExtractor.xh
1 // -*- C++ -*-
2 //
3 // PartonExtractor.xh is a part of ThePEG - Toolkit for HEP Event Generation
4 // Copyright (C) 1999-2019 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_PartonExtractor_XH
10 #define ThePEG_PartonExtractor_XH
11 //
12 // This is the declarations of the exception classes used by the
13 // PartonExtractor class.
14 //
15 
16 #include "ThePEG/Utilities/Exception.h"
17 
18 namespace ThePEG {
19 
20 /** @cond EXCEPTIONCLASSES */
21 /** Exception class used by PartonExtractor if the colour connections
22  to the remnants fails. */
23 struct RemColException: public Exception {
24  /** Standard constructor. */
25  RemColException(const PartonExtractor &);
26 };
27 /** @endcond */
28 
29 }
30 
31 #endif /* ThePEG_PartonExtractor_XH */
32