From 394d821682520f6c2cf625a2dfe526ca8fda5816 Mon Sep 17 00:00:00 2001 From: hristov Date: Mon, 30 Jan 2006 09:00:28 +0000 Subject: [PATCH] Incrementing class versions --- FMD/AliFMD.h | 2 +- MUON/AliMUONChamberTrigger.h | 2 +- MUON/AliMUONGeometryBuilder.h | 2 +- MUON/AliMUONGeometrySegmentation.h | 2 +- MUON/AliMUONSt12QuadrantSegmentation.h | 2 +- ZDC/AliZDCCalibData.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/FMD/AliFMD.h b/FMD/AliFMD.h index 1b14ebdfddd..2a0fbc83ff4 100644 --- a/FMD/AliFMD.h +++ b/FMD/AliFMD.h @@ -135,7 +135,7 @@ protected: #endif TObjArray* fBad; //! debugging - bad hits - ClassDef(AliFMD,10) // Base class FMD entry point + ClassDef(AliFMD,11) // Base class FMD entry point }; #endif diff --git a/MUON/AliMUONChamberTrigger.h b/MUON/AliMUONChamberTrigger.h index 6c4e30d7a43..c10971acb32 100644 --- a/MUON/AliMUONChamberTrigger.h +++ b/MUON/AliMUONChamberTrigger.h @@ -38,7 +38,7 @@ class AliMUONChamberTrigger : public AliMUONChamber protected: const AliMUONGeometryTransformer* fkGeomTransformer;// geometry transformations - ClassDef(AliMUONChamberTrigger,1) // Muon trigger chamber class + ClassDef(AliMUONChamberTrigger,2) // Muon trigger chamber class }; #endif diff --git a/MUON/AliMUONGeometryBuilder.h b/MUON/AliMUONGeometryBuilder.h index a650409e224..4a3d32fec44 100644 --- a/MUON/AliMUONGeometryBuilder.h +++ b/MUON/AliMUONGeometryBuilder.h @@ -90,7 +90,7 @@ class AliMUONGeometryBuilder : public TObject TObjArray* fGeometryBuilders; // list of Geometry Builders AliMUONGeometry* fGeometry; // geometry parametrisation - ClassDef(AliMUONGeometryBuilder,4) // Geometry builder + ClassDef(AliMUONGeometryBuilder,5) // Geometry builder }; // inline functions diff --git a/MUON/AliMUONGeometrySegmentation.h b/MUON/AliMUONGeometrySegmentation.h index 3481e75527e..6a22776764b 100644 --- a/MUON/AliMUONGeometrySegmentation.h +++ b/MUON/AliMUONGeometrySegmentation.h @@ -205,7 +205,7 @@ class AliMUONGeometrySegmentation : public TObject AliMUONGeometryStore* fDENames; // DE names - ClassDef(AliMUONGeometrySegmentation,2) // Geometry segmentation + ClassDef(AliMUONGeometrySegmentation,3) // Geometry segmentation }; // inline functions diff --git a/MUON/AliMUONSt12QuadrantSegmentation.h b/MUON/AliMUONSt12QuadrantSegmentation.h index 470ac51985e..59b890c07e2 100644 --- a/MUON/AliMUONSt12QuadrantSegmentation.h +++ b/MUON/AliMUONSt12QuadrantSegmentation.h @@ -210,7 +210,7 @@ class AliMUONSt12QuadrantSegmentation : public AliMUONVGeometryDESegmentation TObjArray* fCorrA; // ! Array of correction functions - ClassDef(AliMUONSt12QuadrantSegmentation,1) // Station1 segmentation + ClassDef(AliMUONSt12QuadrantSegmentation,2) // Station1 segmentation }; #endif //ALI_MUON_ST12_QUADRANT_SEGMENTATION_H diff --git a/ZDC/AliZDCCalibData.h b/ZDC/AliZDCCalibData.h index c38488f44d0..b973b4f4ed7 100644 --- a/ZDC/AliZDCCalibData.h +++ b/ZDC/AliZDCCalibData.h @@ -48,7 +48,7 @@ class AliZDCCalibData: public TNamed { Float_t fEnCalibration[6]; // Coeff. for energy calibration TH1F* fHistMeanPed; //! histos for drawing mean pedestals // - ClassDef(AliZDCCalibData,1) // ZDC Calibration data + ClassDef(AliZDCCalibData,2) // ZDC Calibration data }; #endif -- 2.43.0