ThePEG
1.8.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Helicity
LorentzPolarizationVector.h
1
// -*- C++ -*-
2
//
3
// LorentzPolarizationVector.h is a part of ThePEG - Toolkit for HEP Event Generation
4
// Copyright (C) 2003-2011 Peter Richardson, Leif Lonnblad
5
//
6
// ThePEG is licenced under version 2 of the GPL, see COPYING for details.
7
// Please respect the MCnet academic guidelines, see GUIDELINES for details.
8
//
9
#ifndef ThePEG_LorentzPolarizationVector_H
10
#define ThePEG_LorentzPolarizationVector_H
11
// This is the declaration of the LorentzPolarizationVector class.
12
13
#include "ThePEG/Config/Unitsystem.h"
14
#include "ThePEG/Config/Complex.h"
15
#include "ThePEG/Vectors/LorentzVector.h"
16
17
namespace
ThePEG {
18
namespace
Helicity {
20
typedef
LorentzVector<complex<double>
>
LorentzPolarizationVector
;
22
typedef
LorentzVector<complex<Energy>
>
LorentzPolarizationVectorE
;
23
}
24
}
25
#endif
Generated on Sat Jun 16 2012 16:51:04 for ThePEG by
1.8.1.1