]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
updated to AliMC changes - return type of ProdProcess() changed to AliMCProcess
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 18 Dec 2000 07:41:25 +0000 (07:41 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 18 Dec 2000 07:41:25 +0000 (07:41 +0000)
TGeant4/TG4StepManager.h

index 8f4f43feb05476558e139e05aadd9781eb543253..ab1baafc35b140d0c2d7a15d6e925bceec0e9aa6 100644 (file)
 #ifndef TG4_STEP_MANAGER_H
 #define TG4_STEP_MANAGER_H
 
+#include <Rtypes.h>
+#include "AliMCProcess.h"
+
 #include "TG4StepStatus.h"
 
 #include <G4Step.hh>
 #include <G4ThreeVector.hh>
 #include <globals.hh>
 
-#include <Rtypes.h>
 
 class G4Track;
 class G4SteppingManager;
@@ -97,7 +99,7 @@ class TG4StepManager
     Int_t NSecondaries() const;
     void GetSecondary(Int_t isec, Int_t& particleId,
                       TLorentzVector& position, TLorentzVector& momentum);      
-    const char* ProdProcess() const; 
+    AliMCProcess ProdProcess() const; 
 
   protected:
     TG4StepManager(const TG4StepManager& right);