From f3243275e9e5bb226ad60e287c26b0326963fc02 Mon Sep 17 00:00:00 2001 From: ivana Date: Mon, 18 Dec 2000 07:41:25 +0000 Subject: [PATCH] updated to AliMC changes - return type of ProdProcess() changed to AliMCProcess --- TGeant4/TG4StepManager.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/TGeant4/TG4StepManager.h b/TGeant4/TG4StepManager.h index 8f4f43feb05..ab1baafc35b 100644 --- a/TGeant4/TG4StepManager.h +++ b/TGeant4/TG4StepManager.h @@ -10,13 +10,15 @@ #ifndef TG4_STEP_MANAGER_H #define TG4_STEP_MANAGER_H +#include +#include "AliMCProcess.h" + #include "TG4StepStatus.h" #include #include #include -#include 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); -- 2.43.0