]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Change to ClassDef(*, 0).
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 2 Oct 2000 15:19:51 +0000 (15:19 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 2 Oct 2000 15:19:51 +0000 (15:19 +0000)
EVGEN/AliGenGSIlib.h
EVGEN/AliGenLib.h
EVGEN/AliGenMUONlib.h
EVGEN/AliGenPHOSlib.h
EVGEN/AliGenPMDlib.h

index 7f0b994941f99042cdd266cb30c189e84fb885e5..24fcfd085163ac26f984a1612b3a3b4275e2393f 100644 (file)
@@ -33,7 +33,7 @@ class AliGenGSIlib :public AliGenLib {
     static void SetDebug(Bool_t debug){fgDebug=debug;}
 private:
     static Bool_t fgDebug;  // Debug flag 
-  ClassDef(AliGenGSIlib,1)
+  ClassDef(AliGenGSIlib,0)
 };
 
 #endif
index 657b80bcc444f1f530c0660456c4faa7af7d0043..10073beccc0928a09766f99b35139514d6795c3e 100644 (file)
@@ -18,7 +18,7 @@ public TObject
     virtual GenFunc   GetPt(Param_t param, const char *tname)   = 0;
     virtual GenFunc   GetY (Param_t param, const char *tname)  = 0;
     virtual GenFuncIp GetIp(Param_t param, const char *tname)  = 0;    
-    ClassDef(AliGenLib,1) // Library providing y and pT parameterisations
+    ClassDef(AliGenLib,0) // Library providing y and pT parameterisations
 };
 #endif
 
index 896840c1e7c08c1efef226bb76dcee4a5003b52f..d1eb4ae4479d4cca69655a0ffbfbc6725b956805 100644 (file)
@@ -46,7 +46,7 @@ public AliGenLib
     GenFunc   GetPt(Param_t param, const char* tname=0);
     GenFunc   GetY (Param_t param, const char* tname=0);
     GenFuncIp GetIp(Param_t param, const char* tname=0);    
-    ClassDef(AliGenMUONlib,1) // Library providing y and pT parameterisations
+    ClassDef(AliGenMUONlib,0) // Library providing y and pT parameterisations
 };
 #endif
 
index a9085e46b89b1e149e8b37e8444da44c04338278..9827d86890ed9c6c93410c87d21dd03ca5eb73a1 100644 (file)
@@ -43,7 +43,7 @@ public AliGenLib
     GenFunc   GetPt(Param_t param, const char* tname=0);
     GenFunc   GetY (Param_t param, const char* tname=0);
     GenFuncIp GetIp(Param_t param, const char* tname=0);    
-    ClassDef(AliGenPHOSlib,1) // Library providing y and pT parameterisations
+    ClassDef(AliGenPHOSlib,0) // Library providing y and pT parameterisations
 };
 #endif
 
index d3e61708e214fecf46babc598ed4fcac11c4cbab..b5d0549fd8eb400e772e5acc3a7da9264d8ccee8 100644 (file)
@@ -24,7 +24,7 @@ public AliGenLib
     GenFunc   GetPt(Param_t param, const char* tname=0);
     GenFunc   GetY (Param_t param, const char* tname=0);
     GenFuncIp GetIp(Param_t param, const char* tname=0);    
-    ClassDef(AliGenPMDlib,1) // Library providing y and pT parameterisations
+    ClassDef(AliGenPMDlib,0) // Library providing y and pT parameterisations
 };
 #endif