]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTriggerCircuit.h
From Laurent:
[u/mrichter/AliRoot.git] / MUON / AliMUONTriggerCircuit.h
index 5f38dfe3f13e7882927150c6b2b7262bcebe28df..cbf2f34c5bfdd57d95b7d2c89130e4e899fed72b 100644 (file)
@@ -9,7 +9,6 @@
 #include <TObject.h>
 #include <TObjArray.h>
 
-class AliSegmentation;
 class AliMUONGeometrtSegmentation;
 
 class TObjArray;
@@ -60,8 +59,6 @@ class AliMUONTriggerCircuit : public TObject
   void LoadX2();
   void LoadXCode();
   void LoadYCode();
-  void LoadYPos();
-  void LoadXPos();
   void LoadYPos2();
   void LoadXPos2();
    
@@ -77,7 +74,6 @@ class AliMUONTriggerCircuit : public TObject
   Float_t fXpos11[16];         // X position of Y strips in MC11
   Float_t fYpos11[31];         // Y position of X strips in MC11
   Float_t fYpos21[63];         // Y position of X strips in MC21
-  //  Int_t fSegmentationType;     // segmentation old / new
 
 };
 #endif