00001 #include "CTlArray.h" 00002 00017 class CTlBarDist 00018 { 00019 private: 00020 CTlArray* tlArray[3]; 00021 bool one; 00022 static float width; 00023 static float const width0; 00024 int iZ; 00025 00026 public: 00027 CTlBarDist(string); 00028 ~CTlBarDist(); 00029 float getTl(int iL,float fEk, float temp); 00030 float getTlLow(int iL,float fEk, float temp); 00031 float getTlHigh(int iL,float fEk, float temp); 00032 float getInverseXsec(float fEk, float temp); 00033 static void setBarWidth(float width00); 00034 static float getBarWidth(); 00035 static void printParameters(); 00036 void prepare(int iZ0); 00037 };