]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/PHOS/AliHLTPHOSClusterAnalyserComponent.cxx
1) Cosmetics, pluss 2) first iteration in phasing out
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSClusterAnalyserComponent.cxx
index 8113a11ef69163daaf43935a7d5ef103ec8dc215..cf86accd4ad6a6d8d2dd9929b72ee46d308839d0 100644 (file)
@@ -185,9 +185,9 @@ AliHLTPHOSClusterAnalyserComponent::DoEvent(const AliHLTComponentEventData& evtD
     }
 
   fPhosEventCount++; 
-  if(fPrintInfo == kTRUE)
+  if(fPrintInfoModule == kTRUE)
     {
-      if(fPhosEventCount%fPrintInfoFrequncy == 0)
+      if(fPhosEventCount%fPrintInfoFrequncyModule == 0)
        {
          Logging( kHLTLogInfo, __FILE__ , "Clusters analyzed",  "Has analyzed  %lu  for this event",  nClusters);
        }  
@@ -204,7 +204,7 @@ AliHLTPHOSClusterAnalyserComponent::DoInit(int argc, const char** argv )
   //See headerfile for documentation
   
   fClusterAnalyserPtr = new AliHLTPHOSClusterAnalyser();
-  ScanArguments(argc, argv);
+  ScanArgumentsModule(argc, argv);
   for (int i = 0; i < argc; i++)
     {
       if(!strcmp("-dodeconvolution", argv[i]))