]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STRUCT/AliFRAME.h
added bool to turn off pid selection
[u/mrichter/AliRoot.git] / STRUCT / AliFRAME.h
index 9930593c99407245ac7a05fc0decff1ca08f0f62..62c665ca223f787cf2dcec66a47f9b54cf9896c6 100644 (file)
@@ -21,8 +21,9 @@ public:
   virtual void   Init() {}
   virtual Int_t IsVersion() const =0;
  protected:
-  Int_t fRefVolumeId;    // Id of the reference volume
-   ClassDef(AliFRAME,1)  //Class for Space Frame
+  Int_t fRefVolumeId1;    // Id of the reference volume
+  Int_t fRefVolumeId2;    // Id of the reference volume
+   ClassDef(AliFRAME,2)  //Class for Space Frame
 };
 
 #endif