]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - DPMJET/AliDpmJetRndm.cxx
Moving required CMake version from 2.8.4 to 2.8.8
[u/mrichter/AliRoot.git] / DPMJET / AliDpmJetRndm.cxx
index 55f7af1c166785c56df971c171cae07125f03911..ce287b3728686f4c63136584416de0ef23cf3670 100644 (file)
@@ -56,27 +56,35 @@ TRandom * AliDpmJetRndm::GetDpmJetRandom() {
 # define dt_rndmst_dpmjet dt_rndmst_dpmjet_
 # define dt_rndmin_dpmjet dt_rndmin_dpmjet_
 # define dt_rndmou_dpmjet dt_rndmou_dpmjet_
+# define rninit_dpmjet           rninit_dpmjet_
 # define type_of_call
 #else
 # define dt_rndm_dpmjet   DT_RNDM_DPMJET_
 # define dt_rndmst_dpmjet DT_RNDMST_DPMJET
 # define dt_rndmin_dpmjet DT_RNDMIN_DPMJET
 # define dt_rndmou_dpmjet DT_RNDMOU_DPMJET
+# define rninit_dpmjet    RNINIT_DPMJET
 # define type_of_call _stdcall
 #endif
 
 
 extern "C" {
-  void type_of_call dt_rndmst_dpmjet(Int_t &, Int_t &, Int_t &, Int_t &)
+  void type_of_call dt_rndmst_(Int_t &, Int_t &, Int_t &, Int_t &)
   {printf("Dummy version of dt_rndmst reached\n");}
 
-  void type_of_call dt_rndmin_dpmjet(Int_t &, Int_t &, Int_t &, Int_t &, Int_t &, Int_t &)
+  void type_of_call dt_rndmin_(Int_t &, Int_t &, Int_t &, Int_t &, Int_t &, Int_t &)
   {printf("Dummy version of dt_rndmin reached\n");}
 
-  void type_of_call dt_rndmou_dpmjet(Int_t &, Int_t &, Int_t &, Int_t &, Int_t &, Int_t &)
+  void type_of_call dt_rndmou_(Int_t &, Int_t &, Int_t &, Int_t &, Int_t &, Int_t &)
   {printf("Dummy version of dt_rndmou reached\n");}
 
-  Double_t type_of_call dt_rndm_dpmjet(Int_t &) 
+  void type_of_call dt_rndmte_(Int_t &, Int_t &, Int_t &, Int_t &, Int_t &, Int_t &)
+  {printf("Dummy version of dt_rndmou reached\n");}
+
+  void type_of_call rninit_(Int_t &, Int_t &, Int_t &, Int_t &)
+  {printf("Dummy version of rninit reached\n");}
+
+  Double_t type_of_call dt_rndm_(Int_t &) 
   {
     // Wrapper to static method which retrieves the 
     // pointer to the Root (C++) generator