]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/Alieve/MUONChamberData.h
Changes due to removal of AliMUONSim/RecData (Laurent)
[u/mrichter/AliRoot.git] / EVE / Alieve / MUONChamberData.h
index 3872e752de89b40191a51e08b1fce1a02b1fae3d..aa78d387c2e23d6be0424cb7835e66b5a882f411 100644 (file)
@@ -5,7 +5,6 @@
 
 #include <TObject.h>
 
-class AliMUONSegmentation;
 class AliMUONGeometryTransformer;
 
 namespace Alieve {
@@ -18,7 +17,6 @@ class MUONChamberData : public TObject
 
 private:
 
-  static AliMUONSegmentation*        fgSegmentation;  // detector segmentation
   static AliMUONGeometryTransformer* fgTransformer;   // geometry transformer
 
 protected: