]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STRUCT/AliFRAME.h
Adding some QCD diffractive states to the PDG list
[u/mrichter/AliRoot.git] / STRUCT / AliFRAME.h
index 6ee7a58c63fc8d4f51861fa95dcbf95dff1d643d..9930593c99407245ac7a05fc0decff1ca08f0f62 100644 (file)
@@ -1,5 +1,5 @@
-#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                               */
 
@@ -20,7 +20,8 @@ public:
   virtual      ~AliFRAME() {}
   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
 };