]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONGMSSubprocessor.cxx
dEdxSSDAQA added to PilotAnalysis
[u/mrichter/AliRoot.git] / MUON / AliMUONGMSSubprocessor.cxx
index 0ac04540f2c0fe91c71112ac7d438a2d0e0279ab..d0d5e3bc65a933ccfadc46fe0c1ee63f4398ccd0 100644 (file)
@@ -69,7 +69,7 @@ AliMUONGMSSubprocessor::~AliMUONGMSSubprocessor()
 
 
 //______________________________________________________________________________
-void  AliMUONGMSSubprocessor::Initialize(Int_t /*run*/, 
+Bool_t  AliMUONGMSSubprocessor::Initialize(Int_t /*run*/, 
                                          UInt_t /*startTime*/, UInt_t /*endTime*/)
 {
 /// Instantiate geometry transformer
@@ -78,6 +78,7 @@ void  AliMUONGMSSubprocessor::Initialize(Int_t /*run*/,
     fTransformer = new AliMUONGeometryTransformer();
     fTransformer->CreateModules();
   }  
+  return kTRUE;
 }                                           
 
 //______________________________________________________________________________