]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Dummy definition of Gftmat, Gbrelm and Gprelm added.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 18 Jan 2000 16:27:18 +0000 (16:27 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 18 Jan 2000 16:27:18 +0000 (16:27 +0000)
TGeant3/TGeant3Dummy.cxx

index fb528c7127cbe3224e13402926b1c727874c52cd..044b51b10fd9417888e3e69daa067022018975b8 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.15  2000/01/17 19:41:17  fca
+Add SetERAN function
+
 Revision 1.14  1999/11/03 16:31:36  fca
 Dummy ProdProcess should return a value
 
@@ -133,6 +136,11 @@ void  TGeant3::Gfpart(Int_t, char*, Int_t&, Float_t&, Float_t&, Float_t&){}
 //___________________________________________
 void  TGeant3::Gftmed(Int_t, char*, Int_t&, Int_t&, Int_t&, Float_t&, Float_t&,
                     Float_t&, Float_t&, Float_t&, Float_t&, Float_t*, Int_t*){}
+void  TGeant3::Gftmat(Int_t imate, Int_t ipart, char *chmeca, Int_t kdim,
+                        Float_t* tkin, Float_t* value, Float_t* pcut, Int_t &ixst){}
+Float_t TGeant3::Gbrelm(Float_t z, Float_t t, Float_t cut){return (Float_t) 0;}
+Float_t TGeant3::Gprelm(Float_t z, Float_t t, Float_t cut){return (Float_t) 0;}
+
 
 //___________________________________________
 void  TGeant3::Gmate() {}