]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STRUCT/AliFRAME.h
New split libs
[u/mrichter/AliRoot.git] / STRUCT / AliFRAME.h
index 318914db1c0c0cd19cc2825b0b0f5bd166fb97ea..776aee0519f0b7a0a3a91b66b36c74a54c59d9fc 100644 (file)
@@ -1,5 +1,10 @@
-#ifndef FRAME_H
-#define FRAME_H
+#ifndef ALIFRAME_H
+#define ALIFRAME_H
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
+/* $Id$ */
+
 ////////////////////////////////////////////////
 //  Manager class for detector: FRAME         //
 ////////////////////////////////////////////////
@@ -13,9 +18,11 @@ public:
   AliFRAME();
   AliFRAME(const char *name, const char *title);
   virtual      ~AliFRAME() {}
+  virtual void   Init() {}
   virtual Int_t IsVersion() const =0;
-   ClassDef(AliFRAME,1)  //Class for Space Frame
+ protected:
+  Int_t fRefVolumeId;    // Id of the reference volume
+   ClassDef(AliFRAME,2)  //Class for Space Frame
 };
 
 #endif