]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVGEN/AliGenHerwig.cxx
New class used for primary vertex finding (AliITSVertexerTracks)
[u/mrichter/AliRoot.git] / EVGEN / AliGenHerwig.cxx
index b4232a3916cd678cc6f9ec8af3937688116c9055..c1b8bb2ef98c4eba00a487316055ad55f5c5c3fb 100644 (file)
 
 /*
 $Log$
+Revision 1.2.2.3  2002/10/11 10:40:46  hristov
+Default case added
+
+Revision 1.2.2.2  2002/07/26 18:34:02  alibrary
+Updating VirtualMC
+
+Revision 1.3  2002/07/26 15:32:24  hristov
+stream.h doesn't exest on Sun, removed from includes
+
+Revision 1.2  2002/07/19 11:43:10  morsch
+- Write full stack.
+- Use SetTrack passing energy.
+
 Revision 1.1  2002/07/16 11:33:26  morsch
 First commit.
 
@@ -26,13 +39,13 @@ First commit.
 // The main Herwig options are accessable for the user through this interface.
 // Uses the THerwig implementation of TGenerator.
 
-#include <stream.h>
 #include "AliGenHerwig.h"
 #include "AliRun.h"
 
 #include <TParticle.h>
 #include "THerwig6.h"
 
+#include "Riostream.h"
 
  ClassImp(AliGenHerwig)
 
@@ -133,6 +146,9 @@ void AliGenHerwig::InitPDF()
       fModPDF=46;
       fAutPDF="CTEQ";
       break;
+    default:
+      cerr << "This structure function is not inplemented " << fStrucFunc << endl;
+      break;
     }
   fAutPDF.Resize(20);      
   fHerwig->SetMODPDF(1,fModPDF);