Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-04-19 09:09:46

0001 #ifndef AMEGIC_Main_ColorSC_H
0002 #define AMEGIC_Main_ColorSC_H
0003 
0004 namespace AMEGIC {
0005 
0006   class ColorSC {
0007   public:
0008     double Nc;
0009     double CF;
0010     double CA;
0011     double TR;
0012     bool init;
0013     ColorSC();
0014     void Init();
0015   };
0016   extern ColorSC CSC;
0017 
0018 
0019 }// end of namespace PHASIC
0020 
0021 #endif