00001 // -*- C++ -*- 00002 // 00003 // LorentzPolarizationVector.h is a part of ThePEG - Toolkit for HEP Event Generation 00004 // Copyright (C) 2003-2007 Peter Richardson, Leif Lonnblad 00005 // 00006 // ThePEG is licenced under version 2 of the GPL, see COPYING for details. 00007 // Please respect the MCnet academic guidelines, see GUIDELINES for details. 00008 // 00009 #ifndef ThePEG_LorentzPolarizationVector_H 00010 #define ThePEG_LorentzPolarizationVector_H 00011 // This is the declaration of the LorentzPolarizationVector class. 00012 00013 #include "ThePEG/Config/Unitsystem.h" 00014 #include "ThePEG/Config/Complex.h" 00015 #include "ThePEG/Vectors/LorentzVector.h" 00016 00017 namespace ThePEG { 00018 namespace Helicity { 00020 typedef LorentzVector<complex<double> > LorentzPolarizationVector; 00022 typedef LorentzVector<complex<Energy> > LorentzPolarizationVectorE; 00023 } 00024 } 00025 #endif