Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-08-06 09:38:25

0001 // -*- C++ -*-
0002 //
0003 // LorentzPolarizationVector.h is a part of ThePEG - Toolkit for HEP Event Generation
0004 // Copyright (C) 2003-2019 Peter Richardson, Leif Lonnblad
0005 //
0006 // ThePEG is licenced under version 3 of the GPL, see COPYING for details.
0007 // Please respect the MCnet academic guidelines, see GUIDELINES for details.
0008 //
0009 #ifndef ThePEG_LorentzPolarizationVector_H
0010 #define ThePEG_LorentzPolarizationVector_H
0011 // This is the declaration of the LorentzPolarizationVector class.
0012 
0013 #include "ThePEG/Config/Unitsystem.h"
0014 #include "ThePEG/Config/Complex.h"
0015 #include "ThePEG/Vectors/LorentzVector.h"
0016 
0017 namespace ThePEG {
0018   namespace Helicity {
0019     /// Convenience typedef.
0020     typedef LorentzVector<complex<double> > LorentzPolarizationVector;
0021     /// Convenience typedef.
0022     typedef LorentzVector<complex<Energy> > LorentzPolarizationVectorE;
0023   }
0024 }
0025 #endif