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