]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
ALL -> AVG.
authorhadaq <M.Traxler@gsi.de>
Mon, 28 Aug 2017 16:24:35 +0000 (18:24 +0200)
committerhadaq <M.Traxler@gsi.de>
Mon, 28 Aug 2017 16:24:35 +0000 (18:24 +0200)
users/gsi_dirc/check_tot.cc

index 32b1f9e63be37525c4233574a9d4277383552a2e..d6b16202c50419520106f22dccf4d1c13f0a4e4f 100644 (file)
@@ -83,7 +83,7 @@ int main(int argc, char* argv[])
   
   if (bad_sum+good_sum!=0)
     {
-      cout<<" ALL   bad: ";
+      cout<<" AVG.   bad: ";
       if (float(bad_sum)/(bad_sum+good_sum)*100>=2.0)
         {
           cout<<"\033[1;31m";
@@ -102,7 +102,7 @@ int main(int argc, char* argv[])
     }
   else
     {
-          cout<<" ALL "<<"  no edges in TDCs"<<endl;
+          cout<<" AVG. "<<"  no edges in TDCs"<<endl;
       
     }
       infile.close();