Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/SHERPA-MC/AMEGIC++/Main/ColorSC.H was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

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