Removed unneeded files
[u/mrichter/AliRoot.git] / EVGEN / AliStructFuncType.h
index 89f723a9089941e41a8a27b4c2401a8ca3140940..212b46449667213154d0805d09896dbbbaedc1b2 100644 (file)
@@ -1,10 +1,14 @@
-#ifndef ALISTRUCFUNCTYPE_H
-#define ALISTRUCFUNCTYPE_H
+#ifndef ALISTRUCTFUNCTYPE_H
+#define ALISTRUCTFUNCTYPE_H
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
 /* $Id$ */
 
+// Helper class to interface pdflib and the TPythia 
+// the c++ interface for Pythia
+// Author: andreas.morsch@cern.ch
+
 #include <TObject.h>
 
 class AliStructFuncType : public TObject {
@@ -34,6 +38,7 @@ typedef enum
     kCTEQ4M     = 4034,
     kMRSTcgLO   = 3072,
     kCTEQ5L     = 4046,
+    kCTEQ5M     = 4048,
     kGRVLO98    = 5012
 }
 StrucFunc_t;