]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONVSubprocessor.cxx
bookkeep pt hard info when generating on-the-fly pythia events
[u/mrichter/AliRoot.git] / MUON / AliMUONVSubprocessor.cxx
index 9391585ff5f3f1f77c78d5fa9475e244af58e0b4..8cf3c40d53d9b85bdedb89229f3a30c9d77c4953 100644 (file)
@@ -52,14 +52,15 @@ AliMUONVSubprocessor::~AliMUONVSubprocessor()
 }
 
 //_____________________________________________________________________________
-void
+Bool_t
 AliMUONVSubprocessor::Initialize(Int_t /*run*/, 
                                  UInt_t startTime, 
                                  UInt_t endTime)
 {
   /// optional
-  fStartTime = startTime;
-  fEndTime = endTime;
+  fStartTime = startTime; // time_created
+  fEndTime = endTime; // time_completed
+  return kTRUE;
 }
 
 //_____________________________________________________________________________