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