]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TGeant3/TGeant3Dummy.cxx
Update GetSecondary arguments
[u/mrichter/AliRoot.git] / TGeant3 / TGeant3Dummy.cxx
index a2fd5c56b18bdb4f0915cce78e3a99a77376785f..370fe22d31364ac3a145bbb3407e0841f68a6bf2 100644 (file)
@@ -1,3 +1,25 @@
+/**************************************************************************
+ * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ *                                                                        *
+ * Author: The ALICE Off-line Project.                                    *
+ * Contributors are mentioned in the code where appropriate.              *
+ *                                                                        *
+ * Permission to use, copy, modify and distribute this software and its   *
+ * documentation strictly for non-commercial purposes is hereby granted   *
+ * without fee, provided that the above copyright notice appears in all   *
+ * copies and that both the copyright notice and this permission notice   *
+ * appear in the supporting documentation. The authors make no claims     *
+ * about the suitability of this software for any purpose. It is          *
+ * provided "as is" without express or implied warranty.                  *
+ **************************************************************************/
+
+/*
+$Log$
+Revision 1.11  1999/09/29 09:24:31  fca
+Introduction of the Copyright and cvs Log
+
+*/
+
 //////////////////////////////////////////////////////
 //  C++ dummy interface to Geant3 basic routines    //
 //////////////////////////////////////////////////////
@@ -30,13 +52,14 @@ Int_t   TGeant3::CurrentMaterial(Float_t &, Float_t &, Float_t &, Float_t &, Flo
 Int_t   TGeant3::NextVolUp(Text_t*, Int_t&) {return 0;}
 Int_t   TGeant3::CurrentVolID(Int_t&) const {return 0;}
 const char*  TGeant3::CurrentVolName() const {return 0;}
+Float_t TGeant3::Xsec(char*, Float_t, Int_t, Int_t) {return 0;}
 Int_t   TGeant3::NofVolumes() const {return 0;}
 Int_t   TGeant3::CurrentVolOffID(Int_t, Int_t&) const {return 0;}
 const char *TGeant3::CurrentVolOffName(Int_t) const {return 0;}
 void    TGeant3::TrackPosition(TLorentzVector&) const {}
 void    TGeant3::TrackMomentum(TLorentzVector&) const {}
-Int_t   TGeant3::IdFromPDG(Int_t pdg) const {return -1;}
-Int_t   TGeant3::PDGFromId(Int_t pdg) const {return -1;}
+Int_t   TGeant3::IdFromPDG(Int_t) const {return -1;}
+Int_t   TGeant3::PDGFromId(Int_t) const {return -1;}
 void    TGeant3::DefineParticles() {}
 Int_t   TGeant3::VolId(Text_t*) const {return 0;}
 const char*   TGeant3::VolName(Int_t ) const {return 0;}
@@ -50,10 +73,10 @@ Bool_t  TGeant3::IsTrackDisappeared() const {return 0;}
 Bool_t  TGeant3::IsTrackStop() const {return 0;}
 Int_t   TGeant3::NSecondaries() const {return 0;}
 void    TGeant3::ProdProcess(char*) const {}
-void    TGeant3::GetSecondary(Int_t, Int_t&, Float_t*, Float_t*){}
+void    TGeant3::GetSecondary(Int_t, Int_t&, 
+                             TLorentzVector&, TLorentzVector&){}
 Float_t TGeant3::MaxStep() const {return 0;}
 void    TGeant3::SetMaxStep(Float_t ) {}
-void    TGeant3::GetParticle(const Int_t, char*, Float_t&) const {}
 Int_t   TGeant3::CurrentEvent() const {return 0;}
 Int_t   TGeant3::GetMedium() const {return 0;}
 Float_t TGeant3::Edep() const {return 0;}
@@ -241,6 +264,12 @@ void TGeant3::SetTRIG(Int_t)  {}
 void TGeant3::SetUserDecay(Int_t) {}
 void TGeant3::Vname(const char *, char *) {}
 void TGeant3::InitLego() {}
+void TGeant3::Ertrgo() {}
+void TGeant3::Ertrak(const Float_t *const , const Float_t *const , 
+                    const Float_t *, const Float_t *,
+                    Int_t ,  Option_t *) {}
+
+        
 
 
 #include "AliCallf77.h"