From f8a4e6b5ba2b7cbbd7c6a66e008e7eec1f1765e1 Mon Sep 17 00:00:00 2001 From: fca Date: Tue, 27 Jun 2000 09:26:18 +0000 Subject: [PATCH] Adding dummy SetSTRA --- TGeant3/TGeant3Dummy.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TGeant3/TGeant3Dummy.cxx b/TGeant3/TGeant3Dummy.cxx index ebab8148811..440a3e7f5fa 100644 --- a/TGeant3/TGeant3Dummy.cxx +++ b/TGeant3/TGeant3Dummy.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.20 2000/05/16 13:10:41 fca +New method IsNewTrack and fix for a problem in Father-Daughter relations + Revision 1.19 2000/04/09 19:00:26 fca Small corrections left over from removal of AliVMC for G4 compatibility @@ -294,6 +297,7 @@ void TGeant3::SetPAIR(Int_t) {} void TGeant3::SetPFIS(Int_t) {} void TGeant3::SetPHOT(Int_t) {} void TGeant3::SetRAYL(Int_t) {} +void TGeant3::SetSTRA(Int_t) {} void TGeant3::SetSWIT(Int_t , Int_t) {} void TGeant3::SetTRIG(Int_t) {} void TGeant3::SetUserDecay(Int_t) {} -- 2.31.1