]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RALICE/AliRandom.cxx
Changes required by Coding Conventions
[u/mrichter/AliRoot.git] / RALICE / AliRandom.cxx
index 0840d4f458e47dc8877de0c5971219717b2df8d4..195b92bd0bb5a8ee6313c381f62f1b591de2f808 100644 (file)
@@ -69,7 +69,7 @@
 //                              // The sequence is started at the location
 //                              // denoted by the counters cnt1 and cnt2.
 //
-// q.Info();     // Print the current seed, cnt1 and cnt2 values.
+// q.Data();     // Print the current seed, cnt1 and cnt2 values.
 // q.GetSeed();  // Provide the current seed value.
 // q.GetCnt1();  // Provide the current cnt1 value.
 // q.GetCnt2();  // Provide the current cnt2 value.
 ///////////////////////////////////////////////////////////////////////////
 
 #include "AliRandom.h"
+#include "Riostream.h"
  
 ClassImp(AliRandom) // Class implementation to enable ROOT I/O
  
@@ -317,7 +318,7 @@ Int_t AliRandom::GetCnt2()
  return fCnt2;
 }
 ///////////////////////////////////////////////////////////////////////////
-void AliRandom::Info()
+void AliRandom::Data()
 {
 // Print the current seed, cnt1 and cnt2 values
  cout << " *Random* seed = " << fSeed