]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
changing default verbosity of AliRawReaderPublisher to 'silent' in order to avoid...
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 21 Nov 2008 13:56:26 +0000 (13:56 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 21 Nov 2008 13:56:26 +0000 (13:56 +0000)
HLT/BASE/util/AliHLTRawReaderPublisherComponent.cxx
HLT/BASE/util/AliHLTRawReaderPublisherComponent.h
HLT/ITS/macros/conf-sddraw-hltout.C
HLT/TPCLib/macros/activePadsTest.C
HLT/TPCLib/macros/cal-hlt-tpc-offline.C
HLT/TPCLib/macros/conf-tpc-krypton-hist.C
HLT/TPCLib/macros/rec-hlt-tpc-ca.C
HLT/TPCLib/macros/rec-hlt-tpc.C
HLT/exa/conf-hlt-rawddl.C
HLT/exa/extract-ddlraw.C
HLT/exa/publish-rawreader-data.C

index 5039df992050ab95c7cdf3346396655890c6233f..574e6c8d26dab3b6fdf607b9e78df4ca46e11e43 100644 (file)
@@ -45,7 +45,7 @@ AliHLTRawReaderPublisherComponent::AliHLTRawReaderPublisherComponent()
   fDetector(),
   fMinEquId(-1),
   fMaxEquId(-1),
-  fVerbosity(1),
+  fVerbosity(0),
   fDataType(kAliHLTVoidDataType),
   fSpecification(kAliHLTVoidDataSpec),
   fSkipEmpty(kFALSE)
@@ -131,7 +131,7 @@ int AliHLTRawReaderPublisherComponent::DoInit( int argc, const char** argv )
 
       // -verbose
     } else if (argument.CompareTo("-verbose")==0) {
-      fVerbosity=2;
+      fVerbosity++;
 
       // -silent
     } else if (argument.CompareTo("-silent")==0) {
index de2018f67db3bd2c99bf148a2dbf4e21712d8302..a6903867d9d2023cae669ea6ea360fbcb0de702e 100644 (file)
@@ -52,7 +52,8 @@
  * <h2>Optional arguments:</h2>
  * <!-- NOTE: ignore the \li. <i> and </i>: it's just doxygen formatting -->
  * \li -verbose<br>
- *      print out some more info messages, mainly for the sake of tutorials
+ *      print out some more info messages, mainly for the sake of tutorials,
+ *      repetitive arguments increase the level each
  * \li -silent<br>
  *      suppress all info messages
  * \li -skipempty
index f28e72307129fff2912a57f91b8ef5fb38ec2d49..5e3b7eab12f4a8765c1a22071fbcd5f011c2b77e 100644 (file)
@@ -23,7 +23,7 @@
 
   // publisher configuration
   // see AliHLTRawReaderPublisherComponent for details
-  arg.Form("-detector ITSSDD -skipempty -datatype 'DDL_RAW ' 'ITS '");
+  arg.Form("-detector ITSSDD -skipempty -datatype 'DDL_RAW ' 'ITS ' -verbose");
   AliHLTConfiguration pubconf("publisher", "AliRawReaderPublisher", NULL , arg.Data());
   if (!writerInput.IsNull()) writerInput+=" ";
   writerInput+="publisher";
index 151861210872d30539303a589c3581c8e598e06f..a30db0618cd1e656f0dd83a21563568b9e4691a6 100644 (file)
@@ -90,7 +90,7 @@ void activePadsTest(const char* input="./"){
       int ddlno=768;
       if (part>1) ddlno+=72+4*slice+(part-2);
       else ddlno+=2*slice+part;
-      arg.Form("-minid %d -datatype 'DDL_RAW ' 'TPC '  -dataspec 0x%02x%02x%02x%02x", ddlno, slice, slice, part, part);
+      arg.Form("-minid %d -datatype 'DDL_RAW ' 'TPC '  -dataspec 0x%02x%02x%02x%02x -verbose", ddlno, slice, slice, part, part);
 
       publisher.Form("DP_%02d_%d", slice, part);
       AliHLTConfiguration pubconf(publisher.Data(), "AliRawReaderPublisher", NULL , arg.Data());
index 1c83d94e9872a17e060e9d4970941d5380627571..eb392c0b7f621a1238f71080a685ad8a1ff3cd91 100644 (file)
@@ -78,7 +78,7 @@ void cal_hlt_tpc_offline(const char* input="./")
 
       // raw data publisher components
       int ddlno=DDLNoFromSlicePatch(slice, part);
-      arg.Form("-minid %d -datatype 'DDL_RAW ' 'TPC '  -dataspec 0x%02x%02x%02x%02x", ddlno, slice, slice, part, part);
+      arg.Form("-minid %d -datatype 'DDL_RAW ' 'TPC '  -dataspec 0x%02x%02x%02x%02x -verbose", ddlno, slice, slice, part, part);
       publisher.Form("DP_%02d_%d", slice, part);
       AliHLTConfiguration pubconf(publisher.Data(), "AliRawReaderPublisher", NULL , arg.Data());
 
index dd84e29bf98d90b6fc54341f2d38c71c4f70c9e5..aa9f81762448335bcfca86d8933e1f0312f69f13 100644 (file)
@@ -17,7 +17,7 @@
       int ddlno=768;
       if (part>1) ddlno+=72+4*slice+(part-2);
       else ddlno+=2*slice+part;
-      arg.Form("-minid %d -datatype 'DDL_RAW ' 'TPC '  -dataspec 0x%02x%02x%02x%02x", ddlno, slice, slice, part, part);
+      arg.Form("-minid %d -datatype 'DDL_RAW ' 'TPC '  -dataspec 0x%02x%02x%02x%02x -verbose", ddlno, slice, slice, part, part);
 
       publisher.Form("DP_%02d_%d", slice, part);
       AliHLTConfiguration pubconf(publisher.Data(), "AliRawReaderPublisher", NULL, arg.Data());
index 523364a9b1b06c0b14b6b33bcc2e0461242561d5..e48209e6cc426ef46911533677b3c911ff4559cb 100644 (file)
@@ -66,7 +66,7 @@ void rec_hlt_tpc_ca(const char* input="./", bool bUseClusterFinderDecoder=true)
       int ddlno=768;
       if (part>1) ddlno+=72+4*slice+(part-2);
       else ddlno+=2*slice+part;
-      arg.Form("-minid %d -datatype 'DDL_RAW ' 'TPC '  -dataspec 0x%02x%02x%02x%02x", ddlno, slice, slice, part, part);
+      arg.Form("-minid %d -datatype 'DDL_RAW ' 'TPC '  -dataspec 0x%02x%02x%02x%02x -verbose", ddlno, slice, slice, part, part);
       publisher.Form("DP_%02d_%d", slice, part);
       AliHLTConfiguration pubconf(publisher.Data(), "AliRawReaderPublisher", NULL , arg.Data());
 
index da9ee615dc898b4e25bf48eb486dcbbd3f36b215..5df7138054de04aea0c88f6bcfe2baa07c43c02e 100644 (file)
@@ -64,7 +64,7 @@ void rec_hlt_tpc(const char* input="./", bool bUseClusterFinderDecoder=true)
       int ddlno=768;
       if (part>1) ddlno+=72+4*slice+(part-2);
       else ddlno+=2*slice+part;
-      arg.Form("-minid %d -datatype 'DDL_RAW ' 'TPC '  -dataspec 0x%02x%02x%02x%02x", ddlno, slice, slice, part, part);
+      arg.Form("-minid %d -datatype 'DDL_RAW ' 'TPC '  -dataspec 0x%02x%02x%02x%02x -verbose", ddlno, slice, slice, part, part);
       publisher.Form("DP_%02d_%d", slice, part);
       AliHLTConfiguration pubconf(publisher.Data(), "AliRawReaderPublisher", NULL , arg.Data());
 
index 085e11ebbfa88a93235a57b801d499075c04917b..03cab3e97b7df414e6b696dec0db1ce5b83be53c 100644 (file)
@@ -23,7 +23,7 @@
 
   // publisher configuration
   // see AliHLTRawReaderPublisherComponent for details
-  arg.Form("-detector ITSSDD -skipempty -datatype 'DDL_RAW ' 'SMPL'");
+  arg.Form("-detector ITSSDD -skipempty -datatype 'DDL_RAW ' 'SMPL' -verbose");
   AliHLTConfiguration pubconf("publisher", "AliRawReaderPublisher", NULL , arg.Data());
   if (!writerInput.IsNull()) writerInput+=" ";
   writerInput+="publisher";
index 6281ac6bb9dc661eec0fd08548110f679f156238..d55b81e7368eb1f6399465bf10b03a638307efd8 100644 (file)
@@ -84,7 +84,7 @@ void extract_ddlraw(const char* input, int iMinDDLno, int iMaxDDLno)
       TString arg, publisher;
 
       // raw data publisher components
-      arg.Form("-minid %d -skipempty", ddlno);
+      arg.Form("-minid %d -skipempty -verbose", ddlno);
       publisher.Form("DP_%d", ddlno);
       // see AliHLTRawReaderPublisherComponent
       AliHLTConfiguration pubconf(publisher.Data(), "AliRawReaderPublisher", NULL , arg.Data());
@@ -95,7 +95,7 @@ void extract_ddlraw(const char* input, int iMinDDLno, int iMaxDDLno)
   } else {
     // publish all ddls by the same component, this is much more
     // effective as it avoids repeated parsing through the data
-    arg.Form("-minid %d -maxid %d -skipempty", iMinDDLno, iMaxDDLno);
+    arg.Form("-minid %d -maxid %d -skipempty -verbose", iMinDDLno, iMaxDDLno);
     // see AliHLTRawReaderPublisherComponent
     AliHLTConfiguration pubconf("publisher", "AliRawReaderPublisher", NULL , arg.Data());
     if (!writerInput.IsNull()) writerInput+=" ";
index 4b08cf88b046fcf3d2c1127b78d5fee28fd3268d..1562086a21199c986e7f567a2af7bd503a99205e 100644 (file)
@@ -60,7 +60,7 @@ void publish_rawreader_data(const char* input, int iMinDDLno, int iMaxDDLno)
   TString writerInput;
   TString arg;
 
-  arg.Form("-minid %d -maxid %d -skipempty", iMinDDLno, iMaxDDLno);
+  arg.Form("-minid %d -maxid %d -skipempty -verbose", iMinDDLno, iMaxDDLno);
   AliHLTConfiguration pubconf("publisher", "AliRawReaderPublisher", NULL , arg.Data());
   if (!writerInput.IsNull()) writerInput+=" ";
   writerInput+="publisher";