]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSSupportGeometry.h
New detector numbering scheme (common for DAQ/HLT/Offline). All the subdetectors...
[u/mrichter/AliRoot.git] / PHOS / AliPHOSSupportGeometry.h
index fbff6ba2d8374b26022d637da564d696e235f40c..714cdd13e300564cfa0fd2e3df36623c3e836a4f 100644 (file)
 // Author:   Yuri Kharlov (IHEP, Protvino)
 // 13 November 2000
 
-#include <assert.h> 
-
 // --- ROOT system ---
 
-#include "TObjArray.h"
+#include "TObject.h" 
 
 // --- AliRoot header files ---
 
@@ -24,18 +22,13 @@ class AliPHOSSupportGeometry : public TObject {
 
 public: 
 
-           AliPHOSSupportGeometry();
-           AliPHOSSupportGeometry(const AliPHOSSupportGeometry & cpv) {
-             // cpy ctor requested by Coding Convention but not yet needed
-             assert(0==1) ;
-           } 
+  AliPHOSSupportGeometry();
+  AliPHOSSupportGeometry(const AliPHOSSupportGeometry & geom) : TObject(geom) {
+    Fatal("cpy ctor", "not implemented") ; } 
   virtual ~AliPHOSSupportGeometry(void) {}
 
-  AliPHOSSupportGeometry & operator = (const AliPHOSSupportGeometry  & rvalue) {
-    // assignement operator requested by coding convention but not needed
-    assert(0==1) ;
-    return *this ; 
-  }
+  AliPHOSSupportGeometry & operator = (const AliPHOSSupportGeometry  & /*rvalue*/) {
+    Fatal("operator =", "not implemented") ; return *this ; }
   Float_t GetRailOuterSize(Int_t index)     const { return fRailOuterSize[index]; }
   Float_t GetRailPart1    (Int_t index)     const { return fRailPart1[index]; }
   Float_t GetRailPart2    (Int_t index)     const { return fRailPart2[index]; }