]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
upgraded the version number
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 23 Feb 2009 09:41:23 +0000 (09:41 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 23 Feb 2009 09:41:23 +0000 (09:41 +0000)
STEER/AliReconstruction.h
STEER/AliSimulation.h

index 4b71cdc1db8e8d0d5e5f97dca64564a529742bc5..071cf9431a74eecd0d1e0efc2bc1691e39ddc940 100644 (file)
@@ -286,7 +286,7 @@ private:
 
   TTree*              fChain;      //! The raw-data chain in case of AliRawReaderChain
 
-  ClassDef(AliReconstruction, 30)      // class for running the reconstruction
+  ClassDef(AliReconstruction, 31)      // class for running the reconstruction
 };
 
 #endif
index f7121d15de0e671102901a11bd888e693a7aeae8..6ac2977ab68fe67ef05e946b613a676196a947a0 100644 (file)
@@ -184,7 +184,7 @@ private:
 
   Bool_t         fWriteGRPEntry;      // Write or not GRP entry corresponding to the settings in Config.C
 
-  ClassDef(AliSimulation, 8)  // class for running generation, simulation and digitization
+  ClassDef(AliSimulation, 9)  // class for running generation, simulation and digitization
 };
 
 #endif