]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STRUCT/AliFRAME.h
made const array arguments of GetPredictedChi2 methods
[u/mrichter/AliRoot.git] / STRUCT / AliFRAME.h
index c20ed32c92aa5ed321bb49848d4ad1c83591baf9..62c665ca223f787cf2dcec66a47f9b54cf9896c6 100644 (file)
@@ -20,8 +20,10 @@ public:
   virtual      ~AliFRAME() {}
   virtual void   Init() {}
   virtual Int_t IsVersion() const =0;
-   ClassDef(AliFRAME,1)  //Class for Space Frame
+ protected:
+  Int_t fRefVolumeId1;    // Id of the reference volume
+  Int_t fRefVolumeId2;    // Id of the reference volume
+   ClassDef(AliFRAME,2)  //Class for Space Frame
 };
 
 #endif