Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #ifndef SHRIMPS_Main_Hadron_Init_H
0002 #define SHRIMPS_Main_Hadron_Init_H
0003 
0004 namespace SHRIMPS {
0005 
0006  class Hadron_Init {
0007   public:
0008     Hadron_Init() {}
0009     void Init();
0010   };
0011 
0012 }
0013 
0014 #endif