From e59f13eb5a17e9fdb2c99ed24c089da3a26d63fa Mon Sep 17 00:00:00 2001 From: ivana Date: Fri, 15 Sep 2000 10:47:49 +0000 Subject: [PATCH] new AliMC methods SetExternalDecayer(), Decayer() added - not yet implemented --- TGeant4/TGeant4.cxx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/TGeant4/TGeant4.cxx b/TGeant4/TGeant4.cxx index cc9d3738b46..513ccc385d9 100644 --- a/TGeant4/TGeant4.cxx +++ b/TGeant4/TGeant4.cxx @@ -12,6 +12,8 @@ #include "TG4RunManager.h" #include "TG4Globals.h" +#include "AliDecayer.h" + TGeant4::TGeant4(const char* name, const char* title, TG4VRunConfiguration* configuration, int argc, char** argv) : AliMC(name, title), @@ -270,6 +272,18 @@ Float_t TGeant4::Xsec(char* reac, Float_t energy, Int_t part, Int_t mate) { return fPhysicsManager->Xsec(reac, energy, part, mate); } +void TGeant4::SetExternalDecayer(AliDecayer* decayer) { +// + TG4Globals:: Warning("TGeant4::SetExternalDecayer() is not implemented."); +} + +AliDecayer* TGeant4::Decayer() const { +// + TG4Globals:: Warning("TGeant4::Decayer() is not implemented."); + return 0; +} + + Int_t TGeant4::IdFromPDG(Int_t pdgID) const { // return fPhysicsManager->IdFromPDG(pdgID); -- 2.43.0