]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STRUCT/AliFRAME.h
Updates
[u/mrichter/AliRoot.git] / STRUCT / AliFRAME.h
index 776aee0519f0b7a0a3a91b66b36c74a54c59d9fc..62c665ca223f787cf2dcec66a47f9b54cf9896c6 100644 (file)
@@ -21,7 +21,8 @@ public:
   virtual void   Init() {}
   virtual Int_t IsVersion() const =0;
  protected:
-  Int_t fRefVolumeId;    // Id of the reference volume
+  Int_t fRefVolumeId1;    // Id of the reference volume
+  Int_t fRefVolumeId2;    // Id of the reference volume
    ClassDef(AliFRAME,2)  //Class for Space Frame
 };