Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #include "TGraph.h"
0002 
0003 #include "SigmaL.hxx"
0004 #include "SigmaT.hxx"
0005 
0006 
0007 #include <iostream>
0008 
0009 using namespace std;
0010 
0011 void SigmaTest()
0012 {
0013   cout << MySigmaL(0.660,.037,1.992) << endl;
0014 }