]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Dummy ProdProcess should return a value
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 3 Nov 1999 16:31:36 +0000 (16:31 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 3 Nov 1999 16:31:36 +0000 (16:31 +0000)
TGeant3/TGeant3Dummy.cxx

index 1f9e816e899104acced40f0dad9cf731b4560935..2421d1633647788cf8586ddee12f85ba99552c95 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.13  1999/11/03 13:17:08  fca
+Have ProdProcess return const char*
+
 Revision 1.12  1999/11/02 17:05:06  fca
 Update GetSecondary arguments
 
@@ -75,7 +78,7 @@ Bool_t  TGeant3::IsTrackOut() const {return 0;}
 Bool_t  TGeant3::IsTrackDisappeared() const {return 0;}
 Bool_t  TGeant3::IsTrackStop() const {return 0;}
 Int_t   TGeant3::NSecondaries() const {return 0;}
-const char* TGeant3::ProdProcess() const {}
+const char* TGeant3::ProdProcess() const {return 0;}
 void    TGeant3::GetSecondary(Int_t, Int_t&, 
                              TLorentzVector&, TLorentzVector&){}
 Float_t TGeant3::MaxStep() const {return 0;}