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