00001
00002
00003
00004
00005 #ifndef HELICITY_AbstractFFVTVertex_FH
00006 #define HELICITY_AbstractFFVTVertex_FH
00007
00008 #include "ThePEG/Config/Pointers.h"
00009
00010 namespace ThePEG {
00011 namespace Helicity {
00012
00013 class AbstractFFVTVertex;
00014
00015 namespace VertexType {
00016 typedef unsigned T;
00017 const T FFVT = 2235;
00018 }
00019
00020 }
00021 }
00022
00023 namespace ThePEG {
00024
00025 ThePEG_DECLARE_POINTERS(Helicity::AbstractFFVTVertex,AbstractFFVTVertexPtr);
00026
00027 }
00028
00029 #endif