]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Moving static to the first place in the declaration
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 8 Dec 2006 14:32:44 +0000 (14:32 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 8 Dec 2006 14:32:44 +0000 (14:32 +0000)
HMPID/AliHMPIDRecon.h

index bf0374d3b88abd814d81c9782f1e56aa53b3211b..144ce2fd39795d3b697425def46d14fa9ab2a8d8 100644 (file)
@@ -45,12 +45,12 @@ public :
    
   
 protected:
-  const static Double_t fgkRadThick;                      //radiator thickness
-  const static Double_t fgkWinThick;                      //window thickness
-  const static Double_t fgkGapThick;                      //proximity gap thickness
-  const static Double_t fgkRadIdx;                        //mean refractive index of RAD material (C6F14)
-  const static Double_t fgkWinIdx;                        //mean refractive index of WIN material (SiO2) 
-  const static Double_t fgkGapIdx;                        //mean refractive index of GAP material (CH4)
+  static const Double_t fgkRadThick;                      //radiator thickness
+  static const Double_t fgkWinThick;                      //window thickness
+  static const Double_t fgkGapThick;                      //proximity gap thickness
+  static const Double_t fgkRadIdx;                        //mean refractive index of RAD material (C6F14)
+  static const Double_t fgkWinIdx;                        //mean refractive index of WIN material (SiO2) 
+  static const Double_t fgkGapIdx;                        //mean refractive index of GAP material (CH4)
   Int_t    fPhotCnt;                           // counter of photons candidate
   Int_t    fPhotFlag[3000];                    // flags of photon candidates
   Double_t fPhotCkov[3000];                    // Ckov angles of photon candidates, [rad]