Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-04-19 09:10:03

0001 #ifndef METOOLS__Explicit__Vertex_H
0002 #define METOOLS__Explicit__Vertex_H
0003 
0004 #include "METOOLS/Explicit/Vertex.H"
0005 
0006 namespace EXTRAXS {
0007 
0008   std::vector<METOOLS::Vertex*> ConstructVertices
0009   (METOOLS::Current* cur1,METOOLS::Current* cur2,
0010    METOOLS::Current* prop);
0011 
0012 }// end of namespace EXTRAXS
0013 
0014 #endif