X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=STRUCT%2FAliFRAME.h;h=62c665ca223f787cf2dcec66a47f9b54cf9896c6;hb=3068fa440a1ecc35f0fd41c1800646e34bd56b0d;hp=9930593c99407245ac7a05fc0decff1ca08f0f62;hpb=cbc957b0121c0962741e67e4a9d37828a007739d;p=u%2Fmrichter%2FAliRoot.git diff --git a/STRUCT/AliFRAME.h b/STRUCT/AliFRAME.h index 9930593c994..62c665ca223 100644 --- a/STRUCT/AliFRAME.h +++ b/STRUCT/AliFRAME.h @@ -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