]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSsDigitize.cxx
Phi-weights with slightly better statistics and I had to fix 2 coverity defects.
[u/mrichter/AliRoot.git] / ITS / AliITSsDigitize.cxx
index 282b6aa618ca3afae878f2fb87c6a6adc84aec7d..309eb860087faf7aa0af5f42cc5c692ad9c87c66 100644 (file)
@@ -155,7 +155,7 @@ Bool_t AliITSsDigitize::InitSDig() const {
 }
  
 //______________________________________________________________________
-void AliITSsDigitize::Exec(const Option_t *opt){
+void AliITSsDigitize::Digitize(const Option_t *opt){
     // Main SDigitization function.
     // Inputs:
     //      Option_t * opt   list of subdetector to digitize. =0 all.
@@ -184,7 +184,7 @@ void AliITSsDigitize::Exec(const Option_t *opt){
     } // end if strstr(opt,...)
  
     if(!fInit){
-        cout << "Initilization Failed, Can't run Exec." << endl;
+        cout << "Initilization Failed, Can't run Digitize." << endl;
         return;
     } // end if !fInit