X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=HLT%2FPHOS%2FAliHLTPHOSClusterAnalyserComponent.cxx;h=cf86accd4ad6a6d8d2dd9929b72ee46d308839d0;hb=04751caa40c6de86e23cf95e8b7e34f6cb61ff0c;hp=8113a11ef69163daaf43935a7d5ef103ec8dc215;hpb=82fb0dc84ade98e330430ffdeffcc0ed3d64fd32;p=u%2Fmrichter%2FAliRoot.git diff --git a/HLT/PHOS/AliHLTPHOSClusterAnalyserComponent.cxx b/HLT/PHOS/AliHLTPHOSClusterAnalyserComponent.cxx index 8113a11ef69..cf86accd4ad 100644 --- a/HLT/PHOS/AliHLTPHOSClusterAnalyserComponent.cxx +++ b/HLT/PHOS/AliHLTPHOSClusterAnalyserComponent.cxx @@ -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]))