]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - T0/T0Physda.cxx
violations fixed
[u/mrichter/AliRoot.git] / T0 / T0Physda.cxx
index 09f71b36733b328dd2784bf32dea16a5e2a79f5d..227d1da63d1cb150ef1b392bc2a057483fd371f1 100644 (file)
@@ -43,8 +43,6 @@ SOULD BE CHANGED BACK BEFORE BEAM
 #include "TSpectrum.h"
 #include "TMath.h"
 
-int kbx, kcbx, kt0bx, knpmtA, knpmtC;
-float klx,kmx,kclx,kcmx, kt0lx, kt0hx;
 
 /* Main routine
       Arguments: 
@@ -74,6 +72,8 @@ int main(int argc, char **argv) {
     printf("Input file >>inPhys.dat<< not found !!!\n");
     return -1;
   }
+  int  kcbx, kt0bx, knpmtA, knpmtC;
+  float kclx,kcmx, kt0lx, kt0hx;
   
   while((c=getc(inp))!=EOF) {
     switch(c) {