From: hadaq Date: Mon, 28 Aug 2017 16:24:35 +0000 (+0200) Subject: ALL -> AVG. X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=08db87bc2ec7663fba50736b7d15b935416a31c9;p=daqtools.git ALL -> AVG. --- diff --git a/users/gsi_dirc/check_tot.cc b/users/gsi_dirc/check_tot.cc index 32b1f9e..d6b1620 100644 --- a/users/gsi_dirc/check_tot.cc +++ b/users/gsi_dirc/check_tot.cc @@ -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"<