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