ThePEG
1.8.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
MatrixElement
DiagramBase.xh
1
// -*- C++ -*-
2
//
3
// DiagramBase.xh is a part of ThePEG - Toolkit for HEP Event Generation
4
// Copyright (C) 1999-2011 Leif Lonnblad
5
//
6
// ThePEG is licenced under version 2 of the GPL, see COPYING for details.
7
// Please respect the MCnet academic guidelines, see GUIDELINES for details.
8
//
9
#ifndef ThePEG_DiagramBase_XH
10
#define ThePEG_DiagramBase_XH//
11
// This is the declarations of the exception classes used by the
12
// DiagramBase class.
13
//
14
15
#include "ThePEG/Utilities/Exception.h"
16
17
namespace
ThePEG {
18
22
struct
DiagramBaseSetupException:
public
Exception {
24
DiagramBaseSetupException(
const
DiagramBase &);
25
};
28
}
29
30
#endif
/* ThePEG_DiagramBase_XH */
31
Generated on Mon Jul 2 2012 16:06:46 for ThePEG by
1.8.1.1