]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTriggerCircuit.h
Additional protection in case of negative indexes. More investigation is needed
[u/mrichter/AliRoot.git] / MUON / AliMUONTriggerCircuit.h
index 5f38dfe3f13e7882927150c6b2b7262bcebe28df..a74fcf56ec800101ab3cd0d9f091ac35311560bf 100644 (file)
@@ -5,13 +5,14 @@
 
 /* $Id$ */
 // Revision of includes 07/05/2004
+//
+/// \ingroup base
+/// \class AliMUONTriggerCircuit
+/// \brief MUON Trigger circuit
 
 #include <TObject.h>
 #include <TObjArray.h>
 
-class AliSegmentation;
-class AliMUONGeometrtSegmentation;
-
 class TObjArray;
 
 class AliMUONTriggerCircuit : public TObject 
@@ -46,6 +47,8 @@ class AliMUONTriggerCircuit : public TObject
   Float_t GetX11Pos(Int_t istrip) const;
   Int_t   DetElemId(Int_t ichamber, Int_t idModule);
 
+  void Print(Option_t* opt="") const;
+  
  protected:
   // copy constructor
   AliMUONTriggerCircuit(const AliMUONTriggerCircuit& AliMUONTriggerCircuit); 
@@ -60,8 +63,6 @@ class AliMUONTriggerCircuit : public TObject
   void LoadX2();
   void LoadXCode();
   void LoadYCode();
-  void LoadYPos();
-  void LoadXPos();
   void LoadYPos2();
   void LoadXPos2();
    
@@ -77,7 +78,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