thepeg is hosted by Hepforge, IPPP Durham
ThePEG 2.3.0
PersistentIStream.xh
1// -*- C++ -*-
2//
3// PersistentIStream.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_PersistentIStream_XH
10#define ThePEG_PersistentIStream_XH
11//
12// This is the declarations of the exception classes used by the
13// PersistentIStream class.
14//
15
16#include "PersistentIStream.fh"
17
18namespace ThePEG {
19
20}
21
22#endif /* ThePEG_PersistentIStream_XH */
23