]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TGeant4/TGeant4.cxx
New function SetDebugLevel(Int_t)
[u/mrichter/AliRoot.git] / TGeant4 / TGeant4.cxx
index a14bf4faceb229a90858220fc38e2a8e581aeffb..513ccc385d97a0a0ebc4b54a874836d3714a7ba1 100644 (file)
@@ -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);
@@ -418,9 +432,9 @@ void TGeant4::Gtreve() {
   TG4Globals:: Warning("TGeant4::Gtreve() is not implemented."); 
 }
 
-void TGeant4::Gtreve_root() { 
+void TGeant4::GtreveRoot() { 
 //
-  TG4Globals:: Warning("TGeant4::Gtreve_root() is not implemented."); 
+  TG4Globals:: Warning("TGeant4::GtreveRoot() is not implemented."); 
 }
 
 void TGeant4::Gckmat(Int_t itmed, char* natmed) {