]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/TRDPEDESTALda.cxx
Coding rules
[u/mrichter/AliRoot.git] / TRD / TRDPEDESTALda.cxx
index 50967eed9fb674b91356a09f0ef89b252c1c72ca..49fe7d996c816cc20bdb938dc8dcff80d007a213 100644 (file)
@@ -81,7 +81,7 @@ int main(int argc, char **argv) {
   
 
   /* init some counters */
-  int nevents_total=0;
+  int neventstotal=0;
   int nevents      =0;
  
   //Instance of AliCDBManager: needed by AliTRDRawStream
@@ -155,7 +155,7 @@ int main(int argc, char **argv) {
       
       }
 
-      nevents_total++;
+      neventstotal++;
 
       /* free resources */
       free(event);
@@ -164,7 +164,7 @@ int main(int argc, char **argv) {
 
 
   /* report progress */
-  printf("%d events processed and %d used\n",nevents_total,nevents);
+  printf("%d events processed and %d used\n",neventstotal,nevents);
 
   /* write file in any case to see what happens in case of problems*/
   TFile *fileTRD = new TFile(RESULT_FILE,"recreate");
@@ -182,4 +182,4 @@ int main(int argc, char **argv) {
 
   
   return status;
-}
+}
\ No newline at end of file