]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TIsajet/TIsajet.cxx
Use TPointSelector for point extraction.
[u/mrichter/AliRoot.git] / TIsajet / TIsajet.cxx
index 24d575af2a574154ec7b3d3917c17b21dd63a793..76ae0c5e878976f89b827bf2d1bcd459c8bb55cf 100644 (file)
@@ -2,14 +2,15 @@
 #include "TSystem.h"
 #include "TIsajet.h"
 #include "Icommon.h"
-#include "iostream.h"
-#include "fstream.h"
+#include "Riostream.h"
 #include "math.h"
 #include "TROOT.h"
 #include "TMath.h"
 
 ClassImp(TIsajet)
 
+static TRandom * sRandom;
+
 /**************************************************************************/
 
 TIsajet::TIsajet() : TGenerator("Isajet", "Isajet")