Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:15:09

0001 #ifndef KPlus_Sig_H
0002 #define KPlus_Sig_H
0003 #include "TString.h"
0004 
0005 double GetKPlus_CrossSection(double ft, double fw, double fqsq, double feps, TString fHadron);
0006 
0007 #endif