thepeg is hosted by Hepforge, IPPP Durham
ThePEG 2.3.0
LorentzSpinor.fh
1// -*- C++ -*-
2//
3// This is the forward declaration of the FermionSpinInfo class.
4//
5#ifndef ThePEG_LorentzSpinor_FH
6#define ThePEG_LorentzSpinor_FH
7
8namespace ThePEG {
9namespace Helicity {
10
11template <typename>
12class LorentzSpinor;
13
14}
15}
16
17#endif