9 #ifndef ThePEG_LorentzSpinorBar_H
10 #define ThePEG_LorentzSpinorBar_H
13 #include "ThePEG/Config/ThePEG.h"
14 #include "ThePEG/Vectors/LorentzRotation.h"
15 #include "ThePEG/Vectors/ThreeVector.h"
17 #include "LorentzSpinor.fh"
18 #include "LorentzSpinorBar.fh"
34 template<
typename Value>
44 for(
unsigned int ix=0;ix<4;++ix)
_spin[ix]=Value();
52 complex<Value> c, complex<Value> d,
68 assert( i>= 0 && i <= 3 );
76 assert( i>= 0 && i <= 3 );
84 assert( i>= 0 && i <= 3 );
92 assert( i>= 0 && i <= 3 );
99 complex<Value>
s1()
const {
return _spin[0];}
198 #ifndef ThePEG_TEMPLATES_IN_CC_FILE
199 #include "LorentzSpinorBar.tcc"