]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVGEN/AliGenHerwig.cxx
Merging the VirtualMC branch to the main development branch (HEAD)
[u/mrichter/AliRoot.git] / EVGEN / AliGenHerwig.cxx
index 942763cbb501d0ab5b36da47041475e5ebb5e17e..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.
@@ -36,6 +45,7 @@ First commit.
 #include <TParticle.h>
 #include "THerwig6.h"
 
+#include "Riostream.h"
 
  ClassImp(AliGenHerwig)
 
@@ -136,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);