From: hristov Date: Mon, 14 Apr 2003 09:12:47 +0000 (+0000) Subject: Class version incremented X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=ccfa7576dfeb0b2c391afd1b483f51b6d1787fa8;ds=inline Class version incremented --- diff --git a/FMD/AliFMD.h b/FMD/AliFMD.h index 8a8366d0e90..74662065786 100644 --- a/FMD/AliFMD.h +++ b/FMD/AliFMD.h @@ -63,7 +63,7 @@ public: TClonesArray *fReconParticles; // list of reconstructed particles - ClassDef(AliFMD,4) //Class for the FMD detector + ClassDef(AliFMD,5) //Class for the FMD detector }; #endif // AliFMD_H diff --git a/STEER/AliMagFMaps.h b/STEER/AliMagFMaps.h index e83afff1947..3ea263a2784 100644 --- a/STEER/AliMagFMaps.h +++ b/STEER/AliMagFMaps.h @@ -43,7 +43,7 @@ protected: Float_t fSolenoidUser; // User set solenoid field setting Int_t fL3Option; // Option for field inside L3 Int_t fFieldRead; // Field has been read in - ClassDef(AliMagFMaps,2) // Class for all Alice MagField using three Maps with Constant Mesh + ClassDef(AliMagFMaps,3) // Class for all Alice MagField using three Maps with Constant Mesh }; #endif diff --git a/STRUCT/AliFRAME.h b/STRUCT/AliFRAME.h index 9930593c994..776aee0519f 100644 --- a/STRUCT/AliFRAME.h +++ b/STRUCT/AliFRAME.h @@ -22,7 +22,7 @@ public: virtual Int_t IsVersion() const =0; protected: Int_t fRefVolumeId; // Id of the reference volume - ClassDef(AliFRAME,1) //Class for Space Frame + ClassDef(AliFRAME,2) //Class for Space Frame }; #endif diff --git a/ZDC/AliZDCv2.h b/ZDC/AliZDCv2.h index 27c91fb03fb..7986d151b5c 100644 --- a/ZDC/AliZDCv2.h +++ b/ZDC/AliZDCv2.h @@ -66,7 +66,7 @@ protected: // Parameters for tracking studies Int_t fpLostIT, fpLostD1, fpLostTDI, fpDetected; - ClassDef(AliZDCv2,1) // Zero Degree Calorimeter version 1 + ClassDef(AliZDCv2,2) // Zero Degree Calorimeter version 1 }; #endif