Use version 0 to avoid streamer generation
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 20 Oct 2000 06:30:06 +0000 (06:30 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 20 Oct 2000 06:30:06 +0000 (06:30 +0000)
EVGEN/AliPythia.cxx
EVGEN/AliPythia.h
EVGEN/EVGENLinkDef.h

index 6e68f0a32998e8b028bf986facd24e9772617166..dbc0c500d3f6741a0e0c559188274703a611cda6 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.10  2000/10/06 14:18:44  morsch
+Upper cut of prim. pT distribution set to 5. GeV
+
 Revision 1.9  2000/09/18 10:41:35  morsch
 Add possibility to use nuclear structure functions from PDF library V8.
 
@@ -191,8 +194,6 @@ AliPythia* AliPythia::Instance()
        return fgAliPythia;
     }
 }
-void AliPythia::Streamer(TBuffer &R__b) {} 
-
 
 
 
index 2a58e82c24ec13b5103b3eb0ffbe13916ee0ebd9..33cee7115d5df2774c0aaadcf4d95e3280a7b1a2 100644 (file)
@@ -30,7 +30,7 @@ class AliPythia:public TPythia6
  private: 
     AliPythia();
 
-    ClassDef(AliPythia,1) //ALICE UI to PYTHIA
+    ClassDef(AliPythia,0) //ALICE UI to PYTHIA
 };
 
 #endif
index 1189e427620498e038dad8a9b04f8b9a1dcbf2d1..adadabba648861eb3bf15b4b9bc93f4d459a838a 100644 (file)
@@ -25,7 +25,7 @@
 #pragma link C++ class  AliGenExtFileCH;
 #pragma link C++ class  AliGenScan;
 #pragma link C++ class  AliGenDoubleScan;
-#pragma link C++ class  AliPythia-;
+#pragma link C++ class  AliPythia;
 #pragma link C++ class  AliGenLib;
 #pragma link C++ class  AliGenMUONlib;
 #pragma link C++ class  AliGenFLUKAsource;