00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef THEPEG_HelicityDefinitions_H
00010 #define THEPEG_HelicityDefinitions_H
00011
00012
00013 #include "ThePEG/Config/ThePEG.h"
00014 #include "ThePEG/Utilities/Exception.h"
00015
00026 namespace ThePEG {
00027
00032 namespace Helicity {
00033
00037 enum SpinorType {
00038 u_spinortype,
00039 v_spinortype,
00040 unknown_spinortype
00041 };
00042
00045 class HelicityLogicalError: public Exception {};
00046
00048 class HelicityConsistencyError: public Exception {};
00051 }
00052 }
00053
00054 #endif